blob: 3fdb33ff810cce2266ca37af3241a6b7bb7be112 (
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
|
<?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_box>
<text name="bad_image_text">
イメージを読むことが不可能です。
24 ビット Targaとしてイメージを保存することを試みます(.tga)。
</text>
<button label="取消" name="cancel_btn" />
<button label="アップロード(L$[AMOUNT])" name="ok_btn" />
</floater>
|