<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 follows="left|top|right"
 height="570"
 layout="topleft"
 bg_opaque_image="Window_NoTitle_Foreground"
 bg_alpha_image="Window_NoTitle_Background"
 name="toolbox floater"
 help_topic="toolbox_floater"
 save_rect="true"
 short_title="BUILD TOOLS"
 single_instance="true"
 sound_flags="0"
 width="280">
    <floater.string
     name="status_rotate">
        Drag colored bands to rotate object
    </floater.string>
    <floater.string
     name="status_scale">
        Click and drag to stretch selected side
    </floater.string>
    <floater.string
     name="status_move">
        Drag to move, shift-drag to copy
    </floater.string>
    <floater.string
     name="status_modifyland">
        Click and hold to modify land
    </floater.string>
    <floater.string
     name="status_camera">
        Click and drag to move camera
    </floater.string>
    <floater.string
     name="status_grab">
        Drag to move, Ctrl to lift, Ctrl+Shift to rotate
    </floater.string>
    <floater.string
     name="status_place">
        Click inworld to build
    </floater.string>
    <floater.string
     name="status_selectland">
        Click and drag to select land
    </floater.string>
    <floater.string
     name="grid_screen_text">
        Screen
    </floater.string>
    <floater.string
     name="grid_local_text">
        Local
    </floater.string>
    <floater.string
     name="grid_world_text">
        World
    </floater.string>
    <floater.string
     name="grid_reference_text">
        Reference
    </floater.string>
    <floater.string
     name="grid_attachment_text">
        Attachment
    </floater.string>
    <button
     follows="left|top"
     height="25"
     image_bottom_pad="1"
     image_overlay="Tool_Zoom"
     image_selected="PushButton_Selected_Press"
     layout="topleft"
     left="10"
     name="button focus"
     tool_tip="Focus"
     width="35">
	  <button.commit_callback
	     function="BuildTool.setTool"
	     parameter="Focus" />
	</button>
    <button
     follows="left|top"
      height="25"
     image_bottom_pad="1"
     image_overlay="Tool_Grab"
     image_selected="PushButton_Selected_Press"
     layout="topleft"
     left_pad="10"
     name="button move"
     tool_tip="Move"
     width="35">
	  <button.commit_callback
	     function="BuildTool.setTool"
	     parameter="Move" />
	</button>
    <button
     follows="left|top"
     height="25"
     image_bottom_pad="1"
     image_overlay="Tool_Face"
     image_selected="PushButton_Selected_Press"
     layout="topleft"
     left_pad="10"
     name="button edit"
     tool_tip="Edit"
     width="35">
	  <button.commit_callback
	     function="BuildTool.setTool"
	     parameter="Edit" />
	</button>
    <button
     follows="left|top"
      height="25"
     image_bottom_pad="1"
     image_overlay="Tool_Create"
     image_selected="PushButton_Selected_Press"
     layout="topleft"
     left_pad="10"
     name="button create"
     tool_tip="Create"
     width="35">
	  <button.commit_callback
	     function="BuildTool.setTool"
	     parameter="Create" />
	</button>
    <button
     follows="left|top"
      height="25"
     image_bottom_pad="1"
     image_overlay="Tool_Dozer"
     image_selected="PushButton_Selected_Press"
     layout="topleft"
     left_pad="10"
     name="button land"
     tool_tip="Land"
     width="35">
	  <button.commit_callback
	     function="BuildTool.setTool"
	     parameter="Land" />
	</button>
    <text
     height="30"
     word_wrap="true"
     use_ellipses="true"
     type="string"
     text_color="LabelSelectedDisabledColor"
     length="1"
     follows="left|top"
     layout="topleft"
     left="8"
     name="text status"
     top_pad="3"
     width="275">
        Drag to move, shift-drag to copy
    </text>
   <radio_group
     layout="topleft"
     left="10"
      height="70"
      top="54"
     name="focus_radio_group">
        <radio_item
         top_pad="6"
         label="Zoom"
         layout="topleft"
         name="radio zoom" />
        <radio_item
         top_pad="6"
         label="Orbit (Ctrl)"
         layout="topleft"
         name="radio orbit" />
        <radio_item
         top_pad="6"
         label="Pan (Ctrl+Shift)"
         layout="topleft"
         name="radio pan" />
		 <radio_group.commit_callback
	     function="BuildTool.commitRadioFocus"/>
    </radio_group>
   <slider_bar
     follows="left|top"
     height="14"
     increment="0.01"
     initial_value="0.125"
     layout="topleft"
     max_val="0.5"
     top_delta="-2"
     left_delta="100"
     name="slider zoom"
     width="134">
	 <slider_bar.commit_callback
	     function="BuildTool.commitZoom"/>
	</slider_bar>
   <radio_group
      left="10"
      height="70"
      top="54"
     layout="topleft"
     name="move_radio_group">
        <radio_item
         top_pad="6"
         label="Move"
         layout="topleft"
         name="radio move" />
        <radio_item
		 top_pad="6"
         label="Lift (Ctrl)"
         layout="topleft"
         name="radio lift" />
        <radio_item
         top_pad="6"
         label="Spin (Ctrl+Shift)"
         layout="topleft"
         name="radio spin" />
		 <radio_group.commit_callback
			function="BuildTool.commitRadioMove"/>
	</radio_group>
	<radio_group
     follows="left|top"
	 left="10"
	 top="54"
	 height="70"
     layout="topleft"
	 name="edit_radio_group">
        <radio_item
		 label="Move"
		 layout="topleft"
		 name="radio position" />
        <radio_item
		 top_pad="6"
         label="Rotate (Ctrl)"
         layout="topleft"
         name="radio rotate" />
        <radio_item
		 top_pad="6"
         label="Stretch (Ctrl+Shift)"
         layout="topleft"
         name="radio stretch" />
        <radio_item
		 top_pad="6"
         label="Select Face"
         layout="topleft"
         name="radio select face" />
			<radio_group.commit_callback
			function="BuildTool.commitRadioEdit"/>
    </radio_group>
    <check_box
     left="10"
     follows="left|top"
     height="16"
	 control_name="EditLinkedParts"
     label="Edit linked"
     layout="topleft"
     name="checkbox edit linked parts" >
		  <check_box.commit_callback
			function="BuildTool.selectComponent"/>
	</check_box>

   <text
   text_color="LtGray_50"
   follows="top|left"
   halign="left"
   left="13"
   name="RenderingCost"
   tool_tip="Shows the rendering cost calculated for this object"
   top_pad="9"
   type="string"
   width="100">
   þ: [COUNT]
   </text>
	<check_box
     control_name="ScaleUniform"
     height="19"
     label="Stretch Both Sides"
     layout="topleft"
     left="143"
     name="checkbox uniform"
	 top="50"
     width="134" />
    <check_box
     control_name="ScaleStretchTextures"
     height="19"
     initial_value="true"
     label="Stretch Textures"
     layout="topleft"
     name="checkbox stretch textures"
     top_pad="0"
     width="134" />
   <check_box
     control_name="SnapEnabled"
     height="20"
     initial_value="true"
     label="Snap to grid"
     layout="topleft"
     top_pad="0"
     name="checkbox snap to grid"
     width="134" />
    <combo_box
     height="23"
     layout="topleft"
     follows="left|top"
     name="combobox grid mode"
     tool_tip="Choose the type of grid ruler for positioning the object"
     width="108">
        <combo_box.item
         label="World grid"
         name="World"
         value="World" />
        <combo_box.item
         label="Local grid"
         name="Local"
         value="Local" />
        <combo_box.item
         label="Reference grid"
         name="Reference"
         value="Reference" />
		 <combo_box.commit_callback
	     function="BuildTool.gridMode"/>
    </combo_box>
    <button
     left_pad="0"
     image_disabled="ForwardArrow_Disabled"
     image_selected="ForwardArrow_Press"
     image_unselected="ForwardArrow_Off"
     layout="topleft"
     name="Options..."
     tool_tip="See more grid options"
     top_delta="0"
     right="-10"
     width="18"
     height="19" >
	 <button.commit_callback
	     function="BuildTool.gridOptions"/>
	</button>
   <button
     follows="left|top"
     height="20"
     image_disabled="Object_Cube"
     image_disabled_selected="Object_Cube"
     image_selected="Object_Cube_Selected"
     image_unselected="Object_Cube"
     layout="topleft"
     left="4"
     name="ToolCube"
     tool_tip="Cube"
     top="51"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Prism"
     image_disabled_selected="Object_Prism"
     image_selected="Object_Prism_Selected"
     image_unselected="Object_Prism"
     layout="topleft"
     left_delta="26"
     name="ToolPrism"
     tool_tip="Prism"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Pyramid"
     image_disabled_selected="Object_Pyramid"
     image_selected="Object_Pyramid_Selected"
     image_unselected="Object_Pyramid"
     layout="topleft"
     left_delta="26"
     name="ToolPyramid"
     tool_tip="Pyramid"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Tetrahedron"
     image_disabled_selected="Object_Tetrahedron"
     image_selected="Object_Tetrahedron_Selected"
     image_unselected="Object_Tetrahedron"
     layout="topleft"
     left_delta="26"
     name="ToolTetrahedron"
     tool_tip="Tetrahedron"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Cylinder"
     image_disabled_selected="Object_Cylinder"
     image_selected="Object_Cylinder_Selected"
     image_unselected="Object_Cylinder"
     layout="topleft"
     left_delta="26"
     name="ToolCylinder"
     tool_tip="Cylinder"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Hemi_Cylinder"
     image_disabled_selected="Object_Hemi_Cylinder"
     image_selected="Object_Hemi_Cylinder_Selected"
     image_unselected="Object_Hemi_Cylinder"
     layout="topleft"
     left_delta="26"
     name="ToolHemiCylinder"
     tool_tip="Hemicylinder"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Cone"
     image_disabled_selected="Object_Cone"
     image_selected="Object_Cone_Selected"
     image_unselected="Object_Cone"
     layout="topleft"
     left_delta="26"
     name="ToolCone"
     tool_tip="Cone"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Hemi_Cone"
     image_disabled_selected="Object_Hemi_Cone"
     image_selected="Object_Hemi_Cone_Selected"
     image_unselected="Object_Hemi_Cone"
     layout="topleft"
     left_delta="26"
     name="ToolHemiCone"
     tool_tip="Hemicone"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Sphere"
     image_disabled_selected="Object_Sphere"
     image_selected="Object_Sphere_Selected"
     image_unselected="Object_Sphere"
     layout="topleft"
     left_delta="26"
     name="ToolSphere"
     tool_tip="Sphere"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Hemi_Sphere"
     image_disabled_selected="Object_Hemi_Sphere"
     image_selected="Object_Hemi_Sphere_Selected"
     image_unselected="Object_Hemi_Sphere"
     layout="topleft"
     left_delta="26"
     name="ToolHemiSphere"
     tool_tip="Hemisphere"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Torus"
     image_disabled_selected="Object_Torus"
     image_selected="Object_Torus_Selected"
     image_unselected="Object_Torus"
     layout="topleft"
     left="4"
     name="ToolTorus"
     tool_tip="Torus"
     top="77"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Tube"
     image_disabled_selected="Object_Tube"
     image_selected="Object_Tube_Selected"
     image_unselected="Object_Tube"
     layout="topleft"
     left_delta="26"
     name="ToolTube"
     tool_tip="Tube"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Ring"
     image_disabled_selected="Object_Ring"
     image_selected="Object_Ring_Selected"
     image_unselected="Object_Ring"
     layout="topleft"
     left_delta="26"
     name="ToolRing"
     tool_tip="Ring"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Tree"
     image_disabled_selected="Object_Tree"
     image_selected="Object_Tree_Selected"
     image_unselected="Object_Tree"
     layout="topleft"
     left_delta="26"
     name="ToolTree"
     tool_tip="Tree"
     top_delta="0"
     width="20" />
    <button
     follows="left|top"
     height="20"
     image_disabled="Object_Grass"
     image_disabled_selected="Object_Grass"
     image_selected="Object_Grass_Selected"
     image_unselected="Object_Grass"
     image_overlay_color="Red"
     layout="topleft"
     left_delta="26"
     name="ToolGrass"
     tool_tip="Grass"
     top_delta="0"
     width="20" />
    <check_box
     control_name="CreateToolKeepSelected"
     height="19"
     label="Keep Tool selected"
     layout="topleft"
     left="4"
     name="checkbox sticky"
     top="101"
     width="128" />
    <check_box
     control_name="CreateToolCopySelection"
     height="19"
     label="Copy selection"
     layout="topleft"
     left_delta="0"
     name="checkbox copy selection"
     top_delta="15"
     width="134" />
    <check_box
     control_name="CreateToolCopyCenters"
     height="19"
     initial_value="true"
     label="Center Copy"
     layout="topleft"
     left_delta="18"
     name="checkbox copy centers"
     top="132"
     width="134" />
    <check_box
     control_name="CreateToolCopyRotates"
     height="19"
     label="Rotate Copy"
     layout="topleft"
     left_delta="0"
     name="checkbox copy rotates"
     top_delta="16"
     width="134" />
    <radio_group
     height="105"
     layout="topleft"
     left="4"
     name="land_radio_group"
     top="54"
     width="114">
        <radio_item
         height="19"
         label="Select Land"
         layout="topleft"
         left="0"
         name="radio select land"
         top="-1"
         width="114" />
        <radio_item
         height="19"
         label="Flatten"
         layout="topleft"
         left_delta="0"
         name="radio flatten"
         top_delta="15"
         width="114" />
        <radio_item
         height="19"
         label="Raise"
         layout="topleft"
         left_delta="0"
         name="radio raise"
         top_delta="15"
         width="114" />
        <radio_item
         height="19"
         label="Lower"
         layout="topleft"
         left_delta="0"
         name="radio lower"
         top_delta="15"
         width="114" />
        <radio_item
         height="19"
         label="Smooth"
         layout="topleft"
         left_delta="0"
         name="radio smooth"
         top_delta="15"
         width="114" />
        <radio_item
         height="19"
         label="Roughen"
         layout="topleft"
         left_delta="0"
         name="radio noise"
         top_delta="15"
         width="114" />
        <radio_item
         height="19"
         label="Revert"
         layout="topleft"
         left_delta="0"
         name="radio revert"
         top_delta="15"
         width="114" />
		 <radio_group.commit_callback
	     function="BuildTool.commitRadioLand"/>
    </radio_group>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="12"
     layout="topleft"
     left="125"
     name="Bulldozer:"
     top="57"
     width="100">
        Bulldozer:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="12"
     layout="topleft"
     name="Dozer Size:"
     left="135"
     top_pad="5"
     width="50">
        Size
    </text>
    <slider_bar
	 control_name ="LandBrushSize"
     follows="left|top"
     height="19"
     initial_value="2.0"
     layout="topleft"
     max_val="11"
     min_val="1"
     left_pad="0"
     name="slider brush size"
     top_delta="-3"
     width="80" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="12"
     layout="topleft"
     name="Strength:"
     left="135"
     top_pad="5"
     width="50">
        Strength
    </text>
    <slider_bar
     follows="left|top"
     height="19"
     left_pad="0"
     initial_value="0.00"
     layout="topleft"
     max_val="2"
     min_val="-1"
     name="slider force"
     top_delta="-3"
     width="80" >
	  <slider_bar.commit_callback
	     function="BuildTool.LandBrushForce"/>
    </slider_bar>
    <button
     follows="left|top"
     height="19"
     label="Apply"
     label_selected="Apply"
     top_pad="5"
     layout="topleft"
     left="135"
     name="button apply to selection"
     tool_tip="Modify selected land"
     width="78">
	  <button.commit_callback
	     function="BuildTool.applyToSelection"/>
    </button>
    <text
    text_color="LtGray_50"
     type="string"
     length="1"
     height="12"
     follows="left|top"
     halign="right"
     layout="topleft"
     right="-10"
     name="obj_count"
     top_pad="6"
     width="143">
        Objects: [COUNT]
    </text>
    <text
    text_color="LtGray_50"
     type="string"
     length="1"
     follows="left|top"
     halign="right"
     layout="topleft"
     right="-10"
     name="prim_count"
     width="143">
        Prims: [COUNT]
    </text>
    <tab_container
     follows="left|top"
     height="400"
     halign="center"
     left="0"
     name="Object Info Tabs"
     tab_max_width="54"
     tab_min_width="40"
     tab_position="top"
     tab_height="25"
     top="170"
     width="280">
	<panel
	 border="false"
	 follows="all"
	 label="General"
	 layout="topleft"
	 mouse_opaque="false"
	 help_topic="toolbox_general_tab"
	 name="General"
	 top="16"
	 width="280">
	 <panel.string
	  name="text deed continued">
		Deed
	 </panel.string>
	<panel.string
	 name="text deed">
		Deed
	</panel.string>
            <panel.string
             name="text modify info 1">
                You can modify this object
            </panel.string>
            <panel.string
             name="text modify info 2">
                You can modify these objects
            </panel.string>
            <panel.string
             name="text modify info 3">
                You can't modify this object
            </panel.string>
            <panel.string
             name="text modify info 4">
                You can't modify these objects
            </panel.string>
            <panel.string
             name="text modify warning">
                You must select entire object to set permissions
            </panel.string>
            <panel.string
             name="Cost Default">
                Price: L$
            </panel.string>
            <panel.string
             name="Cost Total">
                Total Price: L$
            </panel.string>
            <panel.string
             name="Cost Per Unit">
                Price Per: L$
            </panel.string>
            <panel.string
             name="Cost Mixed">
                Mixed Price
            </panel.string>
            <panel.string
             name="Sale Mixed">
                Mixed Sale
            </panel.string>
            <text
             follows="left|top"
             height="10"
             left="10"
             name="Name:"
             top="0"
             width="90">
                Name:
            </text>
            <line_editor
             follows="left|top|right"
             height="19"
             left_pad="0"
             max_length="63"
             name="Object Name"
             select_on_focus="true"
             top_delta="0"
             width="170" />
            <text
             follows="left|top"
             height="10"
             left="10"
             name="Description:"
             top_pad="3"
             width="90">
                Description:
            </text>
            <line_editor
             follows="left|top|right"
             height="19"
             left_pad="0"
             max_length="127"
             name="Object Description"
             select_on_focus="true"
             top_delta="0"
             width="170" />
            <text
             type="string"
             left="10"
             length="1"
             follows="left|top"
             height="19"
             layout="topleft"
             name="Creator:"
             width="90">
                Creator:
            </text>
            <text
             type="string"
             length="1"
             follows="left|top"
             left_pad="0"
             height="19"
             layout="topleft"
             name="Creator Name"
             width="175">
                Esbee Linden
            </text>
            <text
             type="string"
             length="1"
             left="10"
             follows="left|top"
             height="19"
             layout="topleft"
             name="Owner:"
             width="90">
                Owner:
            </text>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="19"
             layout="topleft"
             name="Owner Name"
             left_pad="0"
             width="175">
                Erica Linden
            </text>
           <text
             type="string"
             length="1"
             follows="left|top"
             layout="topleft"
             left="10"
             height="18"
             name="Group:"
             top_pad="4"
             width="75">
                Group:
            </text>
            <button
			 follows="top|left"
			 height="10"
			 image_disabled="Activate_Checkmark"
			 image_selected="Activate_Checkmark"
			 image_unselected="Activate_Checkmark"
			 image_color="White_50"
			 layout="topleft"
			 left_pad="0"
			 top_delta="0"
			 name="button set group"
			 tab_stop="false"
			 tool_tip="Choose a group to share this object's permissions"
			 width="10" />
            <name_box
             follows="left|top"
             height="18"
             initial_value="Loading..."
             layout="topleft"
             left_pad="5"
             top_delta="-1"
             name="Group Name Proxy"
             width="150" />
            <button
             follows="top|left"
             height="20"
             label="Deed"
             label_selected="Deed"
             layout="topleft"
             name="button deed"
             top_pad="0"
             left="100"
             tool_tip="Deeding gives this item away with next owner permissions. Group shared objects can be deeded by a group officer."
             width="80" />
            <check_box
             height="19"
             follows="left|top"
             label="Share"
             layout="topleft"
             name="checkbox share with group"
             tool_tip="Allow all members of the set group to share your modify permissions for this object. You must Deed to enable role restrictions."
             left_pad="3"
             width="100" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="16"
             layout="topleft"
             top_pad="15"
             left="10"
             name="label click action"
             width="90">
                Click to:
            </text>
            <combo_box
             follows="left|top"
             height="20"
             layout="topleft"
             name="clickaction"
             width="168"
             left_pad="0">
                <combo_box.item
                 label="Touch  (default)"
                 name="Touch/grab(default)"
                 value="Touch" />
                <combo_box.item
                 label="Sit on object"
                 name="Sitonobject"
                 value="Sit" />
                <combo_box.item
                 label="Buy object"
                 name="Buyobject"
                 value="Buy" />
                <combo_box.item
                 label="Pay object"
                 name="Payobject"
                 value="Pay" />
                <combo_box.item
                 label="Open"
                 name="Open"
                 value="Open" />
				 <combo_box.item
                 label="Zoom"
                 name="Zoom"
                 value="Zoom" />
            </combo_box>
            <check_box
             height="16"
             top_pad="15"
             label="For Sale:"
             layout="topleft"
             name="checkbox for sale"
             left="10"
             width="90" />
