summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_environment.xml
blob: bb10e0c69e2c1f594d27dd09e78c98e0f9c2a859 (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
<?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="420"> 
    <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>

    <layout_stack 
            width="420"
            height="450"
            follows="left|right|top|bottom"
            orientation="vertical">
        <layout_panel 
                auto_resize="true"
                user_resize="false">
            <layout_stack 
                    left="5"
                    top="5"
                    right="-5"
                    follows="left|right|top|bottom"
                    orientation="horizontal">
                <layout_panel 
                        background_visible="true"
                        border="true"
                        bevel_style="in"
                        auto_resize="true"
                        user_resize="false"
                        width="260"
                        min_width="260">
                    <text follows="top|left"
                            font="SansSerif"
                            halign="left"
                            text_color="white">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"
                        background_visible="true">
                    <text 
                            font="SansSerif"
                            follows="top|left|right"
                            halign="left"
                            text_color="white">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="20"
                            width="200">
                        Apparent Time of Day Would Be:
                    </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="true"
                user_resize="false"
                height="21"
                min_height="0">
            <check_box
                    height="20"
                    label="Parcel Owners May Override Environment"
                    layout="topleft"
                    left="10"
                    top="10"
                    name="chk_allow_override"
                    width="200" />
            <button
                    follows="top|left"
                    height="23"
                    label="Apply"
                    top_pad="10"
                    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>