20 lines
942 B
XML
20 lines
942 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
|
|
can_resize="false" height="140" min_height="140" min_width="300"
|
|
name="Name/Description" title="" width="300">
|
|
<text follows="top|left" height="15" left="10" name="name_label" top="-20">
|
|
Name:
|
|
</text>
|
|
<line_editor follows="top|left|right" height="19" max_length="254" name="name_form"
|
|
width="280" />
|
|
<text follows="top|left" height="15" name="description_label" right="-10">
|
|
Description:
|
|
</text>
|
|
<line_editor follows="top|left|right" height="19" max_length="254" name="description_form"
|
|
width="280" spell_check="true" />
|
|
<button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182"
|
|
name="cancel_btn" width="64" />
|
|
<button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])" left="31"
|
|
name="ok_btn" width="110" />
|
|
</floater>
|