<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel can_minimize="true" name="recall" can_resize="false" title="Gruppenwahl"
     min_width="330" width="390" can_close="true" border="true" left="12"
     xmlns="http://tempuri.org/panel_group_election.xsd" height="4"
     min_height="0" bottom="10" follows="top|left">
	<text name="txt" left="12" font="SansSerif" bottom="-18" follows="top|left">
		Gruppenwahl
	</text>
	<text name="instructions" width="350" left="12" height="16" bottom="-42"
	     follows="top|left">
		Abruf...
	</text>
	<text name="lbl" width="70" left="12" halign="right" bottom="-68" follows="top|left">
		Kandidaten:
	</text>
	<name_list name="candidates" width="290" background_visible="false" column_padding="0"
	     fg_selected_color="white" fg_unselected_color="white"
	     fg_disable_color="white" left="87" height="94" bottom="-150"
	     follows="left|top" />
	<button name="btn_vote" label="Abstimmen" width="60" left="87" halign="center"
	     height="20" bottom="-266" follows="top" />
	<button name="btn_abstain" label="Sich enthalten" width="60" left="155" halign="center"
	     height="20" bottom="-266" follows="top|left" />
	<button name="btn_start_election" label="Wahl starten" width="160" left="210"
	     halign="center" height="20" bottom="-260" follows="top|right" />
	<text name="lbl" width="70" left="12" halign="right" height="20" bottom="-172"
	     follows="top|left">
		Quorum:
	</text>
	<spinner name="quorum" width="40" initial_val="1" 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="-172" />
	<text name="quorum_text" width="300" left="132" halign="left" follow="top|left"
	     height="20" bottom="-172">
		von den Gruppenmitgliedern insgesamt.
	</text>
	<text name="lbl" width="65" left="210" halign="right" height="20" bottom="-196"
	     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="-232">
		<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="-203" 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="-200" />
	<text name="duration_days" width="300" left="132" halign="left" follow="top|left"
	     height="20" bottom="-203">
		Tage
	</text>
	<text name="start_lbl" width="70" left="12" halign="right" height="20" bottom="-224"
	     follows="top|left">
		Wahlbeginn:
	</text>
	<text name="start_date" width="200" left="87" height="20" bottom="-224"
	     follows="top|left" />
	<text name="end_lbl" width="70" left="12" halign="right" height="20" bottom="-242"
	     follows="top|left">
		Wahlende:
	</text>
	<text name="end_date" width="200" left="87" height="20" bottom="-242"
	     follows="top|left" />
</panel>
