<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="top|left"
 height="340"
 label="Terrain"
 layout="topleft"
 left="0"
 name="Terrain"
 top="320"
 width="280">
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="region_text_lbl"
     top="10"
     width="100">
        Region:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="region_text"
     top_delta="0"
     width="200">
        unknown
    </text>
    <spinner
     follows="left|top"
     height="20"
     label="Water Height"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="100"
     name="water_height_spin"
     top="40"
     width="180" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="5"
     name="water_height_help"
     top_delta="2"
     width="18" />
    <spinner
     follows="left|top"
     height="20"
     increment="0.2"
     label="Terrain Raise Limit"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="100"
     name="terrain_raise_spin"
     top="60"
     width="180" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="5"
     name="terrain_raise_help"
     top_delta="2"
     width="18" />
    <spinner
     follows="left|top"
     height="20"
     increment="0.2"
     label="Terrain Lower Limit"
     label_width="120"
     layout="topleft"
     left="15"
     max_val="0"
     min_val="-100"
     name="terrain_lower_spin"
     top="80"
     width="180" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="5"
     name="terrain_lower_help"
     top_delta="2"
     width="18" />
    <check_box
     height="20"
     label="Use Estate Sun"
     layout="topleft"
     left="15"
     name="use_estate_sun_check"
     top="105"
     width="100" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="85"
     name="use_estate_sun_help"
     top_delta="2"
     width="18" />
    <check_box
     height="20"
     label="Fixed Sun"
     layout="topleft"
     left="15"
     name="fixed_sun_check"
     top_pad="0"
     width="100" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="85"
     name="fixed_sun_help"
     top_delta="2"
     width="18" />
    <icon
     height="20"
     image_name="icon_day_cycle.tga"
     layout="topleft"
     left="50"
     name="daycycle"
     top_delta="25"
     width="165" />
    <slider
     follows="left|top"
     height="20"
     increment="0.001"
     label="Phase"
     layout="topleft"
     left="15"
     max_val="30"
     min_val="6"
     name="sun_hour_slider"
     show_text="false"
     top_delta="30"
     width="200" />
    <button
     enabled="false"
     follows="left|top"
     height="20"
     label="Apply"
     layout="topleft"
     left="130"
     name="apply_btn"
     top_delta="30"
     width="90" />
    <view_border
     bevel_style="none"
     follows="top|left"
     height="210"
     layout="topleft"
     left="8"
     top="30"
     width="240" />
    <button
     follows="left|top"
     height="20"
     label="Download RAW terrain..."
     layout="topleft"
     left_delta="2"
     name="download_raw_btn"
     tool_tip="Available only to estate owners, not managers"
     top_pad="15"
     width="170" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="download_raw_help"
     top_delta="2"
     width="18" />
    <button
     follows="left|top"
     height="20"
     label="Upload RAW terrain..."
     layout="topleft"
     left="10"
     name="upload_raw_btn"
     tool_tip="Available only to estate owners, not managers"
     top_pad="0"
     width="170" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="upload_raw_help"
     top_delta="2"
     width="18" />
    <button
     follows="left|top"
     height="20"
     label="Bake Terrain"
     layout="topleft"
     left="10"
     name="bake_terrain_btn"
     tool_tip="Set current terrain as mid-point for raise/lower limits"
     top_pad="15"
     width="100" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="bake_terrain_help"
     top_delta="2"
     width="18" />
</panel>