<!-- NEW SALE TYPE COMBO BOX -->
      <combo_box
            left_pad="0"
            layout="topleft"
            follows="left|top"
            allow_text_entry="false"
            height="20"
            intial_value="2"
            max_chars="20"
            mouse_opaque="true"
            name="sale type"
            width="158">
        <combo_box.item
           name="Copy"
           label="Copy"
           value="2" />
        <combo_box.item
           name="Contents"
           label="Contents"
           value="3" />
        <combo_box.item
           name="Original"
           label="Original"
           value="1" />
      </combo_box>
<!-- NEW PRICE SPINNER
Objects are allowed to be for sale for L$0 to invoke buy UI behavior
even though the user gets a free copy.
-->
    <spinner
        follows="left|top"
        decimal_digits="0"
        increment="1"
        top_pad="8"
        left="100"
        control_name="Edit Cost"
        name="Edit Cost"
        label="Price: L$"
        label_width="65"
        width="150"
        min_val="0"
        height="20"
        max_val="999999999" />
      <check_box
	   height="15"
	   width="110"
	   top_pad="5"
	   label="Show in search"
       layout="topleft"
	   left="100"
       name="search_check"
       tool_tip="Let people see this object in search results" />
		<panel
         border="false"
         follows="left|top"
         layout="topleft"
         mouse_opaque="false"
         background_visible="true"
         bg_alpha_color="DkGray"
         name="perms_build"
         left="0"
         top="241"
         height="120"
         width="278">
            <text
             type="string"
             length="1"
             left="10"
             top_pad="9"
             text_color="EmphasisColor"
             height="16"
             follows="left|top|right"
             layout="topleft"
             name="perm_modify"
             width="264">
                You can modify this object
            </text>
            <text
               type="string"
               follows="left|top"
               name="Anyone can:"
               width="250"
               left="10">
                 Anyone:
            </text>
            <check_box
             height="19"
             label="Move"
             layout="topleft"
             name="checkbox allow everyone move"
             left="15"
             width="85" />
            <check_box
             height="19"
             label="Copy"
             layout="topleft"
             left_pad="0"
             name="checkbox allow everyone copy"
             width="90" />
            <text
               type="string"
               follows="left|top"
               height="19"
               name="Next owner can:"
               width="250"
               left="10">
                  Next owner:
            </text>
            <check_box
             follows="left|top|right"
             label="Modify"
             layout="topleft"
             left="15"
             name="checkbox next owner can modify"
             width="85" />
            <check_box
             follows="left|top|right"
             height="19"
             label="Copy"
             layout="topleft"
             left_pad="0"
             name="checkbox next owner can copy"
             width="90" />
            <check_box
             follows="left|top|right"
             height="19"
             label="Transfer"
             layout="topleft"
             name="checkbox next owner can transfer"
             left_pad="0"
             top_delta="0"
             tool_tip="Next owner can give away or resell this object"
             width="90" />
            <text
             type="string"
             text_color="EmphasisColor"
             length="1"
             top_pad="5"
             follows="left|top"
             layout="topleft"
             left="10"
             name="B:"
             height="10"
             width="45">
                B:
            </text>
            <text
             type="string"
             text_color="White"
             length="1"
             follows="left|top"
             layout="topleft"
             left_pad="0"
             name="O:"
             height="10"
             width="44">
                O:
            </text>
            <text
             type="string"
             text_color="EmphasisColor"
             length="1"
             follows="left|top"
             layout="topleft"
             left_pad="0"
             name="G:"
             height="10"
             width="43">
                G:
            </text>
            <text
             type="string"
             text_color="White"
             length="1"
             follows="left|top"
             left_pad="0"
             layout="topleft"
             name="E:"
             height="10"
             width="43">
                E:
            </text>
            <text
             type="string"
             text_color="EmphasisColor"
             length="1"
             follows="left|top"
             layout="topleft"
             left_pad="0"
             name="N:"
             height="10"
             width="48">
                N:
            </text>
            <text
             type="string"
             text_color="White"
             length="1"
             follows="left|top"
             layout="topleft"
             left_pad="0"
             name="F:"
             height="10"
             width="50">
                F:
            </text>
        </panel>
      </panel>
      <panel
         border="false"
         follows="all"
         height="367"
         label="Object"
         layout="topleft"
         left_delta="0"
         mouse_opaque="false"
         help_topic="toolbox_object_tab"
         name="Object"
         top="16"
         width="280">
            <check_box
             height="19"
             label="Locked"
             layout="topleft"
             name="checkbox locked"
             tool_tip="Prevents object from being moved or deleted. Frequently useful during building to avoid unintended edits."
             top_pad="5"
             left="10"
             width="123" />
            <check_box
             height="19"
             label="Physical"
             layout="topleft"
             name="Physical Checkbox Ctrl"
             tool_tip="Allows object to be pushed and affected by gravity"
             top_pad="0"
             width="123" />
            <check_box
             height="19"
             label="Temporary"
             layout="topleft"
             name="Temporary Checkbox Ctrl"
             tool_tip="Causes object to be deleted 1 minute after creation"
             top_pad="0"
             width="123" />
            <check_box
             height="19"
             label="Phantom"
             layout="topleft"
             name="Phantom Checkbox Ctrl"
             tool_tip="Causes object to not collide with other objects or avatars"
             top_pad="0"
             width="123" />

            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             name="label position"
             top_pad="10"
             width="121">
                Position (meters)
            </text>
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="512"
             min_val="-256"
             name="Pos X"
             text_enabled_color="1 0 0.3 .7"
             top_pad="5"
             width="87" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="512"
             min_val="-256"
             name="Pos Y"
             text_enabled_color="EmphasisColor"
             top_pad="3"
             width="87" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Z"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="4096"
             name="Pos Z"
             text_enabled_color="0 0.8 1 .65"
             top_pad="3"
             width="87" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="label size"
             top_pad="6"
             width="121">
                Size (meters)
            </text>
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="0.01"
             name="Scale X"
             text_enabled_color="1 1 1 1"
             top_pad="5"
             width="87" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="0.01"
             name="Scale Y"
             text_enabled_color="1 1 1 1"
             top_pad="3"
             width="87" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Z"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="0.01"
             name="Scale Z"
             text_enabled_color="1 1 1 1"
             top_pad="3"
             width="87" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="label rotation"
             top_pad="10"
             width="121">
                Rotation (degrees)
            </text>
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="1"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="9999"
             min_val="-9999"
             name="Rot X"
             text_enabled_color="1 1 1 1"
             top_pad="5"
             width="87" />
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="1"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="9999"
             min_val="-9999"
             name="Rot Y"
             text_enabled_color="1 1 1 1"
             top_pad="3"
             width="87" />
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="1"
             initial_value="0"
             label="Z"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="9999"
             min_val="-9999"
             name="Rot Z"
             text_enabled_color="1 1 1 1"
             top_pad="3"
             width="87" />

 <!--           <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="label basetype"
             top="5"
             width="150">
                Prim Type
            </text>-->
            <combo_box
             height="19"
             layout="topleft"
             name="comboBaseType"
             top="6"
             left="125"
             width="150">
                <combo_box.item
                 label="Box"
                 name="Box"
                 value="Box" />
                <combo_box.item
                 label="Cylinder"
                 name="Cylinder"
                 value="Cylinder" />
                <combo_box.item
                 label="Prism"
                 name="Prism"
                 value="Prism" />
                <combo_box.item
                 label="Sphere"
                 name="Sphere"
                 value="Sphere" />
                <combo_box.item
                 label="Torus"
                 name="Torus"
                 value="Torus" />
                <combo_box.item
                 label="Tube"
                 name="Tube"
                 value="Tube" />
                <combo_box.item
                 label="Ring"
                 name="Ring"
                 value="Ring" />
                <combo_box.item
                 label="Sculpted"
                 name="Sculpted"
                 value="Sculpted" />
            </combo_box>
            <combo_box
             height="19"
             layout="topleft"
             name="material"
             top_pad="5"
             width="150">
                <combo_box.item
                 label="Stone"
                 name="Stone"
                 value="Stone" />
                <combo_box.item
                 label="Metal"
                 name="Metal"
                 value="Metal" />
                <combo_box.item
                 label="Glass"
                 name="Glass"
                 value="Glass" />
                <combo_box.item
                 label="Wood"
                 name="Wood"
                 value="Wood" />
                <combo_box.item
                 label="Flesh"
                 name="Flesh"
                 value="Flesh" />
                <combo_box.item
                 label="Plastic"
                 name="Plastic"
                 value="Plastic" />
                <combo_box.item
                 label="Rubber"
                 name="Rubber"
                 value="Rubber" />
            </combo_box>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="text cut"
             top_pad="5"
             width="150">
                Path Cut (begin/end)
            </text>
            <spinner
             follows="left|top"
             height="16"
             increment="0.025"
             initial_value="0"
             label="B"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="0.98"
             name="cut begin"
             top_pad="4"
             width="68" />
            <spinner
             follows="left|top"
             height="16"
             increment="0.025"
             initial_value="1"
             label="E"
             label_width="10"
             layout="topleft"
             left_pad="10"
             min_val="0.02"
             name="cut end"
             top_delta="0"
             width="68" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="text hollow"
             top_pad="5"
             width="68">
                Hollow
            </text>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_pad="10"
             name="text skew"
             width="63">
                Skew
            </text>
            <spinner
             decimal_digits="1"
             follows="left|top"
             height="19"
             increment="5"
             initial_value="0"
             layout="topleft"
             left="125"
             max_val="95"
             name="Scale 1"
             top_pad="4"
             width="68" />
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             layout="topleft"
             left_pad="10"
             max_val="0.95"
             min_val="-0.95"
             name="Skew"
             top_delta="0"
             width="68" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="15"
             layout="topleft"
             left="125"
             name="Hollow Shape"
             top_pad="0"
             width="150">
                Hollow Shape
            </text>
            <combo_box
             height="19"
             layout="topleft"
             left_delta="0"
             name="hole"
             top_pad="3"
             width="150">
                <combo_box.item
                 label="Default"
                 name="Default"
                 value="Default" />
                <combo_box.item
                 label="Circle"
                 name="Circle"
                 value="Circle" />
                <combo_box.item
                 label="Square"
                 name="Square"
                 value="Square" />
                <combo_box.item
                 label="Triangle"
                 name="Triangle"
                 value="Triangle" />
            </combo_box>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="text twist"
             top_pad="5"
             width="150">
                Twist (begin/end)
            </text>
            <spinner
             decimal_digits="0"
             follows="left|top"
             height="19"
             increment="9"
             initial_value="0"
             label="B"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="180"
             min_val="-180"
             name="Twist Begin"
             top_pad="4"
             width="68" />
            <spinner
             decimal_digits="0"
             follows="left|top"
             height="19"
             increment="9"
             initial_value="0"
             label="E"
             label_width="10"
             layout="topleft"
             left_pad="10"
             max_val="180"
             min_val="-180"
             name="Twist End"
             top_delta="0"
             width="68" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="scale_taper"
             top_pad="3"
             width="150">
                Taper
            </text>
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="scale_hole"
             top_delta="0"
             width="150">
                Hole Size
            </text>
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             min_val="-1"
             name="Taper Scale X"
             top_pad="4"
             width="68" />
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_pad="10"
             min_val="-1"
             name="Taper Scale Y"
             top_delta="0"
             width="68" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="text topshear"
             top_pad="3"
             width="141">
                Top Shear
            </text>
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="0.5"
             min_val="-0.5"
             name="Shear X"
             top_pad="4"
             width="68" />
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_pad="10"
             max_val="0.5"
             min_val="-0.5"
             name="Shear Y"
             top_delta="0"
             width="68" />
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="advanced_cut"
             top_pad="3"
             width="150">
                Profile Cut (begin/end)
            </text>
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="advanced_dimple"
             top_delta="0"
             width="150">
                Dimple (begin/end)
            </text>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="advanced_slice"
             top_delta="0"
             width="150">
                Slice (begin/end)
            </text>
            <spinner
             follows="left|top"
             height="19"
             increment="0.025"
             initial_value="0"
             label="B"
             label_width="10"
             layout="topleft"
             left_delta="0"
             max_val="0.95"
             name="Path Limit Begin"
             top_pad="3"
             width="68" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.025"
             initial_value="1"
             label="E"
             label_width="10"
             layout="topleft"
             left_pad="10"
             min_val="0.05"
             name="Path Limit End"
             top_delta="0"
             width="68" />
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="text taper2"
             top_pad="3"
             width="150">
                Taper
            </text>
            <spinner
			 visible="false"
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="X"
             label_width="10"
             layout="topleft"
             left_delta="0"
             min_val="-1"
             name="Taper X"
             top_pad="3"
             width="68" />
            <spinner
			 visible="false"
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             label="Y"
             label_width="10"
             layout="topleft"
             left_pad="10"
             min_val="-1"
             name="Taper Y"
             top_delta="0"
             width="68" />
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="125"
             name="text radius delta"
             top_pad="0"
             width="78">
                Radius
            </text>
            <text
			 visible="false"
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="78"
             name="text revolutions"
             width="68">
                Revolutions
            </text>
            <spinner
			 visible="false"
             follows="left|top"
             height="19"
             increment="0.05"
             initial_value="0"
             layout="topleft"
             left="125"
             min_val="-1"
             name="Radius Offset"
             top_pad="4"
             width="68" />
            <spinner
			 visible="false"
             decimal_digits="2"
             follows="left|top"
             height="19"
             initial_value="1"
             layout="topleft"
             left_pad="10"
             max_val="4"
             min_val="1"
             name="Revolutions"
             top_delta="0"
             width="68" />
            <texture_picker
             can_apply_immediately="true"
             default_image_name="Default"
             follows="left|top"
             height="141"
             label="Sculpt Texture"
             layout="topleft"
             left="125"
             name="sculpt texture control"
             tool_tip="Click to choose a picture"
             top="70"
             visible="false"
             width="145" />
            <check_box
             height="19"
             label="Mirror"
             layout="topleft"
             left_delta="0"
             name="sculpt mirror control"
             tool_tip="Flips sculpted prim along the X axis"
             top_pad="8"
             visible="false"
             width="130" />
            <check_box
             height="19"
             label="Inside-out"
             layout="topleft"
             left_delta="0"
             name="sculpt invert control"
             tool_tip="Inverts the sculpted prims normals, making it appear inside-out"
             top_pad="4"
             visible="false"
             width="121" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="label sculpt type"
             top_pad="10"
             visible="false"
             width="130">
                Stitching type
            </text>
            <combo_box
             height="19"
             layout="topleft"
             left_delta="0"
             name="sculpt type control"
             top_pad="4"
             visible="false"
             width="150">
                <combo_box.item
                 label="(none)"
                 name="None"
                 value="None" />
                <combo_box.item
                 label="Sphere"
                 name="Sphere"
                 value="Sphere" />
                <combo_box.item
                 label="Torus"
                 name="Torus"
                 value="Torus" />
                <combo_box.item
                 label="Plane"
                 name="Plane"
                 value="Plane" />
                <combo_box.item
                 label="Cylinder"
                 name="Cylinder"
                 value="Cylinder" />
            </combo_box>
        </panel>

        <panel
         border="false"
         follows="all"
         height="367"
         label="Features"
         layout="topleft"
         left_delta="0"
         mouse_opaque="false"
         help_topic="toolbox_features_tab"
         name="Features"
         top_delta="0"
         width="280">
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="10"
             name="select_single"
             top="5"
             width="252">
                Select only one primitive to edit features.
            </text>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="10"
             name="edit_object"
             top="5"
             width="252">
                Edit object features:
            </text>
            <check_box
             height="19"
             label="Flexible Path"
             layout="topleft"
             left="10"
             name="Flexible1D Checkbox Ctrl"
             tool_tip="Allows object to flex about the Z axis (Client-side only)"
             top_pad="10"
             width="121" />
            <spinner
             follows="left|top"
             height="19"
             increment="1"
             initial_value="2"
             label="Softness"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="3"
             name="FlexNumSections"
             top_pad="10"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.5"
             initial_value="0.3"
             label="Gravity"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="-10"
             name="FlexGravity"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.5"
             initial_value="2"
             label="Drag"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             name="FlexFriction"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.5"
             initial_value="0"
             label="Wind"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             name="FlexWind"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.5"
             initial_value="1"
             label="Tension"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             name="FlexTension"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Force X"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="-10"
             name="FlexForceX"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Force Y"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="-10"
             name="FlexForceY"
             top_pad="4"
             width="128" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.01"
             initial_value="0"
             label="Force Z"
             label_width="65"
             layout="topleft"
             left_delta="0"
             max_val="10"
             min_val="-10"
             name="FlexForceZ"
             top_pad="4"
             width="128" />
            <check_box
             height="16"
             label="Light"
             layout="topleft"
             left="10"
             name="Light Checkbox Ctrl"
             tool_tip="Causes object to emit light"
             top_pad="15"
             width="60" />
            <color_swatch
             can_apply_immediately="true"
	     bevel_style="none"
	     border_style="line"
             color="0.5 0.5 0.5 1"
	     border.border_thickness="0"
             follows="left|top"
             height="50"
             layout="topleft"
             left_pad="10"
             top_pad="-17"
             name="colorswatch"
             tool_tip="Click to open color picker"
             width="40" />
         <texture_picker
            allow_no_texture="true"
            top_delta="0"
            can_apply_immediately="true"
            default_image_name="Default"
            follows="left|top"
            height="48"
            label=""
            left_delta="57"
            mouse_opaque="true"
            name="light texture control"
            tool_tip="Click to choose a projection image (only has effect with deferred rendering enabled)"
            width="32" />
          <spinner
             follows="left|top"
             height="19"
             initial_value="0.5"
             label="Intensity"
             label_width="70"
             layout="topleft"
             left="10"
             name="Light Intensity"
             top_pad="3"
             width="128" />
          <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16"
 increment="0.1" initial_val="0.5" label="FOV" label_width="55"
 left="144" max_val="3" min_val="0" mouse_opaque="true"
 name="Light FOV" width="120" />
          <spinner
             follows="left|top"
             height="19"
             initial_value="5"
             label="Radius"
             label_width="70"
             layout="topleft"
             left="10"
             max_val="20"
             name="Light Radius"
             top_pad="3"
             width="128" />
          <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16"
        increment="0.5" initial_val="0.5" label="Focus" label_width="55"
        left="144" max_val="20" min_val="-20" mouse_opaque="true"
        name="Light Focus" width="120" />
            <spinner
             follows="left|top"
             height="19"
             increment="0.25"
             initial_value="1"
             label="Falloff"
             label_width="70"
             layout="topleft"
             left="10"
             max_val="2"
             name="Light Falloff"
             top_pad="3"
             width="128" />
          <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16"
           increment="0.05" initial_val="1" label="Ambiance" label_width="55"
           left="144" max_val="1" min_val="0" mouse_opaque="true"
           name="Light Ambiance" width="120" />
        </panel>
         <panel
         border="false"
         follows="all"
         height="367"
         label="Texture"
         layout="topleft"
         left_delta="0"
         mouse_opaque="false"
         help_topic="toolbox_texture_tab"
         name="Texture"
         top_delta="0"
         width="280">
            <panel.string
             name="string repeats per meter">
                Repeats Per Meter
            </panel.string>
            <panel.string
             name="string repeats per face">
                Repeats Per Face
            </panel.string>
            <texture_picker
             can_apply_immediately="true"
             default_image_name="Default"
             follows="left|top"
             height="80"
             label="Texture"
             layout="topleft"
             left="10"
             name="texture control"
             tool_tip="Click to choose a picture"
             top="8"
             width="64" />
            <color_swatch
             can_apply_immediately="true"
             follows="left|top"
             height="80"
             label="Color"
             layout="topleft"
             left_pad="15"
             name="colorswatch"
             tool_tip="Click to open color picker"
             top_delta="0"
             width="64" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_pad="15"
             name="color trans"
             top="6"
             width="110">
                Transparency %
            </text>
            <spinner
             decimal_digits="0"
             follows="left|top"
             height="19"
             increment="2"
             initial_value="0"
             layout="topleft"
             left_delta="0"
             max_val="90"
             name="ColorTrans"
             top_pad="4"
             width="80" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_delta="0"
             name="glow label"
             top_pad="2"
             width="80">
                Glow
            </text>
            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             initial_value="0"
             layout="topleft"
             left_delta="0"
             name="glow"
             top_pad="4"
             width="80" />
            <check_box
             height="19"
             label="Full Bright"
             layout="topleft"
             left_delta="0"
             name="checkbox fullbright"
             top_pad="4"
             width="81" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="10"
             name="tex gen"
             top_pad="5"
             width="85">
                Mapping
            </text>
            <combo_box
             height="23"
             layout="topleft"
             left_delta="0"
             name="combobox texgen"
             top_pad="4"
             width="85">
                <combo_box.item
                 label="Default"
                 name="Default"
                 value="Default" />
                <combo_box.item
                 label="Planar"
                 name="Planar"
                 value="Planar" />
            </combo_box>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             name="label shininess"
             left_pad="4"
             top_pad="-36"
             width="85">
                Shininess
            </text>
            <combo_box
             height="23"
             layout="topleft"
             left_delta="0"
             name="combobox shininess"
             top_pad="4"
             width="85">
                <combo_box.item
                 label="None"
                 name="None"
                 value="None" />
                <combo_box.item
                 label="Low"
                 name="Low"
                 value="Low" />
                <combo_box.item
                 label="Medium"
                 name="Medium"
                 value="Medium" />
                <combo_box.item
                 label="High"
                 name="High"
                 value="High" />
            </combo_box>
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left_pad="4"
             name="label bumpiness"
             top_pad="-36"
             width="85">
                Bumpiness
            </text>
            <combo_box
             height="23"
             layout="topleft"
             left_delta="0"
             name="combobox bumpiness"
             top_pad="4"
             width="85">
                <combo_box.item
                 label="None"
                 name="None"
                 value="None" />
                <combo_box.item
                 label="Brightness"
                 name="Brightness"
                 value="Brightness" />
                <combo_box.item
                 label="Darkness"
                 name="Darkness"
                 value="Darkness" />
                <combo_box.item
                 label="woodgrain"
                 name="woodgrain"
                 value="woodgrain" />
                <combo_box.item
                 label="bark"
                 name="bark"
                 value="bark" />
                <combo_box.item
                 label="bricks"
                 name="bricks"
                 value="bricks" />
                <combo_box.item
                 label="checker"
                 name="checker"
                 value="checker" />
                <combo_box.item
                 label="concrete"
                 name="concrete"
                 value="concrete" />
                <combo_box.item
                 label="crustytile"
                 name="crustytile"
                 value="crustytile" />
                <combo_box.item
                 label="cutstone"
                 name="cutstone"
                 value="cutstone" />
                <combo_box.item
                 label="discs"
                 name="discs"
                 value="discs" />
                <combo_box.item
                 label="gravel"
                 name="gravel"
                 value="gravel" />
                <combo_box.item
                 label="petridish"
                 name="petridish"
                 value="petridish" />
                <combo_box.item
                 label="siding"
                 name="siding"
                 value="siding" />
                <combo_box.item
                 label="stonetile"
                 name="stonetile"
                 value="stonetile" />
                <combo_box.item
                 label="stucco"
                 name="stucco"
                 value="stucco" />
                <combo_box.item
                 label="suction"
                 name="suction"
                 value="suction" />
                <combo_box.item
                 label="weave"
                 name="weave"
                 value="weave" />
            </combo_box>
          <!--
            <line_editor
             bevel_style="in"
             border_style="line"
             border_thickness="1"
             follows="left|top"
             height="16"
             layout="topleft"
             left="10"
             max_length="63"
             name="Home Url"
             select_on_focus="true"
             top="134"
             width="250" />
            <check_box
             height="16"
             label="Media Face"
             layout="topleft"
             left_delta="0"
             name="has media"
             top_pad="6"
             width="70" />
            <button
             follows="left|top"
             font="SansSerifSmall"
             height="20"
             label="Set Media Info"
             label_selected="Set Media Info"
             layout="topleft"
             left_pad="60"
             name="media info set"
             top_delta="-4"
             width="120" />
