VBCommons/ui/ribbonVSO/customUI1.xml
2024-06-07 20:46:40 +03:00

16 lines
522 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="ReestrNPA" label="РЕЕСТР НПА" >
<group id="HT03_Data" label="Действия со схемой" >
<button id="CreateSchema" size="large"
label="Генерировать схему"
supertip="Создать схему из данных Реестра"
onAction="OnAction"
imageMso="MindMapImportData"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>