EgtCAM5 1.9f1 :
- Aggiunta finestra di expander per stime tempi e lunghezze di lavorazione.
This commit is contained in:
@@ -101,6 +101,38 @@
|
||||
</StackPanel>
|
||||
</Expander>
|
||||
|
||||
<Expander Header="{Binding EstimationMsg}"
|
||||
IsExpanded="{Binding Estimation_IsExpanded}"
|
||||
Style="{StaticResource ExpanderStyle}">
|
||||
|
||||
<StackPanel Margin="2,2,2,0">
|
||||
|
||||
<UniformGrid Columns="2" Margin="0,0,0,5">
|
||||
|
||||
<TextBlock Text="{Binding TotalTimeMsg}"/>
|
||||
<TextBox Text="{Binding TotalTime}"
|
||||
IsReadOnly="True"
|
||||
TextAlignment="Right"/>
|
||||
|
||||
</UniformGrid>
|
||||
|
||||
<UniformGrid Columns="2" Margin="0,0,0,5">
|
||||
|
||||
<TextBlock Text="{Binding TotalLengthMsg}"/>
|
||||
<TextBox Text="{Binding TotalLength}"
|
||||
IsReadOnly="True"
|
||||
TextAlignment="Right"/>
|
||||
|
||||
</UniformGrid>
|
||||
|
||||
<Button Content="{Binding DetailsMsg}" Height="30"
|
||||
Command="{Binding Details_Command}"
|
||||
Margin="0,0,0,2"/>
|
||||
|
||||
</StackPanel>
|
||||
|
||||
</Expander>
|
||||
|
||||
<Button Content="{Binding GenerateMsg}" Height="30"
|
||||
IsEnabled="{Binding GenerateIsEnabled}"
|
||||
Command="{Binding GenerateCommand}"/>
|
||||
|
||||
Reference in New Issue
Block a user