2 <canvas debug="true" width="100%" height="100%" bgcolor="#EAEAEA" >
4 <dataset name="bookkeepingdata" request="true" src="http:bookkeeping.system.2.xml" />
5 <debug x="200" y="100" height="200" width="400" />
8 <simplelayout axis="y" />
10 <text text="Accounts" />
12 <view name="gridview" bgcolor="0xbbbbbb" >
14 <simplelayout axis="x" />
15 <include href="_accountsgrid.lzx" />
16 <button name="remove" width="20" height="20" >-</button>
17 <button name="add" width="20" height="20" >+</button>
20 <view name="buttonview" >
22 <simplelayout axis="x" />
23 <button name="cancel" width="60" >cancel</button>
24 <button name="save" width="60" >save</button>