Files
EgtCAM5/ProjectPage/OptionPanel/DrawOptionPanel/InfoExpander/InfoExpanderView.xaml
T
Emmanuele Sassi 7cde115879 EgtCAM5 :
- Disattivato Analizza e tutti i bottoni nella TopCommandBar tranne i salva quando in modalità lavora.
- Attivata lettura stato show e curvedir all'avvio del programma.
- Aggiunta messagebox che mostra gli errori nel caso l'apertura di un DDF ne abbia generati.
- Rimossi panel doors e exec in modalità lavora.
- Correzzione errori Db utensili e lavorazioni
2016-09-20 15:26:21 +00:00

13 lines
511 B
XML

<UserControl x:Class="InfoExpanderView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EgtCAM5.EgtCAM5">
<Expander Header="Properties" IsExpanded="{Binding IsEnabled}" IsEnabled="{Binding IsEnabled}">
<UniformGrid>
<TextBox Text="{Binding InfoBox}" MaxHeight="100" IsReadOnly="True"/>
</UniformGrid>
</Expander>
</UserControl>