Concept-Reports/ui/projects/customUI.xml
2024-06-07 20:12:58 +03:00

21 lines
795 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/2006/01/customui">
<ribbon>
<tabs>
<tab id="Projects" label="ПРОЕКТЫ" >
<group id="Actions" label="Действия">
<button id="Update" size="large"
label="Обновить"
supertip="Обновить список проектов в соовтетствии с рабочими папками"
imageMso="ArrangeByRecurrence"
onAction="OnRibbonBtn"/>
<button id="Sort" size="large"
label="Сортировать"
supertip="Обновить сортировку списка проектов после ручного редактирования"
imageMso="GroupPivotDiagramSort"
onAction="OnRibbonBtn"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>