<xfm>

  <Panel dir=TOP align=expandx>

    <SizeGroupX id=sgx_btLeft/>

    <!-- test layout weights -->
    <Panel dir=BOTTOM align=expandx>

      <Button caption="Create Release" dir=LEFT sizeX="50%" tint=#0800ff00 />
      
      <Button caption="Create Sustain" dir=LEFT sizeX="100%" tint=#0800ff00 />
      
      <Button caption="Create Attack" dir=LEFT sizeX="50%" tint=#0800ff00 />
     
    </Panel>

    <!-- test layout weights (adds one minsize button) -->
    <Panel dir=BOTTOM align=expandx>

      <Button caption="Create Release" dir=LEFT sizeX="50%" tint=#0800ff00 />
      
      <Button caption="Create Sustain" dir=LEFT sizeX="50%" tint=#0800ff00 />
      
      <Button caption="Create Attack" dir=LEFT sizeX="100%" tint=#0800ff00 />
      
      <Button caption="Test" dir=LEFT tint=#1800ffff sizeGroup=sgx_btLeft/>
      
    </Panel>


    <!-- test size group -->
    <Panel dir=BOTTOM align=expandx>

      <SizeGroupX id=sgx/>

      <Panel dir=BOTTOM align=expandx>

	<Button caption="Create Release" dir=LEFT sizeX="100%" sizeGroup=sgx tint=#08ff0000 />
      
	<Button caption="Create Sustain" dir=LEFT sizeX="100%" sizeGroup=sgx tint=#08ff0000 />
	
	<Button caption="Create Attack" dir=LEFT sizeX="100%" sizeGroup=sgx tint=#08ff0000 />

	<Button caption="Test" dir=LEFT tint=#18ffff00 sizeGroup=sgx_btLeft/>
      
      </Panel>

      <Panel dir=BOTTOM align=expandx>

	<Button caption="Delete Release" dir=LEFT sizeGroup=sgx tint=#08ff0000 />
      
	<Button caption="Delete Sustain" dir=LEFT sizeGroup=sgx tint=#08ff0000 />
	
	<Button caption="Delete Attack" dir=LEFT sizeGroup=sgx tint=#08ff0000 />

	<Button caption="Test" dir=LEFT sizeGroup=sgx_btLeft/>
      
      </Panel>

    </Panel>


    <!-- test layout weights (expand one button) -->
    <Panel dir=BOTTOM align=expandx>

      <Button caption="Create Release" dir=LEFT tint=#08ffff00 />
      
      <Button caption="Create Sustain" dir=LEFT sizeX="100%" tint=#08ffff00 />
      
      <Button caption="Create Attack" dir=LEFT tint=#08ffff00 />
      
      <Button id=bt_quit caption="Quit" dir=LEFT tint=#080000ff sizeGroup=sgx_btLeft/>
      
    </Panel>


    <!-- test align right -->
    <Panel dir=BOTTOM align=expandx tint=#10000000 alpha=255>

      <Button caption="Create Release" dir=CENTER tint=#0800ff00 align=RIGHT />
     
    </Panel>


    <!-- test align left -->
    <Panel dir=BOTTOM align=expandx tint=#20000000 alpha=255>

      <Button caption="Create Release" dir=CENTER tint=#08ff0000 align=LEFT />
     
    </Panel>


  </Panel>

</xfm>