Files
2023-01-05 16:32:28 +00:00

131 lines
7.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
<ribbon>
<tabs>
<tab id="VEImportTab" label="VE Import" insertBeforeMso="TabHome" >
<group id="VEGrp1" label="Setup">
<comboBox id="cbSetup"
label="Setup"
getScreentip="UI.OnGetScreentip"
getItemCount="UI.OnGetItemCount"
getItemLabel="UI.OnGetItemLabel"
onChange="UI.OnChange"
getText="UI.OnGetText">
</comboBox>
<button id="btnPSI"
label="PSI"
imageMso="EditForm"
onAction="UI.BtnPSI"
getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="mnuReset" label="Reset" imageMso="RecurrenceEdit" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip"/>
</group>
<group id="VEGrp2" label="Sections">
<box id="G2Bx1" boxStyle="vertical">
<button id="btnFindSections"
label="Find"
imageMso="PanAndZoomWindow"
onAction="UI.BtnFindSections"
getScreentip="UI.OnGetScreentip" />
<button id="btnMergeSections"
label="Merge"
imageMso="MergeForms"
onAction="UI.BtnMergeSections"
getScreentip="UI.OnGetScreentip" />
</box >
<dynamicMenu id="mnuSection"
label="Edit"
size="large"
imageMso="OutlineSubtotals"
getContent="UI.OnGetContent"
getScreentip="UI.OnGetScreentip" />
<box id="G2Bx2" boxStyle="vertical">
<button id="btnMoveUp"
label="Move Up"
imageMso="FillUp"
onAction="UI.BtnSecMoveUp"
getScreentip="UI.OnGetScreentip" />
<button id="btnMoveDown"
label="Move Down"
imageMso="FillDown"
onAction="UI.BtnSecMoveDown"
getScreentip="UI.OnGetScreentip" />
</box >
</group>
<group id="VEGrp3" label="Mark As">
<button id="btnSearch" label="Search" size="large" imageMso="PanAndZoomWindow" onAction="UI.BtnSearch" getScreentip="UI.OnGetScreentip" />
<box id="G3Bx1" boxStyle="vertical">
<button id="btnPrevious"
label="Go To Previous"
imageMso="FillUp"
onAction="UI.BtnPrevious"
getScreentip="UI.OnGetScreentip" />
<button id="btnNext"
label="Go To Next"
imageMso="FillDown"
onAction="UI.BtnNext"
getScreentip="UI.OnGetScreentip" />
</box >
<dynamicMenu id="mnuStep" label="Step" size="large" imageMso="NumberingGallery" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<box id="G3Bx2" boxStyle="vertical">
<button id="btnDecrease" label="Decrease" imageMso="IndentDecrease" onAction="UI.BtnDecrease" getScreentip="UI.OnGetScreentip" />
<button id="btnIncrease" label="Increase" imageMso="IndentIncrease" onAction="UI.BtnIncrease" getScreentip="UI.OnGetScreentip" />
</box >
<dynamicMenu id="mnuNote" label="Note" size="large" imageMso="Info" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="mnuCaution" label="Caution" size="large" imageMso="CancelRequest" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="mnuTable" label="Table" size="large" imageMso="ChangesDiscardAndRefresh" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="mnuFigure" label="Figure" size="large" imageMso="ControlUnboundObjectFrame" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="mnuEquation" label="Equation" size="large" imageMso="EquationLargeOperatorGallery" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<button id="btnIgnore" label="Ignore" size="large" imageMso="IgnoreThisIssue" onAction="UI.BtnIgnore" getScreentip="UI.OnGetScreentip" />
<button id="btnDelete" label="Delete" size="large" imageMso="DeleteSite" onAction="UI.BtnDelete" getScreentip="UI.OnGetScreentip" />
</group>
<group id="VEGrp4" label="Checkoff">
<dynamicMenu id="mnuCheckoff" label="Checkoff" size="large" imageMso="Info" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
</group>
<group id="VEGrp5" label="XML">
<button id="btnMakeXML" label="Make XML" size="large" imageMso="XmlSource" onAction="UI.BtnXMLMake" getScreentip="UI.OnGetScreentip" />
<button id="btnViewXML" label="View" size="large" imageMso="ViewCode" onAction="UI.BtnXMLView" getScreentip="UI.OnGetScreentip" />
<button id="btnMakeImport" label="Make Import" size="large" imageMso="Export" onAction="UI.BtnPXML" getScreentip="UI.OnGetScreentip" />
</group >
</tab>
</tabs>
</ribbon>
<contextMenus>
<contextMenu idMso="ContextMenuText">
<control idMso="Cut"
visible="false" />
<control idMso="Copy"
visible="false" />
<control idMso="PasteGalleryMini"
visible="false" />
<control idMso="FontDialog"
visible="false" />
<control idMso="ParagraphDialog"
visible="false" />
<control idMso="Insights"
visible="false" />
<control idMso="FixSynonymChangeMenu"
visible="false" />
<control idMso="Translate"
visible="false" />
<control idMso="HyperlinkInsert"
visible="false" />
<control idMso="ReviewNewComment"
visible="false" />
<dynamicMenu id="CTmnuSection" label="Sections" imageMso="OutlineSubtotals" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<menuSeparator id="CTmnuSepSection" />
<dynamicMenu id="CTmnuStep" label="Step Style" imageMso="NumberingGallery" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<menuSeparator id="CTmnuSepStep" />
<dynamicMenu id="CTmnuNote" label="Note" imageMso="Info" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="CTmnuCaution" label="Caution" imageMso="CancelRequest" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="CTmnuTable" label="Table" imageMso="ChangesDiscardAndRefresh" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="CTmnuFigure" label="Figure" imageMso="ControlUnboundObjectFrame" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<dynamicMenu id="CTmnuEquation" label="Equation" imageMso="EquationLargeOperatorGallery" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
<button id="CTbtnIgnore" label="Ignore" imageMso="IgnoreThisIssue" onAction="UI.BtnIgnore" getScreentip="UI.OnGetScreentip" />
<button id="CTbtnDelete" label="Delete" imageMso="DeleteSite" onAction="UI.BtnDelete" getScreentip="UI.OnGetScreentip" />
<menuSeparator id='CTmnuSepCheckoff' />
<dynamicMenu id="CTmnuCheckoff" label="Checkoff" imageMso="Info" getContent="UI.OnGetContent" getScreentip="UI.OnGetScreentip" />
</contextMenu>
</contextMenus>
</customUI>