| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <mx:HBox
- xmlns:mx="http://www.adobe.com/2006/mxml"
- height="25" verticalAlign="middle"
- horizontalGap="0" horizontalCenter="0">
-
- <mx:Script source="../../scripts/menus/IdentificationBar.as" />
- <!-- <mx:HBox backgroundSize="100%" backgroundImage="@Embed('images/general/leftGradation.png')" width="5" height="25" />
- <mx:HBox backgroundSize="100%" backgroundImage="@Embed('images/general/titleBar.png')" width="100%" height="25" verticalAlign="middle">
-
- --> <mx:HBox backgroundSize="100%" width="100%" height="25" verticalAlign="middle">
- <!-- <mx:Label text="{ApplicationModelLocator.getInstance().connectedUser.login}" color="#FFFFFF" />
- -->
- <mx:Label text="{ResourceManager.getInstance().getString('labels', 'measures.mesures')} {ApplicationModelLocator.getInstance().connectedUser.cptMesures}" color="#FFFFFF" />
- <mx:Label id="txtremaining" text="{ResourceManager.getInstance().getString('labels', 'measures.remaining')} {ApplicationModelLocator.getInstance().connectedUser.cptCredits - ApplicationModelLocator.getInstance().connectedUser.cptMesures}" color="#FFFFFF" />
- </mx:HBox>
- <!--
- <mx:HBox backgroundSize="100%" backgroundImage="@Embed('images/general/rightGradation.png')" width="5" height="25" />
- -->
- </mx:HBox>
|