Files
egtbeamwall/EgtBEAMWALL.Optimizer/OptimizePanel/OptimizePanelV.xaml
Demetrio Cassarino b30406f1fc -piccole migliorie
2025-10-27 14:56:11 +01:00

18 lines
735 B
XML

<StackPanel x:Class="OptimizePanelV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Style="{StaticResource OnlyProdBTLPartManager_StackPanel}">
<Button Content="{Binding Optimize_Msg}"
Command="{Binding Optimize_Command}"
IsEnabled="{Binding Optimize_IsEnabled}"
Style="{StaticResource ToolBarOptimize_Button}"/>
<Button ToolTip="{Binding Warehouse_ToolTip}"
Command="{Binding Warehouse_Command}"
Style="{StaticResource ToolBarWarehouse_Button}">
<Image Source="/Resources/OptimizePanel/Warehouse.png" Stretch="Uniform"/>
</Button>
</StackPanel>