<?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="recall" title="グループ選挙" bottom="10"
     left="12" min_height="0" follows="top|left" border="true"
     xmlns="http://tempuri.org/panel_group_election.xsd">
	<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="lbl" bottom="-68" left="12" follows="top|left" halign="right">
		候補:
	</text>
	<name_list height="94" width="290" name="candidates" bottom="-150" left="87"
	     background_visible="false" column_padding="0" fg_selected_color="white"
	     fg_unselected_color="white" fg_disable_color="white" follows="left|top" />
	<button label="投票" height="20" width="60" name="btn_vote" bottom="-266" left="87"
	     follows="top" halign="center" />
	<button label="慎む" height="20" width="60" name="btn_abstain" bottom="-266"
	     left="155" follows="top|left" halign="center" />
	<button label="選挙を開始" height="20" width="160" name="btn_start_election"
	     bottom="-260" left="210" follows="top|right" halign="center" />
	<text height="20" width="70" name="lbl" bottom="-172" left="12" follows="top|left"
	     halign="right">
		定数:
	</text>
	<spinner height="20" width="40" name="quorum" bottom="-172" left="87" initial_val="1"
	     min_val="1" increment="1" follow="top|left"
	     tool_tip="選挙結果の確定に必要な投票者数の合計。"
	     halign="center" />
	<text height="20" width="300" name="quorum_text" bottom="-172" left="132"
	     follow="top|left" halign="left">
		総グループメンバーの内
	</text>
	<text height="20" width="65" name="lbl" bottom="-196" left="210" follows="top|left"
	     halign="right">
		大多数:
	</text>
	<radio_group height="60" width="105" name="majority" bottom="-232" 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="-203" left="12"
	     follows="top|left" halign="right">
		持続時間:
	</text>
	<spinner height="20" width="40" name="duration" bottom="-200" 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_days" bottom="-203" left="132"
	     follow="top|left" halign="left">
		日
	</text>
	<text height="20" width="70" name="start_lbl" bottom="-224" left="12"
	     follows="top|left" halign="right">
		選挙開始:
	</text>
	<text height="20" width="200" name="start_date" bottom="-224" left="87"
	     follows="top|left" />
	<text height="20" width="70" name="end_lbl" bottom="-242" left="12"
	     follows="top|left" halign="right">
		選挙終了:
	</text>
	<text height="20" width="200" name="end_date" bottom="-242" left="87"
	     follows="top|left" />
</panel>
