<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="채팅" name="chat">
	<text type="string" length="1" name="text_box">
		글자 크기:
	</text>
	<radio_group name="chat font size">
		<radio_item type="string" length="1" name="radio">
			소
		</radio_item>
		<radio_item type="string" length="1" name="radio2">
			중
		</radio_item>
		<radio_item type="string" length="1" name="radio3">
			대
		</radio_item>
	</radio_group>
	<text type="string" length="1" name="text_box2">
		채팅색:
	</text>
	<color_swatch label="시스템" name="system" />
	<color_swatch label="사용자" name="users" />
	<color_swatch label="오브젝트" name="objects" />
	<color_swatch label="물방울" name="background" />
	<color_swatch label="URL" name="links" />
	<text type="string" length="1" name="text_box3">
		콘솔:
	</text>
	<spinner label="채팅창 사라짐" name="fade_chat_time" />
	<text type="string" length="1" name="text_box4">
		(초뒤)
	</text>
	<text type="string" length="1" name="text_box5">
		(#행)
	</text>
	<slider label="투명도" name="console_opacity" />
	<text type="string" length="1" name="text_box6">
		옵션:
	</text>
	<check_box label="전체화면 사용(재시작 필요)" name="chat_full_width_check" />
	<check_box label="enter키 누른 후 채팅창 닫기" name="close_chat_on_return_check" />
	<check_box label="화살표 키는 채팅시 항상 아바타를 움직이는데 사용"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="채팅 시간 표시하기" name="show_timestamps_check" />
	<text type="string" length="1" name="text_box7">
		물방울 채팅:
	</text>
	<check_box label="채팅 물방울 표시하기" name="bubble_text_chat" />
	<slider label="투명도" name="bubble_chat_opacity" />
	<text type="string" length="1" name="text_box8">
		스크립트 오류:
	</text>
	<check_box label="스크립트 오류 및 경고를 일반 채팅으로 표시하기"
	     name="script_errors_as_chat" />
	<color_swatch label="색" name="script_error" />
</panel>
