blob: 44d2c14cc8d1cbd2090e8bd3407900a222c73540 (
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_minimize="false"
height="460"
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">
<item
label="Image"
value="Image"
name="Image" />
<item
label="Hair"
value="Hair"
name="Hair" />
<item
label="Female Head"
value="Female Head"
name="FemaleHead" />
<item
label="Female Upper Body"
value="Female Upper Body"
name="FemaleUpperBody" />
<item
label="Female Lower Body"
value="Female Lower Body"
name="FemaleLowerBody" />
<item
label="Male Head"
value="Male Head"
name="MaleHead" />
<item
label="Male Upper Body"
value="Male Upper Body"
name="MaleUpperBody" />
<item
label="Male Lower Body"
value="Male Lower Body"
name="MaleLowerBody" />
<item
label="Skirt"
value="Skirt"
name="Skirt" />
<item
label="Sculpted Prim"
value="Sculpted Prim"
name="SculptedPrim" />
</combo_box>
<text
type="string"
length="1"
bottom="250"
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="430"
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>
|