<?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" 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">
		소환 선거가 성공할 경우 그룹의 간부는 그룹 멤버로 강등됩니다.  
		그룹의 2/3 동의가 있을 경우 간부 임명이 취소됩니다.
	</text>
	<text follows="top|left" name="lbl" width="70" halign="right" bottom="-98" 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="-202" bg_selected_color="white" left="87"
	     height="114" />
	<button follows="top" name="btn_yes" width="60" halign="center" label="예"
	     bottom="-226" left="87" height="20" />
	<button follows="top|left" name="btn_no" width="60" halign="center" label="아니오"
	     bottom="-226" left="155" height="20" />
	<button follows="top|left" name="btn_abstain" width="60" halign="center" label="기권"
	     bottom="-226" left="223" height="20" />
	<button follows="top|left" name="btn_start_recall" width="160" halign="center"
	     label="회수 시작" bottom="-226" left="87" height="20" />
	<text follows="top|left" name="lbl_start_date" width="70" halign="right"
	     bottom="-258" left="12" height="20">
		회수 시작:
	</text>
	<text follows="top|left" name="start_date" width="200" bottom="-258" left="87"
	     height="20" />
	<text follows="top|left" name="lbl_end_date" width="70" halign="right" bottom="-271"
	     left="12" height="20">
		회수 종료:
	</text>
	<text follows="top|left" name="end_date" width="200" bottom="-271" left="87"
	     height="20" />
</panel>
