﻿<?xml version="1.0"?>
<flash_encoder version="1.0">
	<encoder_definition dialogID="Dialog" category="Basic Types" name="Boolean">
		<properties>
			<property id="trueStrings" default="ja,JA,Ja,j,W,w,waar,Waar,WAAR"/> 
			<property id="falseStrings" default="nee,NEE,Nee,n,O,o,onwaar,Onwaar,ONWAAR"/>
		</properties>
		<dialog id="Dialog" title="Booleaanse codering" buttons="accept, cancel">
			<grid>		
				<columns>
					<column/> 
					<column/>
				</columns>
	
				<row>
					<label value="Tekenreeks die waar betekent:  " control="trueStrings"/> 
					<textbox id="trueStrings" width="175"/>
				</row>
				<row>
					<label value="Tekenreeks die onwaar betekent:  " control="falseStrings"/> 
					<textbox id="falseStrings" width="175"/>
				</row>
			</grid>	
		</dialog>
		<actionscript class="mx.data.encoders.Bool"/>
	</encoder_definition>
</flash_encoder>
