Olá a todos
Há algum tempo pedi a ajuda com relação aos Ribbons e a obtive sempre cordial e respeitosa.
Peço desculpas antecipadamente, mas não sei como resolver um outro problema com as ribbons.
É o Menu Arquivo - eu não sei como tirar isso do menu do sistema.
Alguém pode me ajudar por favor?
Obrigado a todos
Abaixo segue o código que eu uso no Ribbon
Há algum tempo pedi a ajuda com relação aos Ribbons e a obtive sempre cordial e respeitosa.
Peço desculpas antecipadamente, mas não sei como resolver um outro problema com as ribbons.
É o Menu Arquivo - eu não sei como tirar isso do menu do sistema.
Alguém pode me ajudar por favor?
Obrigado a todos
Abaixo segue o código que eu uso no Ribbon
- Código:
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id = "tbSistema" label = "SISTEMA">
<group id = "grGeral" label = "Geral">
<button id = "sair" imageMso = "GoRtlDown" size = "large" label = "Sair" onAction = "fncOnAction"/>
</group>
<group id = "grConfig" label = "Configurações">
<button id = "parametros" imageMso = "ControlToolboxOutlook" size = "large" label = "Parâmetros" onAction = "fncOnAction"/>
<button id = "login" imageMso = "Private" size = "large" label = "Login" onAction = "fncOnAction"/>
<button id = "new" imageMso = "NewWorkflow" size = "large" label = "O que há de novo!" onAction = "fncOnAction"/>
</group>
</tab>
<tab id = "tbConsultas" label = "ADMINSTRATIVO">
<group id = "grConsultas" label = "Controles Administrativos">
<button id = "consultasproc" imageMso = "DatabaseRelationships" size = "large" label = "Processos" onAction = "fncOnAction"/>
<button id = "consultasexp" imageMso = "CreateReportInDesignView" size = "large" label = "Expedientes" onAction = "fncOnAction"/>
<button id = "consultasmemos" imageMso = "MorePagePartsInsert" size = "large" label = "Memorandos" onAction = "fncOnAction"/>
<button id = "consultasoficios" imageMso = "CatalogMergePickLayoutCanvases" size = "large" label = "Ofícios" onAction = "fncOnAction"/>
<button id = "consultassaldos" imageMso = "InternationalCurrency" size = "large" label = "Saldos de CC" onAction = "fncOnAction"/>
<button id = "cadastropastas" imageMso = "AppendOnly" size = "large" label = "Pastas para Digitalização" onAction = "fncOnAction"/>
</group>
<group id = "grServ" label = "Recursos Humanos">
<button id = "usuarios" imageMso = "CopyToPersonalContacts" size = "large" label = "Servidores" onAction = "fncOnAction"/>
</group>
<group id = "grLinks" label = "WebSites da Prefeitura">
<menu id = "MnSites" imageMso = "WebPageOptions" size = "large" label = "Sites da Prefeitura">
<button id = "hyperptrf" imageMso = "CondolatoryEvent" label = "PTRF: Leis e Decretos" onAction = "fncOnAction"/>
<button id = "hyperpdde" imageMso = "CondolatoryEvent" label = "PDDE: Leis e Decretos" onAction = "fncOnAction"/>
<button id = "hyperpre" imageMso = "CondolatoryEvent" label = "Prefeitura" onAction = "fncOnAction"/>
<button id = "hypersme" imageMso = "CondolatoryEvent" label = "Secretaria de Educação" onAction = "fncOnAction"/>
<button id = "hypereol" imageMso = "Consolidate" label = "EOL" onAction = "fncOnAction"/>
<button id = "hypersof" imageMso = "Consolidate" label = "SOF" onAction = "fncOnAction"/>
<button id = "hypertid" imageMso = "Consolidate" label = "TID" onAction = "fncOnAction"/>
<button id = "hypersei" imageMso = "Consolidate" label = "SEI" onAction = "fncOnAction"/>
<button id = "hyperdom" imageMso = "ReviewShowSourceDocumentsMenu" label = "Dário Oficial" onAction = "fncOnAction"/>
<button id = "hyperleis" imageMso = "ReviewShowSourceDocumentsMenu" label = "Legislação" onAction = "fncOnAction"/>
<button id = "hyperproc" imageMso = "ReviewShowSourceDocumentsMenu" label = "Consulta de Processos" onAction = "fncOnAction"/>
<button id = "hyperlic" imageMso = "ReviewShowSourceDocumentsMenu" label = "Licitação" onAction = "fncOnAction"/>
<button id = "hyperatas" imageMso = "ReviewShowSourceDocumentsMenu" label = "Atas de Registros de Preços" onAction = "fncOnAction"/>
<button id = "hyperramais" imageMso = "PageVersionsHide" label = "Ramais" onAction = "fncOnAction"/>
</menu>
</group>
<group id = "grProgramas" label = "Programas Microsoft">
<menu id = "MnProgramas" imageMso = "SmartArtChangeColorsGallery" size = "large" label = "Programas">
<button id = "prgcalc" imageMso = "CalculateNow" label = "Calculadora" onAction = "fncOnAction"/>
<button id = "prgword" imageMso = "MindMapExportWord" label = "Word" onAction = "fncOnAction"/>
<button id = "prgexcel" imageMso = "MicrosoftExcel" label = "Excel" onAction = "fncOnAction"/>
<button id = "prgoutlook" imageMso = "MicrosoftOutlook" label = "Outlook" onAction = "fncOnAction"/>
<button id = "prgpower" imageMso = "MicrosoftPowerPoint" label = "Power Point" onAction = "fncOnAction"/>
</menu>
</group>
</tab>
<tab id = "tbRepasses" label = "VERBAS PÚBLICAS">
<group id = "grAPM" label = "Configurações das Unidades Escolares">
<button id = "configdadosbancarios" imageMso = "ChangeResponseButtonMenu" size = "large" label = "Dados Bancários das APM's" onAction = "fncOnAction"/>
<button id = "configsaldobancario" imageMso = "ChartTrendline" size = "large" label = "Saldo Bancário das APM's" onAction = "fncOnAction"/>
<button id = "configmembrosapm" imageMso = "GroupResourceViewSimple" size = "large" label = "Cadastro dos Membros das APM's" onAction = "fncOnAction"/>
<button id = "configcadastroapm" imageMso = "CatalogMergeUseOutlookContacts" size = "large" label = "Cadastro das Unidades Escolares" onAction = "fncOnAction"/>
</group>
<group id = "grPTRF" label = "Configurações de Repasses">
<button id = "configrepassesGeral" imageMso = "MeetingsToolNewMeeting" size = "large" label = "Repasses Geral" onAction = "fncOnAction"/>
<button id = "configfaixas" imageMso = "MeetingsToolAppointmentSummary" size = "large" label = "Faixas de Repasses" onAction = "fncOnAction"/>
<button id = "configpercapta" imageMso = "MailMergeRecipientsEditList" size = "large" label = "Percapta" onAction = "fncOnAction"/>
<button id = "repasses" imageMso = "Schedule" size = "large" label = "Repasses PTRF/PDDE" onAction = "fncOnAction"/>
<button id = "configvaloresapm" imageMso = "RelationshipsEditRelationships" size = "large" label = "Valores Recebidos e Reprogramados" onAction = "fncOnAction"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>