Files
EgtCAM5/ProjectPage/OptionPanel/MachiningOptionPanel/OperationExpander/DispositionParameterExpander/RawPartOption/RawPartOptionView.xaml
T
Emmanuele Sassi 6c3b31ff7d EgtCAM5 :
- Aggiunto bottone di scelta del file per il disegno utensile nel Db.
- Aggiunto controllo per gestione RawPart in disposizione.
- Piccoli miglioramenti enanched selection.
2016-12-19 19:08:57 +00:00

12 lines
366 B
XML

<UserControl x:Class="RawPartOptionView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel>
<CheckBox Content="Move with Fixture" IsChecked="{Binding MoveWithFixture, Mode=TwoWay}"/>
</StackPanel>
</UserControl>