<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="27"
 can_resize="true"
 height="500"
 name="voice_effects"
 help_topic="voice_effects"
 title="VOICE MORPHING"
 background_visible="true"
 follows="all"
 label="Places"
 layout="topleft"
 min_height="360"
 min_width="200"
 width="300">
  <string name="no_voice_effect">
    (No Voice Morph)
  </string>
  <string name="active_voice_effect">
    (Active)
  </string>
  <string name="unsubscribed_voice_effect">
    (Unsubscribed)
  </string>
  <string name="new_voice_effect">
    (New!)
  </string>
 <text
   height="16"
   word_wrap="true"
   use_ellipses="true"
   type="string"
   follows="left|top|right"
   layout="topleft"
   font="SansSerifBold"
   color="White"
   left="10"
   name="preview_text"
   right="-10"
   top="27">To Preview
   </text>
  <text
   height="23"
   word_wrap="true"
   use_ellipses="true"
   type="string"
   follows="left|top|right"
   layout="topleft"
   left="10"
   name="status_text"
   right="-5"
   top_pad="0">
Record a sample, then click on a voice to hear how it will sound.
  </text>
  <button
   follows="left|top"
   height="23"
   label="Record"
   layout="topleft"
   left="10"
   name="record_btn"
   tool_tip="Record a sample of your voice."
   top_pad="5"
   width="100">
    <button.commit_callback
     function="VoiceEffect.Record" />
  </button>
  <button
   follows="left|top"
   height="23"
   label="Stop"
   layout="topleft"
   left_delta="0"
   name="record_stop_btn"
   top_delta="0"
   width="100">
    <button.commit_callback
     function="VoiceEffect.Stop" />
  </button>
  <text
   height="23"
   halign="right"
   use_ellipses="true"
   type="string"
   follows="left|top|right"
   layout="topleft"
   left_pad="10"
   top_delta="10"
   name="voice_morphing_link"
   right="-10">
    [[URL] Subscribe Now]
  </text>
  <scroll_list
   bottom="-10"
   draw_heading="true"
   follows="all"
   layout="topleft"
   left="10"
   multi_select="false"
   name="voice_effect_list"
   right="-10"
   tool_tip="Record a sample of your voice, then click an effect to preview."
   top="95">
    <scroll_list.columns
     label="Voice Name"
     name="name"
     relative_width="0.60" />
    <scroll_list.columns
     dynamic_width="true"
     label="Expires"
     name="expires"
     relative_width="0.30" />
  </scroll_list>

</floater>