From 6c03c8ced27c29e41bfaef8d79c3e8a3d24280e6 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Fri, 3 May 2013 22:20:44 -0300 Subject: [PATCH] Importa recursos do irpf-livre. Os arquivos xml encontrados no diretorio de recursos do irpf-livre sao usados no irpf-gui tambem. --- res/AC.xml | 2 + res/AL.xml | 2 + res/AM.xml | 2 + res/AP.xml | 2 + res/BA.xml | 2 + res/CE.xml | 2 + res/DF.xml | 2 + res/ES.xml | 2 + res/GO.xml | 2 + res/MA.xml | 2 + res/MG.xml | 2 + res/MS.xml | 1 + res/MT.xml | 2 + res/PA.xml | 1 + res/PB.xml | 2 + res/PE.xml | 2 + res/PI.xml | 2 + res/PR.xml | 2 + res/RJ.xml | 2 + res/RN.xml | 2 + res/RO.xml | 2 + res/RR.xml | 2 + res/RS.xml | 1 + res/SC.xml | 2 + res/SE.xml | 2 + res/SP.xml | 2 + res/TO.xml | 2 + res/bancos.xml | 1 + res/bancos_debito.xml | 1 + res/condicoesExploracao.xml | 1 + res/dependencias.xml | 1 + res/mapeamentoTxt.xml | 3370 +++++++++++++++++++++++++++++++++++ res/naturezasOcupacao.xml | 1 + res/ocupacoesPrincipal.xml | 1 + res/paises.xml | 2 + res/ppgd-default.xml | 16 + res/ppgdarvore.xml | 298 ++++ res/ppgdmenubar.xml | 314 ++++ res/ppgdtoolbar.xml | 71 + res/representacoes.xml | 1 + res/tipoAtividadesRural.xml | 1 + res/tipoBens.xml | 1 + res/tipoBensAR.xml | 2 + res/tipoDividas.xml | 1 + res/tipoLogradouro.xml | 1 + res/tipoPagamentos.xml | 1 + res/ufs.xml | 1 + res/ufssigla.xml | 1 + 48 files changed, 4138 insertions(+) create mode 100644 res/AC.xml create mode 100644 res/AL.xml create mode 100644 res/AM.xml create mode 100644 res/AP.xml create mode 100644 res/BA.xml create mode 100644 res/CE.xml create mode 100644 res/DF.xml create mode 100644 res/ES.xml create mode 100644 res/GO.xml create mode 100644 res/MA.xml create mode 100644 res/MG.xml create mode 100644 res/MS.xml create mode 100644 res/MT.xml create mode 100644 res/PA.xml create mode 100644 res/PB.xml create mode 100644 res/PE.xml create mode 100644 res/PI.xml create mode 100644 res/PR.xml create mode 100644 res/RJ.xml create mode 100644 res/RN.xml create mode 100644 res/RO.xml create mode 100644 res/RR.xml create mode 100644 res/RS.xml create mode 100644 res/SC.xml create mode 100644 res/SE.xml create mode 100644 res/SP.xml create mode 100644 res/TO.xml create mode 100644 res/bancos.xml create mode 100644 res/bancos_debito.xml create mode 100644 res/condicoesExploracao.xml create mode 100644 res/dependencias.xml create mode 100644 res/mapeamentoTxt.xml create mode 100644 res/naturezasOcupacao.xml create mode 100644 res/ocupacoesPrincipal.xml create mode 100644 res/paises.xml create mode 100644 res/ppgd-default.xml create mode 100644 res/ppgdarvore.xml create mode 100644 res/ppgdmenubar.xml create mode 100644 res/ppgdtoolbar.xml create mode 100644 res/representacoes.xml create mode 100644 res/tipoAtividadesRural.xml create mode 100644 res/tipoBens.xml create mode 100644 res/tipoBensAR.xml create mode 100644 res/tipoDividas.xml create mode 100644 res/tipoLogradouro.xml create mode 100644 res/tipoPagamentos.xml create mode 100644 res/ufs.xml create mode 100644 res/ufssigla.xml diff --git a/res/AC.xml b/res/AC.xml new file mode 100644 index 0000000..2fc2550 --- /dev/null +++ b/res/AC.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/AL.xml b/res/AL.xml new file mode 100644 index 0000000..7040023 --- /dev/null +++ b/res/AL.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/AM.xml b/res/AM.xml new file mode 100644 index 0000000..13d5354 --- /dev/null +++ b/res/AM.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/AP.xml b/res/AP.xml new file mode 100644 index 0000000..6ca64c5 --- /dev/null +++ b/res/AP.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/BA.xml b/res/BA.xml new file mode 100644 index 0000000..a93af6c --- /dev/null +++ b/res/BA.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/CE.xml b/res/CE.xml new file mode 100644 index 0000000..64c1308 --- /dev/null +++ b/res/CE.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/DF.xml b/res/DF.xml new file mode 100644 index 0000000..ff3b6b8 --- /dev/null +++ b/res/DF.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/ES.xml b/res/ES.xml new file mode 100644 index 0000000..1bf0cf4 --- /dev/null +++ b/res/ES.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/GO.xml b/res/GO.xml new file mode 100644 index 0000000..5363fb8 --- /dev/null +++ b/res/GO.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/MA.xml b/res/MA.xml new file mode 100644 index 0000000..3493bac --- /dev/null +++ b/res/MA.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/MG.xml b/res/MG.xml new file mode 100644 index 0000000..5965032 --- /dev/null +++ b/res/MG.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/MS.xml b/res/MS.xml new file mode 100644 index 0000000..a14888e --- /dev/null +++ b/res/MS.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/MT.xml b/res/MT.xml new file mode 100644 index 0000000..3f99f24 --- /dev/null +++ b/res/MT.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/PA.xml b/res/PA.xml new file mode 100644 index 0000000..90fc289 --- /dev/null +++ b/res/PA.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/PB.xml b/res/PB.xml new file mode 100644 index 0000000..9937e3c --- /dev/null +++ b/res/PB.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/PE.xml b/res/PE.xml new file mode 100644 index 0000000..062b2d9 --- /dev/null +++ b/res/PE.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/PI.xml b/res/PI.xml new file mode 100644 index 0000000..efcc29e --- /dev/null +++ b/res/PI.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/PR.xml b/res/PR.xml new file mode 100644 index 0000000..beb58ec --- /dev/null +++ b/res/PR.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/RJ.xml b/res/RJ.xml new file mode 100644 index 0000000..afd08e8 --- /dev/null +++ b/res/RJ.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/RN.xml b/res/RN.xml new file mode 100644 index 0000000..02ae68f --- /dev/null +++ b/res/RN.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/RO.xml b/res/RO.xml new file mode 100644 index 0000000..fe90f9f --- /dev/null +++ b/res/RO.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/RR.xml b/res/RR.xml new file mode 100644 index 0000000..a215fbe --- /dev/null +++ b/res/RR.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/RS.xml b/res/RS.xml new file mode 100644 index 0000000..b27895f --- /dev/null +++ b/res/RS.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/SC.xml b/res/SC.xml new file mode 100644 index 0000000..002f30d --- /dev/null +++ b/res/SC.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/SE.xml b/res/SE.xml new file mode 100644 index 0000000..d87459b --- /dev/null +++ b/res/SE.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/SP.xml b/res/SP.xml new file mode 100644 index 0000000..e67134d --- /dev/null +++ b/res/SP.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/TO.xml b/res/TO.xml new file mode 100644 index 0000000..5c815a8 --- /dev/null +++ b/res/TO.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/bancos.xml b/res/bancos.xml new file mode 100644 index 0000000..44b8de2 --- /dev/null +++ b/res/bancos.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/bancos_debito.xml b/res/bancos_debito.xml new file mode 100644 index 0000000..ac05f0a --- /dev/null +++ b/res/bancos_debito.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/condicoesExploracao.xml b/res/condicoesExploracao.xml new file mode 100644 index 0000000..fbe5fa9 --- /dev/null +++ b/res/condicoesExploracao.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/dependencias.xml b/res/dependencias.xml new file mode 100644 index 0000000..bc18abf --- /dev/null +++ b/res/dependencias.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/mapeamentoTxt.xml b/res/mapeamentoTxt.xml new file mode 100644 index 0000000..d0d5190 --- /dev/null +++ b/res/mapeamentoTxt.xml @@ -0,0 +1,3370 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/naturezasOcupacao.xml b/res/naturezasOcupacao.xml new file mode 100644 index 0000000..ef0613e --- /dev/null +++ b/res/naturezasOcupacao.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/ocupacoesPrincipal.xml b/res/ocupacoesPrincipal.xml new file mode 100644 index 0000000..4c0cb2a --- /dev/null +++ b/res/ocupacoesPrincipal.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/paises.xml b/res/paises.xml new file mode 100644 index 0000000..b8e85af --- /dev/null +++ b/res/paises.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/res/ppgd-default.xml b/res/ppgd-default.xml new file mode 100644 index 0000000..81e9be4 --- /dev/null +++ b/res/ppgd-default.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/res/ppgdarvore.xml b/res/ppgdarvore.xml new file mode 100644 index 0000000..8370c4d --- /dev/null +++ b/res/ppgdarvore.xml @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/ppgdmenubar.xml b/res/ppgdmenubar.xml new file mode 100644 index 0000000..46141a4 --- /dev/null +++ b/res/ppgdmenubar.xml @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/ppgdtoolbar.xml b/res/ppgdtoolbar.xml new file mode 100644 index 0000000..db2ec15 --- /dev/null +++ b/res/ppgdtoolbar.xml @@ -0,0 +1,71 @@ + + + + + + +