blob: aa38c49fae13d65d6b297ae0e621cb69ba64666d (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="top|left"
height="300"
label="Environment"
layout="topleft"
help_topic="panel_region_environment_tab"
name="panel_env_info"
width="530">
<text
name="water_settings_title"
follows="top|left"
height="30"
layout="topleft"
left="50"
top_pad="20"
width="430"
wrap="true">
Select the Water and Sky/Day Cycle Settings you would like all visitors to your region to see. More info
</text>
<view_border
bevel_style="none"
follows="top|left"
height="237"
layout="topleft"
left="50"
name="border"
top="60"
width="430"/>
<radio_group
follows="top|left"
height="45"
layout="topleft"
left_delta="10"
name="region_settings_radio_group"
top_delta="20"
width="200">
<radio_item
label="Use Second Life default"
layout="topleft"
name="use_sl_default_settings"/>
<radio_item
label="Use the following settings"
layout="topleft"
name="use_my_settings"
top_pad="20"/>
</radio_group>
<panel
follows="top|left"
height="150"
layout="topleft"
left="50"
name="user_environment_settings"
top_pad="20"
width="430">
<text
name="water_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top_pad="0"
width="160">
Water Setting
</text>
<combo_box
follows="top|left"
left_pad="2"
name="water_settings_preset_combo"
top_delta="-7"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<text
name="sky_dayc_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top_pad="30"
width="100">
Sky / Day Cycle
</text>
<radio_group
layout="topleft"
left_delta="50"
name="sky_dayc_settings_radio_group"
top_pad="10"
height="50"
width="110">
<radio_item
layout="topleft"
label="Fixed sky"
name="my_sky_settings"/>
<radio_item
layout="topleft"
label="Day cycle"
name="my_dayc_settings"
top_pad="25"/>
</radio_group>
<combo_box
follows="top|left"
left_pad="2"
name="sky_settings_preset_combo"
top_delta="-7"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<combo_box
follows="top|left"
name="dayc_settings_preset_combo"
top_delta="36"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
</panel>
<button
follows="left|top"
height="23"
label="Apply"
layout="topleft"
right="-160"
name="apply_btn"
top_pad="10"
width="100" />
<button
follows="left|top"
height="23"
label="Cancel"
layout="topleft"
left_pad="10"
name="cancel_btn"
width="100" />
<loading_indicator
height="23"
left="50"
name="progress_indicator"
top_delta="0"
visible="false"
width="23" />
</panel>
|