22 lines
1007 B
XML
22 lines
1007 B
XML
<StackPanel x:Class="OnlyProdOptimizePanelV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtFloating="clr-namespace:EgtWPFLib5.EgtFloating;assembly=EgtWPFLib5"
|
|
Style="{StaticResource OnlyProdBTLPartManager_StackPanel}">
|
|
|
|
<!--<ComboBox ItemsSource="{Binding PartTypeList}"
|
|
SelectedItem="{Binding SelPartType}"
|
|
Style="{StaticResource OnlyProdOptimizePanel_ComboBox}"/>-->
|
|
|
|
<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>
|