|
|
@ -34,7 +34,7 @@ |
|
|
|
<TextBox Text="{Binding CurrentMaterial.Depth}"/> |
|
|
|
<TextBlock Text="Высота: "/> |
|
|
|
<TextBox Text="{Binding CurrentMaterial.Height}"/> |
|
|
|
<TextBlock Text="Разрешение каждого из трех измерений (общее количество точек = n^3): " TextWrapping="Wrap"/> |
|
|
|
<TextBlock Text="Разрешение модели (n^3): " TextWrapping="Wrap"/> |
|
|
|
<TextBox Text="{Binding CurrentMaterial.NumberOfPores}"/> |
|
|
|
<TextBlock Text="Параметры модели распределения:"/> |
|
|
|
<ComboBox ItemsSource="{Binding Spreads}" SelectedItem="{Binding SelectedSpread}" HorizontalAlignment="Left" Width="198"></ComboBox> |
|
|
|