summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_beacons.xml
blob: 6248829500a7bc46ccef672f13b10e80bc62e82d (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 height="310"
 layout="topleft"
 name="beacons"
 help_topic="beacons"
 save_rect="true"
 save_visibility="true"
 single_instance="true"
 title="BEACONS"
 width="240">
    <panel
     follows="left|top|right|bottom"
     height="305"
     layout="topleft"
     left="10"
     name="beacons_panel"
     top="20"
     width="230">
        <text
         follows="all"
         height="16"
         font="SansSerif"
         name="label_show"
         text_color="White"
         type="string">
            Show :
         </text>
        <check_box
         control_name="renderbeacons"
         height="16"
         width="100"
         label="Beacons"
         layout="topleft"
         name="beacons" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
         <check_box
         control_name="renderhighlights"
         height="16"
         left_pad="10"
         label="Highlights"
         layout="topleft"
         name="highlights" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="16"
         layout="topleft"
         left="20"
         tool_tip="Beacon width"
         name="beacon_width_label"
         top_pad="3"
         width="128">
            Width:
        </text>
        <slider
         control_name="DebugBeaconLineWidth"
         decimal_digits="0"
         height="16"
         increment="1"
         initial_value="1"
         layout="topleft"
         max_val="16"
         min_val="1"
         name="beacon_width"
         top_pad="0"
         width="180" />
         <text
         follows="all"
         height="16"
         font="SansSerif"
         left="0"
         top_pad="5"
         name="label_objects"
         text_color="White"
         type="string">
           For these objects:
         </text>
         <check_box
         control_name="physicalbeacon"
         height="16"
         left="0"
         label="Physical"
         layout="topleft"
         name="physical" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <check_box
         control_name="scriptsbeacon"
         height="16"
         left="0"
         label="Scripted"
         layout="topleft"
         name="scripted">
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
         <check_box
         control_name="scripttouchbeacon"
         height="16"
         top_pad="4"
         left="20"
         label="Touch only"
         layout="topleft"
         name="touch_only" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <check_box
         control_name="soundsbeacon"
         height="16"
         left="0"
         label="Sound sources"
         layout="topleft"
         name="sounds" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <check_box
         control_name="particlesbeacon"
         height="16"
         label="Particle sources"
         layout="topleft"
         name="particles" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
         <check_box
         control_name="moapbeacon"
         height="16"
         left="0"
         label="Media sources"
         layout="topleft"
         name="moapbeacon" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <view_border
         bevel_style="in"
         height="0"
         layout="topleft"
         left="0"
         name="cost_text_border"
         top_pad="5"
         width="220"/>
        <text
         follows="all"
         height="16"
         font="SansSerif"
         left="0"
         top_pad="7"
         name="label_direction"
         text_color="White"
         type="string">
           Show direction to:
         </text>
        <check_box
         control_name="sunbeacon"
         height="16"
         label="Sun"
         layout="topleft"
         name="sun" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>
        <check_box
         control_name="moonbeacon"
         height="16"
         label="Moon"
         layout="topleft"
         name="moon" >
          <check_box.commit_callback
           function="Beacons.UICheck" />
        </check_box>

    </panel>
</floater>