PyRunner/ui/customUI.xml

21 lines
656 B
XML
Raw Permalink Normal View History

2024-06-07 20:41:20 +03:00
<?xml version="1.0" encoding="utf-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="PythonManager" label="Python">
<group id="Actions" label="Действия">
<button id="GlobalConfig" size="large"
label="Config"
supertip="Открыть глобальный конфиг"
imageMso="BlogPublishDraft"
onAction="OnRibbonBtn"/>
<button id="GenerateWrapper" size="large"
label="Create Wrapper"
supertip="Создать VBA обертку для модуля Python"
imageMso="ViewFormulaBar"
onAction="OnRibbonBtn"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>