IdentificationBar.mxml 1.3 KB

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