059b45043d
-sistemato dizionario e grafica
19 lines
751 B
XML
19 lines
751 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 BTLPartManager_StackPanel}">
|
|
|
|
<Button Content="{Binding Optimize_Msg}"
|
|
Command="{Binding Optimize_Command}"
|
|
IsEnabled="{Binding Optimize_IsEnabled}"
|
|
Style="{StaticResource Optimize_Button}"/>
|
|
|
|
<Button ToolTip="{Binding Warehouse_ToolTip}"
|
|
Command="{Binding Warehouse_Command}"
|
|
Style="{StaticResource Warehouse_Button}">
|
|
<Image Source="/Resources/OptimizePanel/Warehouse.png"
|
|
Style="{StaticResource BTLDataWnd_Image}"/>
|
|
</Button>
|
|
|
|
</StackPanel>
|