﻿<?xml version="1.0" encoding="UTF-8"?>
 <overlay>
 	<block id="COMMAND">
		<!--the label is just a placeholder to get the columns laid out correctly - the textbox is needed so the param values match the order in the function  -->	 
	 	<label id="COMMAND_LABEL" value="" visible="false"/>
		<textbox id="COMMAND_PARAM" visible="false"/> 
	</block>
	
 	<block id="INPUTTYPE">	 
	 	<label id="INPUTTYPE_LABEL" align="right" value="Typ auswählen:" control="INPUTTYPE_MENU"/> 
		<menulist id="INPUTTYPE_MENU" prompt="Typ" required="true" editable="true" width="125" oncreate="fl.runScript(fl.configURI + '/Javascript/fscommand2.jsfl', 'setControlToInputTypes','INPUTTYPE_MENU');">
			<menuitem label=""/>                     
		</menulist>
	</block>
	 
 	<block id="NO_PARAMETERS">	 
	 	<label id="NO_PARAMS" value="Keine Parameter"/> 
	</block>
	 
	<block id="QUALITYTYPE">	 
	 	<label id="QUALITYTYPE_LABEL" align="right" value="Qualität auswählen:" control="QUALITYTYPE_MENU"/> 
		<menulist id="QUALITYTYPE_MENU" prompt="Qualität" required="true" editable="true" width="125" oncreate="fl.runScript(fl.configURI + '/Javascript/fscommand2.jsfl', 'setControlToQualityTypes','QUALITYTYPE_MENU');">
			<menuitem label=""/>                     
		</menulist>
	</block>	
	
	<block id="REPEAT">	 
	 	<label id="REPEAT_LABEL" align="right" value="Wiederholen:" control="REPEAT_MENU"/> 
		<menulist id="REPEAT_MENU" prompt="Zeitangabe wählen" required="true" editable="true" width="125" oncreate="fl.runScript(fl.configURI + '/Javascript/fscommand2.jsfl', 'setControlToNumbeList','REPEAT_MENU','3');">
			<menuitem label=""/>                     
		</menulist>
	</block>

 </overlay>