Skip to content

Commit

Permalink
1.1.12e
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo.gvs authored and gustavo.gvs committed Oct 22, 2024
1 parent d5b0f8b commit d8394e4
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 346 deletions.
9 changes: 6 additions & 3 deletions PeriTAB/Class_Buttons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ public void muda_imagem(string botao, System.Drawing.Bitmap imagem)
case "button_confere_num_legenda":
Globals.Ribbons.Ribbon1.button_confere_num_legenda.Image = imagem;
break;
case "button_abre_SISCRIM":
Globals.Ribbons.Ribbon1.button_abre_SISCRIM.Image = imagem;
break;
case "button_renomeia_documento":
Globals.Ribbons.Ribbon1.button_renomeia_documento.Image = imagem;
break;
case "button_gera_pdf":
Globals.Ribbons.Ribbon1.button_gera_pdf.Image = imagem;
break;
Expand All @@ -208,9 +214,6 @@ public void muda_imagem(string botao, System.Drawing.Bitmap imagem)
case "menu_formatacao_campos":
Globals.Ribbons.Ribbon1.menu_formatacao_campos.Image = imagem;
break;
case "button_Subir_SISCRIM":
Globals.Ribbons.Ribbon1.button_abre_SISCRIM.Image = imagem;
break;
//default:
// break;
}
Expand Down
2 changes: 1 addition & 1 deletion PeriTAB/PeriTAB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PublishUrl>C:\Users\gustavo.gvs.PF\OneDrive - Polícia Federal\PCF Gustavo\Visual Studio\PeriTAB\publicacoes\</PublishUrl>
<InstallUrl />
<TargetCulture>pt-BR</TargetCulture>
<ApplicationVersion>1.1.12.0</ApplicationVersion>
<ApplicationVersion>1.1.12.1</ApplicationVersion>
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>0</UpdateInterval>
Expand Down
Loading

0 comments on commit d8394e4

Please sign in to comment.