<?xml version="1.0" encoding="ISO-8859-1"?>
<panel layout="graphpaper" rows="4" cols="5">
  <label
     text="x:0 y:0 cols:3 rows:1"
     cols="3"
     x="0"
     y="0" 
     bgcolor="green"
     align="left"/>
  <label
     text="x:0 y:2 cols:2 rows:1"
     x="0"
     y="1"
     cols="2"
     bgcolor="red"
     align="left"/>
  <label
     text="x:2 y:1 cols:1 rows:1"
     x="2"
     y="1"
     bgcolor="cyan"
     align="left"/>
  <label
     text="x:3 y:0 cols:1 rows:3"
     x="3"
     y="0"
     cols="1"
     rows="3"
     bgcolor="gray"
     align="center"/>
</panel>
