Add settings button and icons to ribbon
This commit is contained in:
parent
0e92b45e31
commit
5a641d83d8
@ -10,13 +10,17 @@ namespace RehauSku.Ribbon
|
||||
{
|
||||
public override string GetCustomUI(string RibbonID)
|
||||
{
|
||||
|
||||
return @"
|
||||
<customUI xmlns='http://schemas.microsoft.com/office/2006/01/customui'>
|
||||
<ribbon>
|
||||
<tabs>
|
||||
<tab id='tab1' label='REHAU'>
|
||||
<group id='group1' label='Прайс-лист'>
|
||||
<button id='button1' label='Экспорт' onAction='OnButtonPressed'/>
|
||||
<tab id='rau' label='REHAU'>
|
||||
<group id='priceList' label='Прайс-лист'>
|
||||
<button id='exportToPrice' label='Экспорт' size='large' imageMso='PivotExportToExcel' onAction='OnButtonPressed'/>
|
||||
</group>
|
||||
<group id='rausettings' label='Настройки'>
|
||||
<button id='set' label='Настройки' size='large' imageMso='CurrentViewSettings' onAction='OnButtonPressed'/>
|
||||
</group>
|
||||
</tab>
|
||||
</tabs>
|
||||
|
Loading…
Reference in New Issue
Block a user