  <library>
   <include href="lz/bswindow.lzx" />

   <attribute name="twidth" value="0" type="number"/>
   <attribute name="theight" value="0" type="number"/>
  
   <class name="wizardwindow" >
  
  <bswindow id="w1"  width="${parent.twidth}" height="${parent.theight}" resizable="true" closeable="true">
  
	<view id="v1" resource="images/top_window.png" stretches="both" width="${w1.width}" height="80"/> 
	
		<view id="v2" y="85" x="0" width="${w1.width}" height="${w1.height-85}">
			<text x="50" y="20"> User Name 3: </text>
			<inputtext id="txt_login" y="20" x="150" multiline="true" width="150" bgcolor="#99CCFF" text="${w1.width}"/>
			<text x="50" y="45"> Password 3: </text>
			<inputtext id="txt_password" y="45" x="150" password="true" width="150" bgcolor="#99CCFF"> password </inputtext>
		</view>
		<view id="v3" width="${w1.width}" height="20" y="${w1.height-45}">
			<button x="10" y="0">OK</button>
			<button x="60" y="0">CANCEL</button>
			<inputtext  y="25" x="0" multiline="true" width="${w1.width}" bgcolor="#cccccc" text="test" />
		</view>
  
  </bswindow>
  
  </class>
</library>