<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" left="12" follows="top|left" name="panel_group_proposals"
     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="proposal_lbl" bottom="-68"
	     width="70">
		建议:
	</text>
	<scroll_list font="SansSerifSmall" left="87" follows="left|top" column_padding="5"
	     fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" name="proposals" bg_selected_color="white"
	     background_visible="false" bottom="-190" width="290" height="134" />
	<text_editor text_color="black" left="87" follows="left|top" bg_writeable_color="white"
	     name="proposal_text" bottom="-150" bg_readonly_color="clear" width="290"
	     text_readonly_color="white" height="94" />
	<button halign="center" left="87" label="是" follows="top" name="btn_yes"
	     bottom="-172" width="60" height="20" />
	<button halign="center" left="155" label="否" follows="top|left" name="btn_no"
	     bottom="-172" width="60" height="20" />
	<button halign="center" left="223" label="放弃" follows="top|left" name="btn_abstain"
	     bottom="-172" width="60" height="20" />
	<button halign="center" left="291" label="查看名单" follows="top|left"
	     name="btn_view_list" bottom="-172" width="90" height="20" />
	<button halign="center" left="291" label="查看物品栏" follows="top|left"
	     name="btn_view_item" bottom="-216" width="90" height="20" />
	<button halign="center" left="87" label="创造提议" follows="top|left"
	     name="btn_proposal" bottom="-216" width="160" height="20" />
	<button halign="center" left="87" label="提交" follows="top|left" name="btn_submit"
	     bottom="-266" width="60" height="20" />
	<text halign="right" left="12" follows="top|left" name="quorum_lbl" bottom="-200"
	     width="70" height="20">
		法定人数:
	</text>
	<spinner halign="center" left="87" min_val="1" increment="1" name="quorum" bottom="-200"
	     tool_tip="# 是选举结果生效所需要的投票人数." width="40"
	     height="20" follow="top|left" />
	<text halign="left" left="132" name="quorum_text" bottom="-200" width="300"
	     height="20" follow="top|left">
		从全部社团成员之外
	</text>
	<text halign="right" left="210" follows="top|left" name="majority_lbl" bottom="-224"
	     width="65" height="20">
		大多数:
	</text>
	<radio_group left="270" name="majority" bottom="-260" 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="-227"
	     width="70" height="20">
		持续时间:
	</text>
	<spinner halign="center" left="87" initial_val="7" min_val="1" max_val="30"
	     increment="1" name="duration" bottom="-224"
	     tool_tip="# 是选举将维持的天数." width="40" height="20"
	     follow="top|left" />
	<text halign="left" left="132" name="duration_text" bottom="-227" width="300"
	     height="20" follow="top|left">
		天
	</text>
	<text halign="right" left="12" follows="top|left" name="start_lbl" bottom="-248"
	     width="70" height="20">
		选举开始:
	</text>
	<text left="87" follows="top|left" name="start_date" bottom="-248" width="200"
	     height="20" />
	<text halign="right" left="12" follows="top|left" name="end_lbl" bottom="-266"
	     width="70" height="20">
		选举结束 :
	</text>
	<text left="87" follows="top|left" name="end_date" bottom="-266" width="200"
	     height="20" />
</panel>
