summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_ui_preview.xml
blob: 4a523b6d1d7d84e3bfd4cbb4607cec5e4221ad9d (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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_resize="true"
 height="640"
 layout="topleft"
 min_height="230"
 min_width="750"
 name="gui_preview_tool"
 help_topic="gui_preview_tool"
 single_instance="true"
 title="XUI PREVIEW TOOL"
 translate="false"
 width="750">
    <string name="ExternalEditorNotSet">
Select an editor by setting the environment variable LL_XUI_EDITOR
or the ExternalEditor setting
or specifying its path in the "Editor Path" field.</string>
    <panel
     bottom="640"
     follows="left|top|right|bottom"
     layout="topleft"
     left="0"
     mouse_opaque="false"
     default_tab_group="1"
     name="main_panel"
     right="750"
     top="0">
        <text
         type="string"
         length="1"
         follows="top|left"
         font="SansSerif"
         height="30"
         layout="topleft"
         left="10"
         name="select_language_label"
         top="25"
         width="130">
            Primary Language:
        </text>
        <combo_box
         follows="top|left"
         height="20"
         layout="topleft"
         left_pad="5"
         name="language_select_combo"
         top_delta="0"
         width="55">
            <combo_box.item
             label="en"
             name="item1"
             value="en" />
        </combo_box>
        <button
         follows="left|top"
         height="25"
         label="Show"
         label_selected="Show"
         layout="topleft"
         left_pad="10"
         name="display_floater"
         tool_tip="Display the XUI floater defined by the selected XML file"
         top_delta="-2"
         width="95" />
        <button
         enabled="false"
         follows="left|top"
         height="25"
         label="Hide"
         label_selected="Hide"
         layout="topleft"
         left_pad="10"
         name="close_displayed_floater"
         tool_tip="Closes the currently-displayed floater, if one exists"
         top_delta="0"
         width="85" />
        <button
         follows="left|top"
         height="25"
         label="Edit..."
         label_selected="Edit..."
         layout="topleft"
         left_pad="10"
         name="edit_floater"
         tool_tip="Edit the XUI floater defined by the selected XML file (opens external editor).  Opens en version if no localized version exists."
         top_delta="0"
         width="95" />
        <button
         follows="left|top"
         height="25"
         label="Save"
         label_selected="Save"
         layout="topleft"
         left_pad="5"
         name="save_floater"
         tool_tip="Save the XUI floater defined by the selected XML file"
         top_delta="0"
         width="85" />
        <button
         follows="left|top"
         height="25"
         label="Save All"
         label_selected="Save All"
         layout="topleft"
         left_pad="10"
         name="save_all_floaters"
         tool_tip="Save all XUI floaters defined by the selected language"
         top_delta="0"
         width="85" />
        <button
         follows="right|top"
         height="25"
         is_toggle="true"
         label="&gt; &gt;"
         label_selected="&lt; &lt;"
         layout="topleft"
         left_pad="15"
         name="toggle_overlap_panel"
         tool_tip="Toggle highlighting and display panel for overlapping elements; right-click an element to select it for this feature.  The selected element is marked by a red rectangle."
         top_delta="0"
         width="30" />
        <text
         type="string"
         length="1"
         follows="top|left"
         font="SansSerif"
         height="30"
         layout="topleft"
         left="10"
         name="select_language_label_2"
         right="-50"
         top="53"
         width="105">
            Secondary Language:
        </text>
        <combo_box
         follows="top|left"
         height="20"
         layout="topleft"
         left_delta="135"
         name="language_select_combo_2"
         top_delta="0"
         width="55">
            <combo_box.item
             label="en"
             name="item1"
             value="en" />
        </combo_box>
        <button
         follows="left|top"
         height="25"
         label="Show"
         layout="topleft"
         left_pad="10"
         name="display_floater_2"
         tool_tip="Display the XUI floater defined by the selected XML file"
         top_delta="-2"
         width="95" />
        <button
         enabled="false"
         follows="left|top"
         height="25"
         label="Hide"
         layout="topleft"
         left_pad="10"
         name="close_displayed_floater_2"
         tool_tip="Closes the currently-displayed floater, if one exists"
         top_delta="0"
         width="85" />
        <button
         follows="left|top"
         height="25"
         label="Export Schema"
         layout="topleft"
         left_pad="10"
         name="export_schema"
         top_delta="0"
         width="120" />
        <check_box
          follows="left|top"
          label="Show Rectangles"
          name="show_rectangles"
          left_pad="10"
          top_delta="0"
          height="25"
          width="120" />
      
        <scroll_list
         bottom="525"
         column_padding="0"
         draw_heading="true"
         draw_stripes="false"
         follows="left|top|bottom|right"
         label="Name"
         layout="topleft"
         left="10"
         name="name_list"
         right="-10"
         tab_group="1"
         search_column="1"
         top="80">
            <scroll_list.columns
             label="Title"
             name="title_column"
             width="150" />
            <scroll_list.columns
             label="File"
             name="file_column"
             width="150" />
            <scroll_list.columns
             dynamic_width="true"
             label="Top-Level Node"
             name="top_level_node_column" />
        </scroll_list>
        <panel
         bevel_style="in"
         bg_alpha_color="0 0 0 0"
         bg_opaque_color="0 0 0 0.3"
         border="true"
         bottom_delta="65"
         follows="left|right|bottom"
         height="60"
         layout="topleft"
         left="10"
         name="editor_panel"
         right="-10">
            <text
             type="string"
             length="1"
             follows="left|bottom"
             font="SansSerif"
             height="30"
             layout="topleft"
             left="10"
             left_delta="10"
             name="editor_path_label"
             top="10"
             width="100">
                Editor Path:
            </text>
            <line_editor
             border_style="line"
             border_thickness="1"
             follows="left|bottom"
             font="SansSerif"
             height="20"
             layout="topleft"
             left_delta="100"
             max_length_bytes="300"
             name="executable_path_field"
             select_on_focus="true"
             tool_tip="The full path to an editor (executable) to edit floater XML files (quotes not necessary)"
             top_delta="-2"
             width="315" />
            <button
             follows="left|bottom"
             height="25"
             label="Browse..."
             label_selected="Browse..."
             layout="topleft"
             left_pad="5"
             name="browse_for_executable"
             tool_tip="Browse for an editor (executable) to edit floater XML files"
             top_delta="-2"
             width="75" />
            <text
             type="string"
             length="1"
             follows="left|bottom"
             font="SansSerif"
             height="30"
             layout="topleft"
             left="10"
             left_delta="-420"
             name="executable_args_label"
             top="36"
             width="100">
                Editor Arguments:
            </text>
            <line_editor
             border_style="line"
             border_thickness="1"
             follows="left|bottom"
             font="SansSerif"
             height="20"
             layout="topleft"
             left_delta="100"
             max_length_bytes="300"
             name="executable_args_field"
             select_on_focus="true"
             tool_tip="Command-line arguments to the editor; use &apos;%FILE%&apos; to refer to the target file; &apos;YourProgram.exe FileName.xml&apos; will be run if this field is empty"
             top_delta="-2"
             width="315" />
        </panel>
        <panel
         bevel_style="in"
         bg_alpha_color="0 0 0 0"
         bg_opaque_color="0 0 0 0.3"
         border="true"
         bottom_delta="40"
         follows="left|right|bottom"
         height="35"
         layout="topleft"
         left="10"
         name="vlt_panel"
         right="-10">
            <text
             type="string"
             length="1"
             follows="left|bottom"
             font="SansSerif"
             height="30"
             layout="topleft"
             left="10"
             left_delta="10"
             name="diff_file_label"
             top="10"
             width="200">
                Delta File:
            </text>
            <line_editor
             border_style="line"
             border_thickness="1"
             follows="left|bottom"
             font="SansSerif"
             height="20"
             layout="topleft"
             left_delta="65"
             max_length_bytes="300"
             name="vlt_diff_path_field"
             select_on_focus="true"
             tool_tip="The full path to an XML D0 or D1 localization difference file generated by the Viewer Localization Toolkit"
             top_delta="-2"
             width="235" />
            <button
             follows="left|bottom"
             height="25"
             label="Browse..."
             label_selected="Browse..."
             layout="topleft"
             left_pad="5"
             name="browse_for_vlt_diffs"
             tool_tip="Browse for a VLT-generated D0 or D1 difference file to highlight changed files and elements"
             top_delta="-2"
             width="75" />
            <button
             follows="left|bottom"
             height="25"
             is_toggle="true"
             label="Highlight Diffs"
             label_selected="Unhighlight Diffs"
             layout="topleft"
             left_pad="5"
             name="toggle_vlt_diff_highlight"
             tool_tip="Toggle highlighting of files and elements containing changed localization data"
             top_delta="0"
             width="110" />
        </panel>
    </panel>
    <scroll_container
     follows="top|right|bottom"
     height="600"
     layout="topleft"
     left="750"
     name="overlap_scroll"
     reserve_scroll_corner="true"
     top="20"
     width="300">
      <panel
        border="true"
        name="overlap_dummy_panel"
        top="0"
        left="0"
        width="300"
        height="600"
        >
        <overlap_panel
         background_opaque="true"
         background_visible="true"
         bevel_style="in"
         bg_alpha_color="0 0 0 1"
         bg_opaque_color="1 1 1 1"
         border="true"
         follows="top|right|bottom"
         height="600"
         label="Overlap Panel"
         layout="topleft"
         left="0"
         min_width="300"
         name="overlap_panel"
         tool_tip="This panel displays the currently-selected element and all of the elements that overlap it, separated by horizontal lines"
         top="0"
         visible="false"
         width="300" />
        <text
         type="string"
         length="1"
         follows="top|right"
         font="SansSerif"
         height="30"
         layout="topleft"
         left="10"
         name="overlap_panel_label"
         top="10"
         width="150">
            Overlapping Elements:
        </text>
      </panel>
    </scroll_container>
</floater>