-->
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="10"
             name="tex scale"
             top_pad="5"
             width="200">
                Repeats / Face
            </text>
            <spinner
             follows="left|top"
             height="19"
             initial_value="0"
             label="Horizontal (U)"
             label_width="90"
             layout="topleft"
             left="20"
             max_val="100"
             name="TexScaleU"
             top_pad="6"
             width="160" />
            <check_box
             height="19"
             label="Flip"
             layout="topleft"
             left_pad="10"
             name="checkbox flip s"
             top_delta="0"
             width="70" />
            <spinner
             follows="left|top"
             height="19"
             initial_value="0"
             label="Vertical (V)"
             label_width="90"
             layout="topleft"
             left="20"
             max_val="100"
             name="TexScaleV"
             top_pad="0"
             width="160" />
            <check_box
             height="19"
             label="Flip"
             layout="topleft"
             left_pad="10"
             name="checkbox flip t"
             top_delta="0"
             width="70" />

            <spinner
             decimal_digits="2"
             follows="left|top"
             height="19"
             increment="1"
             initial_value="0"
			 label="Rotation˚"
             layout="topleft"
			 label_width="100"
             left="10"
             max_val="9999"
             min_val="-9999"
             name="TexRot"
             top_delta="25"
             width="170" />

            <spinner
             decimal_digits="1"
             follows="left|top"
             height="19"
             initial_value="1"
			 label="Repeats / Meter"
             layout="topleft"
			 label_width="100"
             left="10"
             max_val="10"
             min_val="0.1"
             name="rptctrl"
             top_delta="20"
             width="170" />
            <button
             follows="left|top"
             height="23"
             label="Apply"
             label_selected="Apply"
             layout="topleft"
             left_pad="10"
             name="button apply"
             width="75" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="10"
             layout="topleft"
             left="10"
             name="tex offset"
             top_delta="20"
             width="200">
                Texture Offset
            </text>
            <spinner
             follows="left|top"
             height="19"
             initial_value="0"
             label="Horizontal (U)"
             label_width="90"
             layout="topleft"
             left="20"
             min_val="-1"
             name="TexOffsetU"
             top_pad="6"
             width="160" />
            <spinner
             follows="left|top"
             height="19"
             initial_value="0"
             label="Vertical (V)"
             label_width="90"
             layout="topleft"
             left_delta="0"
             min_val="-1"
             name="TexOffsetV"
             top_pad="1"
             width="160" />
        <panel
         border="false"
         follows="left|top"
         layout="topleft"
         mouse_opaque="false"
         background_visible="true"
         bg_alpha_color="DkGray"
         name="Add_Media"
         left="0"
         top_pad="0"
         height="75"
         width="278">
            <text
             type="string"
             length="1"
             follows="left|top"
             height="12"
             layout="topleft"
             left="10"
             top_pad="5"
             name="media_tex"
             width="260">
              Media
			</text>
			<text
			 follows="left|top|right"
			 height="18"
			 layout="topleft"
			 left="10"
                         use_ellipses="true"
			 read_only="true"
			 name="media_info"
			 width="180" />
			<button
			 follows="top|left"
			 height="18"
			 image_selected="AddItem_Press"
			 image_unselected="AddItem_Off"
			 image_disabled="AddItem_Disabled"
			 layout="topleft"
			 left_pad="0"
			 name="add_media"
			 tab_stop="false"
			 top_delta="0"
			 tool_tip="Add Media"
			 width="18">
				<button.commit_callback
				function="BuildTool.AddMedia"/>
			</button>
			<button
			 follows="top|left"
			 height="18"
			 image_selected="TrashItem_Press"
			 image_unselected="TrashItem_Off"
			 layout="topleft"
			 left_pad="5"
			 name="delete_media"
			 tool_tip="Delete this media texture"
			 top_delta="0"
			 width="18">
				<button.commit_callback
				function="BuildTool.DeleteMedia"/>
			</button>
			<button
			 follows="top|left"
			 tool_tip="Edit this Media"
			 height="18"
			 image_disabled="OptionsMenu_Disabled"
			 image_selected="OptionsMenu_Press"
			 image_unselected="OptionsMenu_Off"
			 layout="topleft"
			 left_pad="10"
			 name="edit_media"
			 top_delta="0"
			 width="18">
				<button.commit_callback
				function="BuildTool.EditMedia"/>
			</button>
      <web_browser
        visible="false"
        enabled="false"
        border_visible="true"
        bottom_delta="0"
        follows="top|left"
        left="0"
        name="title_media"
        width="4"
        height="4"
        start_url="about:blank"
        decouple_texture_size="true" />
     <button
			 follows="left|top"
			 height="23"
			 label="Align"
			 label_selected="Align Media"
			 layout="topleft"
			 left="10"
			 name="button align"
			 top_pad="5"
			 tool_tip="Align media texture (must load first)"
			 width="100" />
		</panel>
	   </panel>
       <panel
         border="false"
         follows="all"
         label="Content"
         layout="topleft"
         left_delta="0"
         mouse_opaque="false"
         help_topic="toolbox_contents_tab"
         name="Contents"
         top_delta="0"
         width="280">
            <button
             follows="left|top"
             height="19"
             label="New Script"
             label_selected="New Script"
             layout="topleft"
             left="10"
             name="button new script"
             top="10"
             width="120" />
            <button
             follows="left|top"
             height="19"
             label="Permissions"
             layout="topleft"
             left_pad="8"
             name="button permissions"
             width="130" />
            <panel_inventory_object
             follows="left|top"
             height="325"
             layout="topleft"
             left="10"
             name="contents_inventory"
             top="50"
             width="260" />
		</panel>
        </tab_container>
	<panel
	 follows="left|top"
     height="384"
     layout="topleft"
     left_delta="0"
     name="land info panel"
     top_delta="0"
     width="280">
    <text
         type="string"
         length="1"
         font="SansSerifBig"
         follows="left|top"
         height="19"
         layout="topleft"
         left="20"
         name="label_parcel_info"
         top="24"
         width="150">
            Parcel Information
        </text>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="19"
         layout="topleft"
         left="30"
         name="label_area_price"
         top="48"
         width="150">
            Price: L$[PRICE] for [AREA] m²
        </text>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="19"
         layout="topleft"
         left_delta="0"
         name="label_area"
         top_delta="0"
         width="150">
            Area: [AREA] m²
        </text>
        <button
         follows="left|top"
         height="20"
         label="About Land"
         label_selected="About Land"
         layout="topleft"
         left_delta="0"
         name="button about land"
         top_pad="4"
         width="112" />
        <check_box
         control_name="ShowParcelOwners"
         height="19"
         label="Show owners"
         layout="topleft"
         left_delta="0"
         name="checkbox show owners"
         tool_tip="Colorize the parcels according to the type of owner: &#10;&#10;Green = Your land &#10;Aqua = Your group&apos;s land &#10;Red = Owned by others &#10;Yellow = For sale &#10;Purple = For auction &#10;Grey = Public"
         top_pad="8"
         width="205" />
        <text
         type="string"
         length="1"
         font="SansSerifBig"
         follows="left|top"
         height="19"
         layout="topleft"
         left="20"
         name="label_parcel_modify"
         top="152"
         width="150">
            Modify Parcel
        </text>
        <button
         follows="left|top"
         height="20"
         label="Subdivide"
         label_selected="Subdivide"
         layout="topleft"
         left="30"
         name="button subdivide land"
         top="172"
         width="112" />
        <button
         follows="left|top"
         height="20"
         label="Join"
         label_selected="Join"
         layout="topleft"
         left_delta="0"
         name="button join land"
         top_pad="4"
         width="112" />
        <text
         type="string"
         length="1"
         font="SansSerifBig"
         follows="left|top"
         height="19"
         layout="topleft"
         left="20"
         name="label_parcel_trans"
         top="256"
         width="150">
            Land Transactions
        </text>
        <button
         follows="left|top"
         height="20"
         label="Buy Land"
         label_selected="Buy Land"
         layout="topleft"
         left="30"
         name="button buy land"
         top="276"
         width="112" />
        <button
         follows="left|top"
         height="20"
         label="Abandon Land"
         label_selected="Abandon Land"
         layout="topleft"
         left_delta="0"
         name="button abandon land"
         top_pad="4"
         width="112" />
 </panel>
</floater>