Untitled

                Never    
XML
       
<VerticalLayout>
	<Label text="User"/>
		<TextEdit id="teUser" text=# this.userName # marginTop="10px"/>
	    <Label text="Password" marginTop="30px"/>
	    <TextEdit id="tePassword" text="*******" marginTop="10px"/>
	    <HorizontalLayout marginTop="20px">
			<Button text="Cancel"/>
		    <Button id="btnOk" text="Ok" events=[OnClick, OnFocus] marginLeft="20px"/>
	    </HorizontalLayout>
</VerticalLayout>

Raw Text