<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" left="12" follows="top|left" name="recall" bottom="10"
     min_width="330" can_minimize="true" can_resize="false" min_height="0"
     width="390" height="4" can_close="true" title="社团罢免选举">
	<text font="SansSerif" left="12" follows="top|left" name="txt" bottom="-18">
		社团罢免选举
	</text>
	<text left="12" follows="top|left" name="instructions" bottom="-42" width="350"
	     height="16">
		成功的罢免选举可将社团官员罢免为社团成员。
		但是必须2/3以上的成员同意罢免该官员。
	</text>
	<text halign="right" left="12" follows="top|left" name="lbl" bottom="-98" width="70">
		官员：
	</text>
	<name_list left="87" follows="left|top" column_padding="0" fg_selected_color="white"
	     fg_unselected_color="white" fg_disable_color="white" name="candidates"
	     bg_selected_color="white" background_visible="false" bottom="-202"
	     width="290" height="114" />
	<button halign="center" left="87" label="是" follows="top" name="btn_yes"
	     bottom="-226" width="60" height="20" />
	<button halign="center" left="155" label="否" follows="top|left" name="btn_no"
	     bottom="-226" width="60" height="20" />
	<button halign="center" left="223" label="放弃" follows="top|left" name="btn_abstain"
	     bottom="-226" width="60" height="20" />
	<button halign="center" left="87" label="开始回忆" follows="top|left"
	     name="btn_start_recall" bottom="-226" width="160" height="20" />
	<text halign="right" left="12" follows="top|left" name="lbl_start_date" bottom="-258"
	     width="70" height="20">
		罢免开始:
	</text>
	<text left="87" follows="top|left" name="start_date" bottom="-258" width="200"
	     height="20" />
	<text halign="right" left="12" follows="top|left" name="lbl_end_date" bottom="-271"
	     width="70" height="20">
		罢免结束:
	</text>
	<text left="87" follows="top|left" name="end_date" bottom="-271" width="200"
	     height="20" />
</panel>
