651c1e32af
-aggiunto finestra OnlyProd_QParamListV, OnlyProdAxesPanelV, OnlyProdCalcPanelV, OnlyProdPartInRawPartListV, OnlyProdRawPartListV, OnlyProdLeftPanelV, OnlyProdProjectV, OnlyProdShowPanelV, OnlyProdSupervisorManagerV, OnlyProdViewPanelV, OnlyProdMainMenuV
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<EgtFloating:EgtFloatingPanel x:Class="OnlyProdCalcPanelV"
|
|
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"
|
|
IsTopDockable="True" IsBottomDockable="False" IsLeftDockable="False"
|
|
IsRightDockable="False" Style="{StaticResource ToolBar_EgtFloatingPanel_OnlyProd}">
|
|
|
|
<Button ToolTip="{Binding Simulate_ToolTip}"
|
|
Command="{Binding Simulate_Command}"
|
|
IsEnabled="{Binding CALCPanel_IsEnabled}"
|
|
Style="{StaticResource ToolBarViewPanel_Button}">
|
|
<Image Source="/Resources/CALCPanel/Simulate.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<ToggleButton Content="Log"
|
|
ToolTip="{Binding MachineLog_ToolTip}"
|
|
IsChecked="{Binding bMachineLog}"
|
|
Style="{StaticResource OnlyProdToolBar_ToggleButton}"
|
|
Foreground="{StaticResource BeamWall_White}"/>
|
|
|
|
</EgtFloating:EgtFloatingPanel>
|