<?xml version="1.0" encoding="utf-8"?>
    <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="150">
        <mx:Button id="saveButton" label="Save"/>
        <mx:Button id="cancelButton" label="Cancel"/>
   </mx:HBox>