Olá All,
Obrigado por responder.
Estou enviando o código
<mx:VDividedBox x="0" y="0" width="100%" height="95%">
<mx:Canvas id="cnvForm" width="100%" height="100%">
<mx:HBox width="100%" height="100%">
<mx:Form width="100%" height="100%">
<mx:FormItem label="Contrato">
<flexPe:MasterTextInput id="txtContrato" inputMask="99/99999" width="80" height="22"/>
</mx:FormItem>
<mx:FormItem label="Empresa">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdEmpresa" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtEmpresa" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="Produto">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdProduto" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtProduto" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="Cliente">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdCliente" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtCliente" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="Data Contrato">
<mx:DateField id="dfDataContrato"/>
</mx:FormItem>
</mx:Form>
<mx:Form width="100%">
<mx:FormItem height="22"/>
<mx:FormItem label="Filial">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdFilial" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtFilial" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem height="22"/>
<mx:FormItem label="Endereço">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdEndereco" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtEndereco" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
<mx:FormItem label="Porto de Origem">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdPortoOrigem" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector height="22" width="20"/>
<mx:TextInput id="txtPortoOrigem" width="200" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
</mx:Form>
<mx:Form width="100%">
<mx:FormItem/>
<mx:FormItem/>
<mx:FormItem/>
<mx:FormItem/>
<mx:FormItem label="Porto de Destino">
<mx:HBox width="100%">
<flexPe:MasterTextInput id="txtIdPortoDestino" onlyRestrict="number" width="55"/>
<flexMaggi:PopUpSelector/>
<mx:TextInput id="txtPortoDestino" width="250" editable="false" enabled="false"/>
</mx:HBox>
</mx:FormItem>
</mx:Form>
</mx:HBox>
</mx:Canvas>
Tenta alinhar a esquerda e colocar os tamanhos em porcentagem.
Ve se funciona, senão posta o código deste view aqui!