Add value diagram calculator saving
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<ColumnDefinition Width="*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="22"/>
|
||||
<RowDefinition Height="22"/>
|
||||
<RowDefinition Height="22"/>
|
||||
<RowDefinition Height="15"/>
|
||||
@@ -29,6 +30,8 @@
|
||||
<CheckBox Grid.Column="1" Margin="0,3" IsChecked="{Binding IsTaken}"/>
|
||||
<TextBlock Grid.Row="1" Text="Name"/>
|
||||
<TextBox Grid.Column="1" Grid.Row="1" Text="{Binding Name}"/>
|
||||
<TextBlock Grid.Row="2" Text="Step number"/>
|
||||
<TextBox Grid.Column="1" Grid.Row="2" Text="{Binding ValueDiagram.StepNumber}"/>
|
||||
</Grid>
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user