aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/en-us/floater_script_search.xml
blob: c2925157c052198c0182cbf42fb662e3789d5f24 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-423" can_close="true" can_drag_on_left="false" can_minimize="true"
     can_resize="false" can_tear_off="true" enabled="true" height="120"
     hidden="false" left="223" min_height="100" min_width="100"
     mouse_opaque="true" name="script search" title="Script Search" width="300">
	<check_box bottom="-77" enabled="true" follows="left|top" font="SansSerifSmall"
	     height="16" hidden="false" initial_value="false" label="Case Insensitive"
	     left="55" mouse_opaque="true" name="case_text" radio_style="false"
	     width="240" />
	<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
	     hidden="false" label="Search" label_selected="Search" left="10"
	     mouse_opaque="true" name="search_btn" scale_image="true" width="80" />
	<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
	     hidden="false" label="Replace" label_selected="Replace" left="100"
	     mouse_opaque="true" name="replace_btn" scale_image="true" width="80" />
	<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
	     hidden="false" label="Replace All" label_selected="Replace All" left="190"
	     mouse_opaque="true" name="replace_all_btn" scale_image="true" width="80" />
	<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top"
	     font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false"
	     left="5" mouse_opaque="true" name="txt" v_pad="0" width="45">
		Search
	</text>
	<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom="-58" drop_shadow_visible="true" enabled="true" follows="left|top"
	     font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false"
	     left="5" mouse_opaque="true" name="txt2" v_pad="0" width="45">
		Replace
	</text>
	<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-37"
	     enabled="true" follows="left|top" font="SansSerifSmall"
	     handle_edit_keys_directly="false" height="16" hidden="false" left="55"
	     max_length="254" mouse_opaque="true" name="search_text"
	     select_all_on_focus_received="false" select_on_focus="false" width="240" />
	<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58"
	     enabled="true" follows="left|top" font="SansSerifSmall"
	     handle_edit_keys_directly="false" height="16" hidden="false" left="55"
	     max_length="254" mouse_opaque="true" name="replace_text"
	     select_all_on_focus_received="false" select_on_focus="false" width="240" />
</floater>