blob: 17a97f565c2edec288feb496f7a20e7e454330b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?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="440" min_height="140" min_width="300"
name="Image Preview" title="" width="300">
<text bottom_delta="-40" follows="top|left" height="15" left="10" name="name_label">
Name:
</text>
<line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254"
name="name_form" width="280" />
<text bottom_delta="-20" follows="top|left" height="15" name="description_label">
Description:
</text>
<line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254"
name="description_form" width="280" />
<text bottom_delta="-20" follows="top|left" height="15" name="preview_label">
Preview image as:
</text>
<combo_box bottom_delta="-6" follows="left|top" height="18" label="Clothing Type"
left="120" name="clothing_type_combo" width="160">
<combo_item name="Image">
Image
</combo_item>
<combo_item name="Hair">
Hair
</combo_item>
<combo_item name="FemaleHead">
Female Head
</combo_item>
<combo_item name="FemaleUpperBody">
Female Upper Body
</combo_item>
<combo_item name="FemaleLowerBody">
Female Lower Body
</combo_item>
<combo_item name="MaleHead">
Male Head
</combo_item>
<combo_item name="MaleUpperBody">
Male Upper Body
</combo_item>
<combo_item name="MaleLowerBody">
Male Lower Body
</combo_item>
<combo_item name="Skirt">
Skirt
</combo_item>
<combo_item name="SculptedPrim">
Sculpted Prim
</combo_item>
</combo_box>
<text bottom="250" follows="top|left" left="10" name="bad_image_text">
Unable to read image.
Try saving image as 24 bit Targa (.tga).
</text>
<check_box bottom="37" follows="bottom|left" enabled="false"
font="SansSerifSmall" height="16" initial_value="false"
label="Use lossless compression" left="10"
left_delta="2" name="lossless_check" control_name="LosslessJ2CUpload" width="280" />
<button bottom="10" follows="bottom|right" height="20" label="Cancel" left="165"
name="cancel_btn" width="125" />
<button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])"
left="15" name="ok_btn" width="125" />
</floater>
|