<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" viewSourceURL="srcview/index.html">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Group xmlns:Skins="Skins.*"
xmlns:Components="Components.*"
>
<fx:Script>
<![CDATA[
[Bindable][Embed(source="res/ico/add2.png")]
public var addIcon:Class;
[Bindable]
[Embed(source="res/ico/adddirect.png")]
public var adddirectIcon:Class;
[Bindable]
[Embed(source="res/ico/adddecimal.png")]
public var adddecimalIcon:Class;
[Bindable]
[Embed(source="res/ico/addgrean.png")]
public var addgreanIcon:Class;
[Bindable]
[Embed(source="res/ico/addgreanbuble.png")]
public var addgreanbubleIcon:Class;
[Bindable]
[Embed(source="res/ico/addtable.png")]
public var addtableIcon:Class;
[Bindable]
[Embed(source="res/ico/advancetab.png")]
public var advancetabIcon:Class;
[Bindable]
[Embed(source="res/ico/delete2.png")]
public var deleteIcon:Class;
[Bindable]
[Embed(source="res/ico/coins.png")]
public var coinsIcon:Class;
[Bindable]
[Embed(source="res/ico/giraffe.jpg")]
public var giraffeIcon:Class;
[Bindable]
[Embed(source="res/ico/animal.jpg")]
public var animalIcon:Class;
[Bindable]
[Embed(source="res/ico/kitten.jpg")]
public var kittenIcon:Class;
[Bindable]
[Embed(source="res/ico/hedgehog.jpg")]
public var hedgehogIcon:Class;
[Bindable]
[Embed(source="res/ico/weim.jpg")]
public var weimIcon:Class;
]]>
</fx:Script>
<s:TileGroup x="10" y="10" width="511" height="716">
<Components:IconButton
label="I Love Wiem's"
height="160"
width="120"
iconUp="{weimIcon}"
iconOver="{weimIcon}"
iconDown="{kittenIcon}"
iconDisabled=""
iconWidth="100"
iconHeight="100"
fontFamily="Times"
fontWeight="bold"
skinClass="Skins.IconButtonSkin"
/>
<Components:IconButton
label="Animals"
height="160"
width="120"
iconUp="{hedgehogIcon}"
iconOver="{animalIcon}"
iconDown="{giraffeIcon}"
iconDisabled=""
iconWidth="64"
iconHeight="64"
fontFamily="Times"
fontWeight="bold"
skinClass="Skins.IconButtonSkin"
/>
<Components:IconButton
label="Tables"
height="160"
width="120"
iconUp="{advancetabIcon}"
iconOver="{advancetabIcon}"
iconDown="{addgreanbubleIcon}"
iconDisabled=""
iconWidth="64"
iconHeight="64"
fontFamily="Times"
fontWeight="bold"
skinClass="Skins.IconButtonSkin"
/>
<Components:IconButton
label="Delete"
height="160"
width="120"
iconUp="{deleteIcon}"
iconOver="{deleteIcon}"
iconDown="{coinsIcon}"
iconDisabled=""
iconWidth="64"
iconHeight="64"
fontFamily="Times"
fontWeight="bold"
skinClass="Skins.IconButtonSkin"
/>
</s:TileGroup>
</s:Group>
</s:Application>