<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel follows="top|left" can_close="true" can_minimize="true" can_resize="false"
     name="History" min_width="330" title="그룹 기록" width="390"
     bottom="10" min_height="0" left="12" border="true" height="4">
	<text follows="top|left" name="txt" bottom="-18" font="SansSerif" left="12">
		그룹 투표 기록
	</text>
	<text follows="top|left" name="instructions" width="350" bottom="-42" left="12"
	     height="16">
		투표와 다음을 선택하시면 과거 그룹 투표 결과를 보실 수 있습니다
	</text>
	<text follows="top|left" name="instructions" width="350" bottom="-56" left="12"
	     height="16">
		아이템 보기 클릭.
	</text>
	<text follows="top|left" name="history_list_lbl" width="70" halign="right"
	     bottom="-68" left="12">
		과거 투표:
	</text>
	<scroll_list follows="left|top" name="history_list" width="300" background_visible="false"
	     column_padding="10" fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" bottom="-230" font="SansSerifSmall"
	     bg_selected_color="white" left="87" height="170" />
	<text follows="top|left" name="vote_text_lbl" width="70" halign="right" bottom="-68"
	     left="12">
		투표 결과:
	</text>
	<text_editor follows="left|top" name="vote_text" width="300" max_length="1024" bottom="-230"
	     text_readonly_color="white" bg_readonly_color="clear"
	     bg_writeable_color="white" text_color="black" left="87" height="170" />
	<button follows="top" name="btn_view_list" width="90" halign="center"
	     label="목록 보기" bottom="-260" left="291" height="20" />
	<button follows="top" name="btn_view_item" width="90" halign="center"
	     label="아이템 보기" bottom="-260" left="291" height="20" />
</panel>
