<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel min_width="330" height="4" width="390" can_close="true" can_minimize="true"
     can_resize="false" name="History" title="グループ履歴" bottom="10"
     left="12" min_height="0" follows="top|left" border="true">
	<text name="txt" bottom="-18" left="12" follows="top|left" font="SansSerif">
		グループの投票履歴
	</text>
	<text height="16" width="350" name="instructions" bottom="-42" left="12"
	     follows="top|left">
		あなたは、この投票を選択することによって過去のグループ投票の結果をみても良いです。
	</text>
	<text height="16" width="350" name="instructions" bottom="-56" left="12"
	     follows="top|left">
		View Itemを押す。
	</text>
	<text width="70" name="history_list_lbl" bottom="-68" left="12" follows="top|left"
	     halign="right">
		過去の投票:
	</text>
	<scroll_list height="170" width="300" name="history_list" bottom="-230" left="87"
	     bg_selected_color="white" background_visible="false" column_padding="10"
	     fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" follows="left|top" font="SansSerifSmall" />
	<text width="70" name="vote_text_lbl" bottom="-68" left="12" follows="top|left"
	     halign="right">
		投票の結果:
	</text>
	<text_editor height="170" width="300" name="vote_text" max_length="1024"
	     bg_readonly_color="clear" bottom="-230" left="87"
	     bg_writeable_color="white" follows="left|top" text_color="black"
	     text_readonly_color="white" />
	<button label="リストを見る" height="20" width="90" name="btn_view_list"
	     bottom="-260" left="291" follows="top" halign="center" />
	<button label="項目を見る" height="20" width="90" name="btn_view_item"
	     bottom="-260" left="291" follows="top" halign="center" />
</panel>
