<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel can_minimize="true" name="panel_group_proposals" can_resize="false"
     title="Gruppenangebote" min_width="330" width="390" can_close="true"
     border="true" left="12" height="4" min_height="0" bottom="10"
     follows="top|left">
	<text name="txt" left="12" font="SansSerif" bottom="-18" follows="top|left">
		Gruppenangebote
	</text>
	<text name="instructions" width="350" left="12" height="16" bottom="-42"
	     follows="top|left">
		Derzeit liegen keine Gruppenangebote vor.
	</text>
	<text name="proposal_lbl" width="70" left="12" halign="right" bottom="-68"
	     follows="top|left">
		Angebote:
	</text>
	<scroll_list name="proposals" width="290" background_visible="false" column_padding="5"
	     fg_selected_color="black" fg_unselected_color="white"
	     fg_disable_color="white" bg_selected_color="white" left="87"
	     font="SansSerifSmall" height="134" bottom="-190" follows="left|top" />
	<text_editor name="proposal_text" width="290" bg_readonly_color="clear"
	     text_readonly_color="white" left="87" bg_writeable_color="white"
	     text_color="black" height="94" bottom="-150" follows="left|top" />
	<button name="btn_yes" label="Ja" width="60" left="87" halign="center" height="20"
	     bottom="-172" follows="top" />
	<button name="btn_no" label="Nein" width="60" left="155" halign="center" height="20"
	     bottom="-172" follows="top|left" />
	<button name="btn_abstain" label="Sich enthalten" width="60" left="223" halign="center"
	     height="20" bottom="-172" follows="top|left" />
	<button name="btn_view_list" label="Liste anzeigen" width="90" left="291"
	     halign="center" height="20" bottom="-172" follows="top|left" />
	<button name="btn_view_item" label="Objekt anzeigen" width="90" left="291"
	     halign="center" height="20" bottom="-216" follows="top|left" />
	<button name="btn_proposal" label="Angebot erstellen" width="160" left="87"
	     halign="center" height="20" bottom="-216" follows="top|left" />
	<button name="btn_submit" label="Einreichen" width="60" left="87" halign="center"
	     height="20" bottom="-266" follows="top|left" />
	<text name="quorum_lbl" width="70" left="12" halign="right" height="20" bottom="-200"
	     follows="top|left">
		Quorum:
	</text>
	<spinner name="quorum" width="40" min_val="1" increment="1" left="87" halign="center"
	     follow="top|left"
	     tool_tip="Anzahl der wahlberechtigten Mitglieder insgesamt, die für bindende Wahlergebnisse benötigt werden."
	     height="20" bottom="-200" />
	<text name="quorum_text" width="300" left="132" halign="left" follow="top|left"
	     height="20" bottom="-200">
		von den Gruppenmitgliedern insgesamt.
	</text>
	<text name="majority_lbl" width="65" left="210" halign="right" height="20"
	     bottom="-224" follows="top|left">
		Mehrheit:
	</text>
	<radio_group name="majority" width="105" draw_border="false" left="270" follow="left"
	     tool_tip="Mehrzahl der Gesamtstimmen, die zum Sieg notwendig ist."
	     height="60" bottom="-260">
		<radio_item>
			Simple Majority
		</radio_item>
		<radio_item>
			2/3 Majority
		</radio_item>
		<radio_item>
			Unanimous
		</radio_item>
	</radio_group>
	<text name="duration_lbl" width="70" left="12" halign="right" height="20"
	     bottom="-227" follows="top|left">
		Dauer:
	</text>
	<spinner name="duration" width="40" initial_val="7" min_val="1" max_val="30"
	     increment="1" left="87" halign="center" follow="top|left"
	     tool_tip="wie viele Tage die Wahl dauern wird." height="20" bottom="-224" />
	<text name="duration_text" width="300" left="132" halign="left" follow="top|left"
	     height="20" bottom="-227">
		Tage
	</text>
	<text name="start_lbl" width="70" left="12" halign="right" height="20" bottom="-248"
	     follows="top|left">
		Abstimmungsbeginn:
	</text>
	<text name="start_date" width="200" left="87" height="20" bottom="-248"
	     follows="top|left" />
	<text name="end_lbl" width="70" left="12" halign="right" height="20" bottom="-266"
	     follows="top|left">
		Abstimmungsende:
	</text>
	<text name="end_date" width="200" left="87" height="20" bottom="-266"
	     follows="top|left" />
</panel>
