<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel follows="top|left" can_close="true" can_minimize="true" can_resize="false"
     name="recall" min_width="330" title="그룹 선거" width="390" bottom="10"
     min_height="0" left="12"
     xmlns="http://tempuri.org/panel_group_election.xsd" 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="lbl" width="70" halign="right" bottom="-68" left="12">
		후보:
	</text>
	<name_list follows="left|top" name="candidates" width="290" background_visible="false"
	     column_padding="0" fg_selected_color="white" fg_unselected_color="white"
	     fg_disable_color="white" bottom="-150" left="87" height="94" />
	<button follows="top" name="btn_vote" width="60" halign="center" label="투표"
	     bottom="-266" left="87" height="20" />
	<button follows="top|left" name="btn_abstain" width="60" halign="center" label="기권"
	     bottom="-266" left="155" height="20" />
	<button follows="top|right" name="btn_start_election" width="160" halign="center"
	     label="선거 시작" bottom="-260" left="210" height="20" />
	<text follows="top|left" name="lbl" width="70" halign="right" bottom="-172" left="12"
	     height="20">
		정족수:
	</text>
	<spinner name="quorum" width="40" halign="center" bottom="-172" initial_val="1"
	     min_val="1" increment="1" left="87"
	     tool_tip="선거 결과가 효력을 발휘하려면 총 #명의 투표 인원이 필요합니다."
	     follow="top|left" height="20" />
	<text name="quorum_text" width="300" halign="left" bottom="-172" left="132"
	     follow="top|left" height="20">
		총 그룹 멤버 중.
	</text>
	<text follows="top|left" name="lbl" width="65" halign="right" bottom="-196"
	     left="210" height="20">
		과반수:
	</text>
	<radio_group name="majority" width="105" draw_border="false" bottom="-232" left="270"
	     tool_tip="승리에 필요한 총 득표의 과반수." follow="left"
	     height="60">
		<radio_item>
			Simple Majority
		</radio_item>
		<radio_item>
			2/3 Majority
		</radio_item>
		<radio_item>
			Unanimous
		</radio_item>
	</radio_group>
	<text follows="top|left" name="duration_lbl" width="70" halign="right" bottom="-203"
	     left="12" height="20">
		기간:
	</text>
	<spinner name="duration" width="40" halign="center" bottom="-200" initial_val="7"
	     min_val="1" max_val="30" increment="1" left="87"
	     tool_tip="선거는 #일 동안 계속됩니다." follow="top|left"
	     height="20" />
	<text name="duration_days" width="300" halign="left" bottom="-203" left="132"
	     follow="top|left" height="20">
		일
	</text>
	<text follows="top|left" name="start_lbl" width="70" halign="right" bottom="-224"
	     left="12" height="20">
		선거 시작:
	</text>
	<text follows="top|left" name="start_date" width="200" bottom="-224" left="87"
	     height="20" />
	<text follows="top|left" name="end_lbl" width="70" halign="right" bottom="-242"
	     left="12" height="20">
		선거 종료:
	</text>
	<text follows="top|left" name="end_date" width="200" bottom="-242" left="87"
	     height="20" />
</panel>
