blob: be8e5c6416949f56056e0c56485e6021124b9bc8 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Image Preview" title="">
<text name="name_label">
名前:
</text>
<text name="description_label">
説明:
</text>
<text name="preview_label">
イメージのプレビュー:
</text>
<combo_box label="服の種類" name="clothing_type_combo">
<combo_item name="Image">
画像
</combo_item>
<combo_item name="Hair">
髪
</combo_item>
<combo_item name="FemaleHead">
女性の頭
</combo_item>
<combo_item name="FemaleUpperBody">
女性の上半身
</combo_item>
<combo_item name="FemaleLowerBody">
女性の下半身
</combo_item>
<combo_item name="MaleHead">
男性の頭
</combo_item>
<combo_item name="MaleUpperBody">
男性の上半身
</combo_item>
<combo_item name="MaleLowerBody">
男性の下半身
</combo_item>
<combo_item name="Skirt">
スカート
</combo_item>
<combo_item name="SculptedPrim">
変形されたプリム
</combo_item>
</combo_box>
<text name="bad_image_text">
イメージを読み取れません。
24bitTarga(.tga)でイメージを保存してください。
</text>
<check_box label="ロスのない圧縮を使用" name="lossless_check" />
<button label="取り消し" name="cancel_btn" />
<button label="アップロードL$[AMOUNT]" name="ok_btn" />
</floater>
|