<?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>
