Concept-Subjects/ui/customUI1.xml
2024-06-07 20:13:55 +03:00

26 lines
847 B
XML
Raw Permalink 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/2009/07/customui">
<ribbon>
<tabs>
<tab id="tab1" label="КАРТА СУБЪЕКТОВ">
<group id="group1" label="Загрузка">
<button id="LoadExcel" size="large"
label="Импорт"
supertip="Загрузка из Excel"
imageMso="FileSaveAsExcelXlsx"
onAction="OnRibbonBtn"/>
<button id="ClearMain" size="large"
label="Очистка"
supertip="Очистить основной лист"
imageMso="AccessRecycleBin"
onAction="OnRibbonBtn"/>
<button id="DeletePages" size="large"
label="Удалить страницы"
supertip="Удалить все дополнительные страницы"
imageMso="BroadcastEnd"
onAction="OnRibbonBtn"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>