blob: 61ac6731f804eb2db36d4266b109a2b3afabdb29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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" />
<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 (L$10)" left="31"
name="ok_btn" width="110" />
</floater>
|