<ext:TabPanel runat="server">
<Items>
<ext:Panel Title="General" AutoWidth="true" Layout="Fit" runat="server" AutoHeight="true" PaddingSummary="10px 4px 10px 4px">
<Content>
<ext:Container runat="server" Layout="Column" AutoHeight="true" AnchorHorizontal="100">
<Items>
<ext:Container runat="server" Layout="Form" ColumnWidth=".5" Height="200" >
<Items>
<ext:TextField FieldLabel="Name" runat="server" AnchorHorizontal="95%"/>
</Items>
</ext:Container>
<ext:Container runat="server" Layout="Form" ColumnWidth=".5">
<Items>
<ext:TextField FieldLabel="Street" runat="server" AnchorHorizontal="95%"/>
</Items>
</ext:Container>
</Items>
</ext:Container>
</Content>
</ext:Panel>
</Items>
</ext:TabPanel>