<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="440"
 layout="topleft"
 name="Image Preview"
 help_topic="image_preview"
 width="300">
    <text
     type="string"
     length="1"
     bottom_delta="40"
     follows="top|left"
     height="15"
     layout="topleft"
     left="10"
     name="name_label">
        Name:
    </text>
    <line_editor
     follows="top|left|right"
     height="19"
     layout="topleft"
     left_delta="0"
     name="name_form"
     top_pad="5"
     width="280" />
    <text
     type="string"
     length="1"
     bottom_delta="20"
     follows="top|left"
     height="15"
     layout="topleft"
     name="description_label">
        Description:
    </text>
    <line_editor
     follows="top|left|right"
     height="19"
     layout="topleft"
     left_delta="0"
     name="description_form"
     top_pad="5"
     width="280" />
    <text
     type="string"
     length="1"
     bottom_delta="30"
     follows="top|left"
     height="25"
     width="105"
     word_wrap="true"
     layout="topleft"
     name="preview_label">
        Preview image as:
    </text>
    <combo_box
     height="18"
     label="Clothing Type"
     layout="topleft"
     left_delta="110"
     name="clothing_type_combo"
     top_delta="3"
     width="160">
        <combo_box.item
         label="Image"
         name="Image" />
        <combo_box.item
         label="Hair"
         name="Hair" />
        <combo_box.item
         label="Female Head"
         name="FemaleHead" />
        <combo_box.item
         label="Female Upper Body"
         name="FemaleUpperBody" />
        <combo_box.item
         label="Female Lower Body"
         name="FemaleLowerBody" />
        <combo_box.item
         label="Male Head"
         name="MaleHead" />
        <combo_box.item
         label="Male Upper Body"
         name="MaleUpperBody" />
        <combo_box.item
         label="Male Lower Body"
         name="MaleLowerBody" />
        <combo_box.item
         label="Skirt"
         name="Skirt" />
        <combo_box.item
         label="Sculpted Prim"
         name="SculptedPrim" />
    </combo_box>
    <text
     type="string"
     length="1"
     bottom="225"
     height="45"
     word_wrap="true"
     follows="top|left"
     layout="topleft"
     left="10"
     name="bad_image_text">
        Unable to read image.

Try saving image as 24 bit Targa (.tga).
    </text>
    <check_box
     control_name="LosslessJ2CUpload"
     enabled="false"
     follows="bottom|left"
     height="16"
     label="Use lossless compression"
     layout="topleft"
     left_delta="2"
     name="lossless_check"
     top_pad="162"
     width="280" />
    <button
     follows="bottom|right"
     height="20"
     label="Cancel"
     layout="topleft"
     left="165"
     name="cancel_btn"
     top="410"
     width="125" />
    <button
     follows="bottom|left"
     height="20"
     label="Upload (L$[AMOUNT])"
     layout="topleft"
     left_delta="-150"
     name="ok_btn"
     top_delta="0"
     width="125" />
</floater>