256ff11cf4
- Eliminato TabControl. - Create e gestite finestre con i Db. - Spostati bottoni modalità (Draw e Machining) nella barra superiore. - Miglioramenti vari.
12 lines
496 B
XML
12 lines
496 B
XML
<UserControl x:Class="ExecutePanelView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
<Button Command="{Binding ExecCommand}" ToolTip="{Binding ExecToolTip}" Style="{StaticResource GridViewPanelButton}">
|
|
<Image Source="/Resources/TopCommandBar/Exec.png" Stretch="Uniform"/>
|
|
</Button>
|
|
</StackPanel>
|
|
|
|
</UserControl>
|