21 lines
656 B
XML
21 lines
656 B
XML
![]() |
<?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>
|