<?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="panel_group_proposals"
     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 width="70" name="proposal_lbl" bottom="-68" left="12" follows="top|left"
	     halign="right">
		提案:
	</text>
	<scroll_list height="134" width="290" name="proposals" bottom="-190" left="87"
	     bg_selected_color="white" background_visible="false" column_padding="5"
	     fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" follows="left|top" font="SansSerifSmall" />
	<text_editor height="94" width="290" name="proposal_text" bg_readonly_color="clear"
	     bottom="-150" left="87" bg_writeable_color="white" follows="left|top"
	     text_color="black" text_readonly_color="white" />
	<button label="はい" height="20" width="60" name="btn_yes" bottom="-172" left="87"
	     follows="top" halign="center" />
	<button label="いいえ" height="20" width="60" name="btn_no" bottom="-172" left="155"
	     follows="top|left" halign="center" />
	<button label="慎む" height="20" width="60" name="btn_abstain" bottom="-172"
	     left="223" follows="top|left" halign="center" />
	<button label="リストを見る" height="20" width="90" name="btn_view_list"
	     bottom="-172" left="291" follows="top|left" halign="center" />
	<button label="項目を見る" height="20" width="90" name="btn_view_item"
	     bottom="-216" left="291" follows="top|left" halign="center" />
	<button label="提案を作成" height="20" width="160" name="btn_proposal"
	     bottom="-216" left="87" follows="top|left" halign="center" />
	<button label="提出" height="20" width="60" name="btn_submit" bottom="-266" left="87"
	     follows="top|left" halign="center" />
	<text height="20" width="70" name="quorum_lbl" bottom="-200" left="12"
	     follows="top|left" halign="right">
		定数:
	</text>
	<spinner height="20" width="40" name="quorum" bottom="-200" left="87" min_val="1"
	     increment="1" follow="top|left"
	     tool_tip="選挙結果の確定に必要な投票者数の合計。"
	     halign="center" />
	<text height="20" width="300" name="quorum_text" bottom="-200" left="132"
	     follow="top|left" halign="left">
		総グループメンバーの内
	</text>
	<text height="20" width="65" name="majority_lbl" bottom="-224" left="210"
	     follows="top|left" halign="right">
		大多数:
	</text>
	<radio_group height="60" width="105" name="majority" bottom="-260" left="270" follow="left"
	     tool_tip="勝利に必要な大多数票。" draw_border="false">
		<radio_item>
			Simple Majority
		</radio_item>
		<radio_item>
			2/3 Majority
		</radio_item>
		<radio_item>
			Unanimous
		</radio_item>
	</radio_group>
	<text height="20" width="70" name="duration_lbl" bottom="-227" left="12"
	     follows="top|left" halign="right">
		持続時間:
	</text>
	<spinner height="20" width="40" name="duration" bottom="-224" left="87" initial_val="7"
	     min_val="1" max_val="30" increment="1" follow="top|left"
	     tool_tip="選挙が継続する日数。" halign="center" />
	<text height="20" width="300" name="duration_text" bottom="-227" left="132"
	     follow="top|left" halign="left">
		日
	</text>
	<text height="20" width="70" name="start_lbl" bottom="-248" left="12"
	     follows="top|left" halign="right">
		投票開始:
	</text>
	<text height="20" width="200" name="start_date" bottom="-248" left="87"
	     follows="top|left" />
	<text height="20" width="70" name="end_lbl" bottom="-266" left="12"
	     follows="top|left" halign="right">
		投票終了:
	</text>
	<text height="20" width="200" name="end_date" bottom="-266" left="87"
	     follows="top|left" />
</panel>
