O GANDA CODIGO OH PATRAO

                Never    
XML
       
<?xml version="1.0" encoding="utf-8" ?> 
<Paginas xmlns="http://tempuri.org/PagesSchema.xsd">
  
  <!--########## Página Principal ############-->
  <Pagina IDPagina="4002.0" Title="pt-PT=Deduções;en-EN=Deductions">
    <Table Name="ITRH_MOVIMENTO" DataKeyNames="Code,Tipo Registo"/>
    <TopBar>
      <add Type="Refresh" Text="pt-PT=Atualizar;en-EN=Refresh"/>
      <add Type="New" Text="pt-PT=Novo;en-EN=New" Url="/framework/PageFormulario.aspx?IDPagina=4002.1" WindowType="PopUp" WindowSize="600"  />
    </TopBar>
    <Parametros>
      <Formulario>
        <Hidden>
          <Add ID="1" Name="Tipo Registo" DefaultValue="1"></Add>
        </Hidden>
      </Formulario>
    </Parametros>
    <Grid PageSize="20" AllowColumnSort="true" >
      <Field Type="Icon" Name="Edit" IDPagina="4002.1" Url="~/framework/PageFormulario.aspx" WindowType="PopUp" WindowSize="600"/>
      <Column Name="Code" Width="90px" Label="pt-PT=Código;en-EN=Code"/>
      <Column Name="DESCRICAO" Width="150px" Label="pt-PT=Descrição;en-EN=Description"/>
      <Column Name="ABREVIATURA" Width="150px" Label="pt-PT=Abreviatura;en-EN=Abreviation"/>
    </Grid>
  </Pagina>

  
  <!--########## Página Edit/New ############-->
  <Pagina IDPagina="4002.1" Title="pt-PT=Nova Dedução;en-EN=New Deduction">
    <Edit Title="pt-PT=Editar Dedução;en-EN=Edit Deduction"/>
    <Table Name="ITRH_MOVIMENTO" DataKeyNames="Code"/>
    <Formulario>
      <Area Flow="V" Rows="5" Cols="1">
       <Column ID="1" Name="Code" Label="pt-PT=Código;en-EN=Code"/>
       <Column ID="2" Name="HR_TIPO_DEDUCAO" Label="pt-PT=Tipo De Dedução;en-EN=Deduction Type"/>
       <Column ID="3" Name="DESCRICAO" Label="pt-PT=Descrição;en-EN=Description"/>
       <Column ID="4" Name="ABREVIATURA" Label="pt-PT=Abreviação;en-EN=Abreviation"/>
       <Column ID="5" Name="HR_IRS_RENDIMENTO" Label="pt-PT=Tratamento;en-EN=Tratamento"/>
      </Area>
      <Hidden>
        <Add Name="Tipo Registo" DefaultValue="1"/>
      </Hidden>
    </Formulario>
    <ActionButton>
      <Add Text="pt-PT=Gravar;en-EN=Save" Action="save"/>
    </ActionButton>
  </Pagina>


</Paginas>

Raw Text