<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) <2009>  <Kojo Kumah>
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="135" height="230" backgroundColor="#FFFFFF" xmlns:ns1="main.components.*" xmlns:views="main.utils.checkgroup.views.*">
<mx:Script source="controllers/BackgroundControl.as" />
    <mx:ColorPicker x="98" y="24" id="_bgColor" change="onSetBGColor()"/>
    <mx:Label x="10" y="10" text="Background" fontWeight="bold"/>
    <mx:Label x="10" y="24" text="color" fontStyle="italic"/>
    <mx:Label x="10" y="157" text="image" fontStyle="italic"/>
    <mx:Button x="6" y="174" label="load" id="_loadImage" click="onLoadImage()"/>
    <mx:Button x="60" y="174" label="unload" enabled="false" id="_unloadImage" click="onUnloadImage()"/>
    <views:GroupCheckBox x="13" y="198" id="_groupCheckImgMove" label="mouse move" enabled="false"/>
    
</mx:Canvas>