blob: 9b9c870c49f384ebd8a41ef55652b567df02232a (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="top|left"
height="510"
help_topic="panel_region_estate_tab"
label="Estate"
layout="topleft"
left="0"
name="Estate"
top="320"
width="530">
<text
type="string"
length="1"
follows="left|top"
height="32"
layout="topleft"
left="10"
name="estate_help_text"
top="14"
word_wrap="true"
>
Changes to settings on this tab will affect all regions in the estate.
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
right="160"
name="estate_text"
top_pad="2"
halign="right"
width="140">
Estate:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
top_delta="0"
name="estate_name"
left_pad="6"
width="150">
(unknown)
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
right="160"
name="owner_text"
top_pad="6"
halign="right"
width="150">
Estate owner:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="20"
layout="topleft"
top_delta="0"
name="estate_owner"
left_pad="6"
use_ellipses="true"
width="290">
(unknown)
</text>
<view_border
bevel_style="none"
follows="top|left"
height="185"
layout="topleft"
left="10"
top_pad="5"
width="505" />
<radio_group
height="32"
layout="topleft"
name="externally_visible_radio"
top_delta="5"
left="20"
width="200">
<radio_item
height="16"
label="Allow only residents and groups listed on the Access tab"
layout="topleft"
name="estate_restricted_access" />
<radio_item
height="16"
label="Anyone can visit"
layout="topleft"
name="estate_public_access" />
</radio_group>
<check_box
follows="top|left"
height="18"
label="Must be 18+"
layout="topleft"
left_delta="20"
name="limit_age_verified"
tool_tip="Residents must be age 18 or older to access this estate. See the [SUPPORT_SITE] for more information."
top_delta="40"
width="278" />
<check_box
follows="top|left"
height="18"
label="Must have payment info on file"
layout="topleft"
left_delta="0"
name="limit_payment"
tool_tip="Residents must have payment information on file to access this estate. See the [SUPPORT_SITE] for more information."
top_pad="2"
width="278" />
<check_box
height="18"
label="Parcel owners can be more restrictive"
layout="topleft"
left="20"
name="parcel_access_override"
top_pad="2"
width="240" />
<check_box
height="18"
label="Allow Voice Chat"
layout="topleft"
left="20"
name="voice_chat_check"
top_pad="2"
width="240" />
<check_box
height="18"
label="Allow Direct Teleport"
layout="topleft"
left_delta="0"
name="allow_direct_teleport"
top_pad="2"
width="240" />
<button
enabled="false"
follows="left|top"
height="23"
label="Apply"
layout="topleft"
name="apply_btn"
top_pad="10"
left_delta="0"
width="97" />
<button
follows="left|top"
height="23"
label="Send Message To Estate..."
layout="topleft"
left="10"
name="message_estate_btn"
top_pad="20"
width="235" />
<button
follows="left|top"
height="23"
label="Kick Resident from Estate..."
layout="topleft"
left="280"
name="kick_user_from_estate_btn"
top_delta="0"
width="235" />
</panel>
|