<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel follows="top|left" can_close="true" can_minimize="true" can_resize="false"
     name="panel_group_proposals" 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">
		현재 그룹 제안이 없습니다.
	</text>
	<text follows="top|left" name="proposal_lbl" width="70" halign="right" bottom="-68"
	     left="12">
		제안서:
	</text>
	<scroll_list follows="left|top" name="proposals" width="290" background_visible="false"
	     column_padding="5" fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" bottom="-190" font="SansSerifSmall"
	     bg_selected_color="white" left="87" height="134" />
	<text_editor follows="left|top" name="proposal_text" width="290" bottom="-150"
	     text_readonly_color="white" bg_readonly_color="clear"
	     bg_writeable_color="white" text_color="black" left="87" height="94" />
	<button follows="top" name="btn_yes" width="60" halign="center" label="예"
	     bottom="-172" left="87" height="20" />
	<button follows="top|left" name="btn_no" width="60" halign="center" label="아니오"
	     bottom="-172" left="155" height="20" />
	<button follows="top|left" name="btn_abstain" width="60" halign="center" label="기권"
	     bottom="-172" left="223" height="20" />
	<button follows="top|left" name="btn_view_list" width="90" halign="center"
	     label="목록 보기" bottom="-172" left="291" height="20" />
	<button follows="top|left" name="btn_view_item" width="90" halign="center"
	     label="아이템 보기" bottom="-216" left="291" height="20" />
	<button follows="top|left" name="btn_proposal" width="160" halign="center"
	     label="제안 생성" bottom="-216" left="87" height="20" />
	<button follows="top|left" name="btn_submit" width="60" halign="center" label="제출"
	     bottom="-266" left="87" height="20" />
	<text follows="top|left" name="quorum_lbl" width="70" halign="right" bottom="-200"
	     left="12" height="20">
		정족수:
	</text>
	<spinner name="quorum" width="40" halign="center" bottom="-200" min_val="1"
	     increment="1" left="87"
	     tool_tip="선거 결과가 효력을 발휘하려면 총 #명의 투표 인원이 필요합니다."
	     follow="top|left" height="20" />
	<text name="quorum_text" width="300" halign="left" bottom="-200" left="132"
	     follow="top|left" height="20">
		총 그룹 멤버 중.
	</text>
	<text follows="top|left" name="majority_lbl" width="65" halign="right" bottom="-224"
	     left="210" height="20">
		과반수:
	</text>
	<radio_group name="majority" width="105" draw_border="false" bottom="-260" 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="-227"
	     left="12" height="20">
		기간:
	</text>
	<spinner name="duration" width="40" halign="center" bottom="-224" initial_val="7"
	     min_val="1" max_val="30" increment="1" left="87"
	     tool_tip="선거는 #일 동안 계속됩니다." follow="top|left"
	     height="20" />
	<text name="duration_text" width="300" halign="left" bottom="-227" left="132"
	     follow="top|left" height="20">
		일
	</text>
	<text follows="top|left" name="start_lbl" width="70" halign="right" bottom="-248"
	     left="12" height="20">
		투표 시작:
	</text>
	<text follows="top|left" name="start_date" width="200" bottom="-248" left="87"
	     height="20" />
	<text follows="top|left" name="end_lbl" width="70" halign="right" bottom="-266"
	     left="12" height="20">
		투표 종료:
	</text>
	<text follows="top|left" name="end_date" width="200" bottom="-266" left="87"
	     height="20" />
</panel>
