<s:HGroup id="contenedorDelFormulario">
<mx:TabNavigator>
<s:NavigatorContent label="{configFormularios.pestanaTitle}" width="600" height="400">
<s:HGroup verticalAlign="middle" width="100%" height="100%">
<esri:AttributeInspector left="6" right="6" top="6" bottom="6" width="100%"
featureLayers="{hostComponent.featureLayers}"
formItemsOrder="fieldInspector" deleteButtonVisible="false">
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="NOM"
label="Nombre"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="CODI_CARRETERA"
label="Códigooo"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="ID_CARRETERA"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_CONS"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_FIN"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_INICIO"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="LONGITUD"
visible="false"/>
</esri:AttributeInspector>
<esri:AttributeInspector left="6" right="6" top="6" bottom="6" width="100%"
featureLayers="{hostComponent.featureLayers}"
formItemsOrder="fieldInspector" deleteButtonVisible="false">
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="NOM"
label="Nombre" visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="CODI_CARRETERA"
label="Códigooo" visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="ID_CARRETERA"
visible="true"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_CONS"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_FIN"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_INICIO"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="LONGITUD"
visible="true"/>
</esri:AttributeInspector>
</s:HGroup>
</s:NavigatorContent>
<s:NavigatorContent label="Fechas" width="300" height="200">
<s:HGroup verticalAlign="middle" width="100%" height="100%">
<esri:AttributeInspector left="6" right="6" top="6" bottom="6" width="100%"
featureLayers="{hostComponent.featureLayers}"
formItemsOrder="fieldInspector" deleteButtonVisible="false">
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="NOM"
label="Nombre" visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="CODI_CARRETERA"
label="Códigooo" visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="ID_CARRETERA"
visible="false"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_CONS"
visible="true"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_FIN"
visible="true"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="DATA_VIGENCIA_INICIO"
visible="true"/>
<esri:FieldInspector featureLayer="{hostComponent.featureLayers[1]}"
fieldName="LONGITUD"
visible="false"/>
</esri:AttributeInspector>
</s:HGroup>
</s:NavigatorContent>
</mx:TabNavigator>
</s:HGroup>