53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<?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>
|