<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

<panel
  layout="topleft"
  top="3"
  left="3"
  width="500"
  height="300"
  label="EVENTS"
  bg_opaque_color="0 0.5 0 0.3"
  follows="all">
  <string
    name="no_events"
    value="No events."/>
  <string
    name="loading"
    value="loading..."/>
  <layout_stack
    layout="topleft"
    top="0"
    left="4" 
    right="-1"
    bottom="-4"
    orientation="vertical"
    follows="all">
    <layout_panel
      layout="topleft"
      top="0"
      left="1"
      right="-1"
      height="250"
      follows="all">
      <scroll_list
        draw_heading="true"
        left="1"
        right="-86"
        height="250"
        follows="all"
        name="experience_log_list">
        <columns
          width="100"
          user_resize="true"
          name="time"
          label="Time"/>
        <columns
          width="100"
          user_resize="true"
          name="event"
          label="Event"/>
        <columns
          width="100"
          user_resize="true"
          name="experience_name"
          label="Experience"/>
        <columns
          width="100"
          user_resize="true"
          name="object_name"
          label="Object"/>
      </scroll_list>
      
      <button
        layout="topleft"
        follows="top|right"
        name="btn_notify"
        label="Notify"
        top_pad="-225"
        left_pad="5"
        right="-1"
        enabled="false"/>
      
      <button
        layout="topleft"
        follows="top|right"
        name="btn_profile_xp"
        label="Profile"
        top_pad="5"
        right="-1"
        enabled="false"/>

      <button
        layout="topleft"
        follows="top|right"
        name="btn_report_xp"
        label="Report"
        top_pad="5"
        right="-1"
        enabled="false"/>
    </layout_panel>
    <layout_panel
      layout="topleft"
      top="0"
      left="1"
      right="-1"
      height="30"
      min_height="30"
      follows="all"
      name="button_panel"
      visible="true">
      <check_box
        top="0"
        follows="top|left"
        height="26"
        label="Notify All Events   Days"
        width="140"
        name="notify_all" />

      <spinner
        top="5"
        control_name="LogDays"
        decimal_digits="0"
        follows="left|top"
        height="23"
        increment="1"
        initial_value="7"
        label_width="30"
        layout="topleft"
        left_pad="5"
        max_val="14"
        min_val="0"
        name="logsizespinner"
        width="40" />
      <button
        top="5"
        left="280"
        layout="topleft"
        follows="top|left"
        name="btn_clear"
        label="Clear"
        width="80"
        enabled="false"/>
      <button
        top="5"
        layout="topleft"
        left_pad="5"
        width="20"
        follows="top|left"
        name="btn_prev"
        label="&lt;"
        enabled="false"/>
      <button
        top="5"
        layout="topleft"
        follows="top|left"
        name="btn_next"
        label="&gt;"
        left_pad="5"
        width="20"
        enabled="false"/>
    </layout_panel>
  </layout_stack>
</panel>