summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_environment.xml
blob: cfb142093a54a6bdcb8638d085f539c4f1bbc37b (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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

<panel
        border="true"
        follows="top|left"
        height="375"
        label="Environment"
        layout="topleft"
        help_topic="panel_region_environment_tab"
        name="panel_env_info"
        width="530"> 
    <string name="str_label_use_default">Use Default Settings</string>
    <string name="str_label_use_region">Use Region Settings</string>
    <string name="str_unknow_inventory">Unknown</string>
    <string name="str_altitude_desription">Sky [INDEX]([ALTITUDE]m)</string>
    <string name="str_no_parcel">No parcel is selected. Environmental settings are disabled.</string>
    <string name="str_cross_region">Environmental settings are not available across region boundries.</string>
    <string name="str_legacy">Environmental settings are not available on this region.</string>
    <layout_stack 
            width="530"
            height="367"
            follows="all"
            layout="topleft"
            animate="false"
            orientation="vertical">
        <layout_panel
                auto_resize="true"
                user_resize="false"
                name="pnl_environment_disabled"
                visible="false">
            <text follows="top|left|bottom|right"
                            halign="center"
                            valign="top"
                            top_pad="40"
                            name="txt_environment_disabled"
                            text_color="white">
            ...
            </text>
        </layout_panel>
        <layout_panel 
                auto_resize="false"
                user_resize="false"
                height="155"
                min_height="0"
                name="pnl_environment_config"
                visible="true">
            <layout_stack 
                    left="5"
                    top="0"
                    right="-5"
                    bottom="-1"
                    layout="topleft"
                    follows="all"
                    animate="false"
                    orientation="horizontal">
                <layout_panel 
                        background_visible="true"
                        border="true"
                        bevel_style="in"
                        auto_resize="true"
                        user_resize="false"
                        width="260"
                        min_width="260"
                        name="pnl_environment_current">
                    <text follows="top|left"
                            font="SansSerif"
                            halign="left"
                            text_color="white"
                            top="2">Current Environment</text>
                    <radio_group
                            height="90"
                            layout="topleft"
                            top_pad="5"
                            left_delta="10"
                            name="rdg_environment_select">
                        <radio_item
                                label="[USEDEFAULT]"
                                layout="topleft"
                                name="rdo_use_xxx_setting"
                                height="20"/>
                        <radio_item
                                label="Settings From Inventory"
                                layout="topleft"
                                valign="top"
                                name="rdo_use_inv_setting"
                                height="20"/>
                        <radio_item
                                top_pad="25"
                                label="Custom Environment"
                                layout="topleft"
                                height="20"
                                name="rdo_use_custom_setting"/>
                    </radio_group>
                    <line_editor
                            follows="top|left"
                            enabled="false"
                            left_delta="20"
                            top_delta="50"
                            height="20"
                            layout="topleft"
                            name="edt_inventory_name"
                            width="200">
                        Unknown
                    </line_editor>
                    <button
                            name="btn_select_inventory"
                            follows="top|left"
                            image_overlay="Command_Inventory_Icon"
                            auto_resize="false"
                            layout="topleft"
                            height="20"
                            width="20"
                            left_delta="205"
                            top_delta="0"/>
                    <button
                            follows="top|left"
                            top_pad="25"
                            left_delta="-205"
                            layout="topleft"
                            height="23"
                            label="Edit Environment"
                            width="120"
                            name="btn_edit"/>

                </layout_panel>
                <layout_panel 
                        border="true"
                        bevel_style="in"
                        auto_resize="true"
                        user_resize="false"
                        width="260"
                        min_width="260"
                        background_visible="true"
                        name="pnl_environment_length">
                    <text 
                            font="SansSerif"
                            follows="top|left|right"
                            halign="left"
                            text_color="white"
                            top="2">Day Settings</text>
                    <text
                            type="string"
                            length="1"
                            follows="left|top"
                            height="12"
                            layout="topleft"
                            left_delta="10"
                            top_pad="10"
                            width="200">
                        Day Length (hours)
                    </text>
                    <slider
                            can_edit_text="true"
                            decimal_digits="1"
                            follows="left|top"
                            height="20"
                            increment="0.5"
                            initial_value="4"
                            layout="topleft"
                            left_delta="0"
                            top_pad="6"
                            name="sld_day_length"
                            min_val="4"
                            max_val="178"
                            width="180" />
                    <text
                            type="string"
                            length="1"
                            follows="left|top"
                            height="12"
                            layout="topleft"
                            left_delta="0"
                            top_pad="10"
                            width="200">
                        Day Offset (hours)
                    </text>
                    <slider
                            can_edit_text="true"
                            decimal_digits="1"
                            follows="left|top"
                            height="20"
                            increment="0.5"
                            initial_value="-8"
                            layout="topleft"
                            left_delta="0"
                            top_pad="6"
                            name="sld_day_offset"
                            min_val="-12"
                            max_val="12"
                            width="180" />
                    <text
                            type="string"
                            length="1"
                            follows="left|top"
                            height="12"
                            layout="topleft"
                            left_delta="0"
                            top_pad="10"
                            width="200">
                        Apparent Time of Day:
                    </text>
                    <text
                            name="lbl_apparent_time"
                            type="string"
                            length="1"
                            follows="left|top"
                            height="12"
                            layout="topleft"
                            left_delta="10"
                            top_pad="5"
                            width="200">
                        [HH]:[MM][AP] ([PRC]%)
                    </text>

                </layout_panel>
            </layout_stack>
        </layout_panel>
        <layout_panel
                auto_resize="false"
                user_resize="false"
                height="155"
                min_height="0"
                name="pnl_environment_altitudes"
                visible="true">
            <panel
                left="5"
                top="0"
                bottom="-1"
                width="260"
                follows="left|top|bottom"
                background_visible="true"
                border="true"
                bevel_style="in"
                name="cnt_panel">
                <text follows="top|left"
                    font="SansSerif"
                    halign="left"
                    text_color="white"
                    top="2">Sky Altitudes</text>
                <multi_slider
                    decimal_digits="0"
                    follows="bottom"
                    height="123"
                    width="17"
                    orientation="vertical"
                    increment="10"
                    initial_value="100"
                    max_val="4000"
                    layout="topleft"
                    left="15"
                    top="20"
                    max_sliders="20"
                    name="sld_altitudes"
                    show_text="false"
                    thumb_image="Inv_SettingsSky"
                    thumb_width="17"
                    thumb_highlight_color="white">
                    <slider name="sld1" value="200"/>
                    <slider name="sld2" value="400"/>
                    <slider name="sld3" value="600"/>
                </multi_slider>
                <icon
                    follows="left|top"
                    height="17"
                    width="17"
                    image_name="Inv_SettingsSky"
                    layout="topleft"
                    name="icon_ground"
                    mouse_opaque="false"
                    visible="true"
                    left_delta="0"
                    top_pad="-9"/>
                <text
                        type="string"
                        length="1"
                        follows="left|top"
                        height="12"
                        layout="topleft"
                        left_pad="3"
                        top_delta="0"
                        width="200"
                        name="ground">
                    Ground
                </text>
                <text
                        type="string"
                        length="1"
                        follows="left"
                        height="12"
                        layout="topleft"
                        left="35"
                        top="30"
                        width="200"
                        name="alt1">
                    Sky [INDEX]([ALTITUDE]m)
                </text>
                <text
                        type="string"
                        length="1"
                        follows="left|top"
                        height="12"
                        layout="topleft"
                        left="35"
                        top="40"
                        width="200"
                        name="alt2">
                    Sky [INDEX]([ALTITUDE]m)
                </text>
                <text
                        type="string"
                        length="1"
                        follows="left|top"
                        height="12"
                        layout="topleft"
                        left="35"
                        top="50"
                        width="200"
                        name="alt3">
                    Sky [INDEX]([ALTITUDE]m)
                </text>
            </panel>
        </layout_panel>
        <layout_panel
                auto_resize="true"
                user_resize="false"
                height="0"
                min_height="0"
                name="pnl_auto_adjust"
                visible="true"/>
        <layout_panel
                auto_resize="false"
                user_resize="false"
                height="59"
                min_height="59"
                name="pnl_environment_buttons">
            <check_box
                    height="20"
                    label="Parcel Owners May Override Environment"
                    layout="topleft"
                    left="10"
                    top="0"
                    name="chk_allow_override"
                    width="200" />
            <button
                    follows="top|left"
                    height="23"
                    label="Apply"
                    top_pad="5"
                    name="btn_apply"
                    width="100" />
            <button
                    follows="top|left"
                    height="23"
                    label="Reset"
                    layout="topleft"
                    left_pad="10"
                    top_delta="0"
                    name="btn_cancel"
                    width="100" /> 

        </layout_panel>
    </layout_stack>
</panel>