NavisworksTransport/resources/en-US/TransportRibbon.xaml

24 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RibbonControl
xmlns="clr-namespace:Autodesk.Windows;assembly=AdWindows"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Autodesk.Navisworks.Gui.Roamer.AIRLook;assembly=navisworks.gui.roamer">
<RibbonTab x:Uid="RibbonTab_Transport" Id="ID_TransportTab" Title="Logistics Planning" KeyTip="WL">
<RibbonPanel x:Uid="RibbonPanel_TransportMain">
<RibbonPanelSource x:Uid="RibbonPanelSource_TransportMain" Title="Logistics Planning" KeyTip="G">
<local:NWRibbonButton
x:Uid="RibbonButton_OpenLogisticsPanel"
Id="OpenLogisticsPanel"
Orientation="Vertical"
Size="Large"
ShowText="True"
Text="Logistics&#xA;Planning"
ToolTip="Open Logistics Planning Panel"
Image="TransportRibbon_16.png"
LargeImage="TransportRibbon_32.png"
KeyTip="P" />
</RibbonPanelSource>
</RibbonPanel>
</RibbonTab>
</RibbonControl>