<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 height="145"
 help_topic="floater_save_preset"
 layout="topleft"
 name="save_pref_preset"
 save_rect="true"
 title="Save Graphic Preset"
 width="300">

    <text
     follows="top|left|right"
     height="32"
     layout="topleft"
     word_wrap="true"
     left="20"
     name="Preset"
     top="30"
     width="200">
     Type a name for the preset or choose an existing preset.
    </text>
    <combo_box
     follows="top|left"
     layout="topleft"
     left="20"
     name="preset_combo"
     top_delta="35"
     allow_text_entry="true"
     width="200"/>
    <button
     follows="top|left"
     height="23"
     label="Save"
     layout="topleft"
     top_delta="40"
     left="20"
     name="save"
     width="70"/>
    <button
     follows="bottom|right"
     height="23"
     label="Cancel"
     layout="topleft"
     left_pad="20"
     name="cancel"
     width="70"/>
</floater>