<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
	name="area search"
	title="Area Search"
	can_resize="true"
	can_minimize="true"
	can_close="true"
	can_drag_on_left="false"
	rect_control="FloaterAreaSearchRect"
	min_width="460"
	min_height="250"
	width="500"
	height="650"
	>
	<scroll_list
		    name="result_list"
		    left="10"
		    right="-10"
		    top="-100"
		    bottom="10"
		    column_padding="0"
		    can_resize="true"
		    follows="left|top|bottom|right"
		    draw_heading="true"
		    multi_select="true"
		    search_column="1"
		    tool_tip="Hold shift or control while clicking to select multiple entries"
		    >
	<column name="Name" label="Name" dynamicwidth="true" />
    <column name="Description" label="Description" dynamicwidth="true" />
    <column name="Owner" label="Owner" dynamicwidth="true"/>
	<column name="Group" label="Group" dynamicwidth="true"/>
    <column name="Pay" label="Pay" width="50"/>
    <column name="Buy" label="Buy" width="50"/>
	</scroll_list>

  <check_box visible="false" enabled="false" bottom="-40" follows="left|top" left_delta="0" name="touch_only" label="Scripted Objects with Touch Only" control_name="scripttouchbeacon" />
  <check_box visible="false" enabled="false" bottom_delta="-20" follows="left|top" left_delta="0" name="scripted" label="Scripted Objects" control_name="scriptsbeacon" />
  <check_box visible="false" enabled="false" bottom_delta="-20" follows="left|top" left_delta="0" name="sounds" label="Sound Sources" control_name="soundsbeacon" />
  <check_box visible="false" enabled="false" bottom_delta="-20" follows="left|top" left_delta="0" name="physical" label="Physical Objects" control_name="physicalbeacon" />
  <check_box visible="false" enabled="false" bottom_delta="60" follows="left|top" left_delta="200" name="particles" label="Particle Sources" control_name="particlesbeacon" />
  <check_box visible="false" enabled="false" bottom_delta="-20" follows="left|top" left_delta="0" name="payable" label="Payable Object" />
  <check_box visible="false" enabled="false" bottom_delta="-20" follows="left|top" left_delta="0" name="buyable" label="Buyable Object" />
  
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-40"
           follows="left|top" font="SansSerifSmall" height="20" left_delta="-200"
           max_length="256" mouse_opaque="true"
           tool_tip="" name="Name query chunk" label="Name query chunk" width="200" />
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20"
           follows="left|top" font="SansSerifSmall" height="20" left_delta="0"
           max_length="256" mouse_opaque="true"
           tool_tip="" name="Description query chunk" label="Description query chunk" width="200" />
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="20"
           follows="left|top" font="SansSerifSmall" height="20" left_delta="200"
           max_length="256" mouse_opaque="true"
           tool_tip="" name="Owner query chunk" label="Owner query chunk" width="200" />
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20"
           follows="left|top" font="SansSerifSmall" height="20" left_delta="0"
           max_length="256" mouse_opaque="true"
           tool_tip="" name="Group query chunk" label="Group query chunk" width="200" />
  <button bottom_delta="-30" follows="left|top" font="SansSerif" height="20" label="Search"
          left="10" mouse_opaque="true" name="Search"
          scale_image="true" width="100" />
  <button bottom_delta="0" follows="left|top" font="SansSerif" height="20" label="Reload"
          left_delta="100" mouse_opaque="true" name="Reload"
	      scale_image="true" width="100" />
  
</floater>
