<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel xmlns="http://tempuri.org/panel_group_election.xsd" 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">
		回收中...
	</text>
	<text halign="right" left="12" follows="top|left" name="lbl" bottom="-68" 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"
	     background_visible="false" bottom="-150" width="290" height="94" />
	<button halign="center" left="87" label="投票" follows="top" name="btn_vote"
	     bottom="-266" width="60" height="20" />
	<button halign="center" left="155" label="放弃" follows="top|left" name="btn_abstain"
	     bottom="-266" width="60" height="20" />
	<button halign="center" left="210" label="开始表决" follows="top|right"
	     name="btn_start_election" bottom="-260" width="160" height="20" />
	<text halign="right" left="12" follows="top|left" name="lbl" bottom="-172" width="70"
	     height="20">
		法定人数:
	</text>
	<spinner halign="center" left="87" initial_val="1" min_val="1" increment="1"
	     name="quorum" bottom="-172"
	     tool_tip="# 是选举结果生效所需要的投票人数." width="40"
	     height="20" follow="top|left" />
	<text halign="left" left="132" name="quorum_text" bottom="-172" width="300"
	     height="20" follow="top|left">
		从全部社团成员之外
	</text>
	<text halign="right" left="210" follows="top|left" name="lbl" bottom="-196"
	     width="65" height="20">
		大多数:
	</text>
	<radio_group left="270" name="majority" bottom="-232" draw_border="false"
	     tool_tip="赢得选举需拥有多办的选票." width="105" height="60"
	     follow="left">
		<radio_item>
			Simple Majority
		</radio_item>
		<radio_item>
			2/3 Majority
		</radio_item>
		<radio_item>
			Unanimous
		</radio_item>
	</radio_group>
	<text halign="right" left="12" follows="top|left" name="duration_lbl" bottom="-203"
	     width="70" height="20">
		持续时间:
	</text>
	<spinner halign="center" left="87" initial_val="7" min_val="1" max_val="30"
	     increment="1" name="duration" bottom="-200"
	     tool_tip="# 是选举将维持的天数." width="40" height="20"
	     follow="top|left" />
	<text halign="left" left="132" name="duration_days" bottom="-203" width="300"
	     height="20" follow="top|left">
		天
	</text>
	<text halign="right" left="12" follows="top|left" name="start_lbl" bottom="-224"
	     width="70" height="20">
		选举开始:
	</text>
	<text left="87" follows="top|left" name="start_date" bottom="-224" width="200"
	     height="20" />
	<text halign="right" left="12" follows="top|left" name="end_lbl" bottom="-242"
	     width="70" height="20">
		选举结束:
	</text>
	<text left="87" follows="top|left" name="end_date" bottom="-242" width="200"
	     height="20" />
</panel>
