<?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 bit Targa方式储存。
	</text>
	<button label="取消" name="cancel_btn" />
	<button label="上传(L$[AMOUNT])" name="ok_btn" />
</floater>
