1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <mx:Canvas label="1- Configuration du fichier" width="100%" height="100%">
<mx:RadioButtonGroup id="radiogroup1"/>
<mx:RadioButton x="49" y="40" label="Vous avez déjà configurer votre fichier." groupName="radiogroup1"/>
<mx:RadioButton x="49" y="66" label="Vous souhaitez configurer votre fichier." groupName="radiogroup1"/>
<mx:Panel x="10" y="132" width="366" height="233" layout="absolute" title="Constituer le Fichier">
<mx:Label x="10" y="10" text="Vous pouvez télecharger un fichier Excel qui vous servira"/>
<mx:Label x="10" y="27" text="d'entête pour votre fichier et vous précisera les données"/>
<mx:Label x="10" y="44" text="nécessaires à la configuration de votre mailing."/>
<mx:Button x="67.75" y="79" label="Télecharger le modèle de fichier" height="32" width="210.5"/>
<mx:Label x="10" y="128" text="Après avoir enregistré le modèle de fichier sur votre"/>
<mx:Label x="10" y="145" text="ordinateur, configurer votre fichier avec vos propres"/>
<mx:Label x="10" y="162" text="données et enregistré le tel quel."/>
</mx:Panel>
<mx:Panel x="10" y="96" width="250" height="92" layout="absolute">
<mx:Button x="43" y="10" label="Charger votre fichier" height="32"/>
</mx:Panel>
</mx:Canvas> |
Partager