blob: 907376b1e92f42bdbeb7f9aeeb53ddbcad7e407c (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_minimize="false"
height="440"
layout="topleft"
name="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="20"
follows="top|left"
height="15"
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" />
<combo_box.item
label="Hair" />
<combo_box.item
label="Female Head" />
<combo_box.item
label="Female Upper Body" />
<combo_box.item
label="Female Lower Body" />
<combo_box.item
label="Male Head" />
<combo_box.item
label="Male Upper Body" />
<combo_box.item
label="Male Lower Body" />
<combo_box.item
label="Skirt" />
<combo_box.item
label="Sculpted Prim" />
</combo_box>
<text
type="string"
length="1"
bottom="190"
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="197"
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>
|