Browse Source

Small mainwindow xml edit

master
Nikita Romanenko 6 years ago
parent
commit
deb22fc6ac
  1. 3
      Pores/Controllers/BatchGenerator.cs
  2. 2
      Pores/MainWindow.xaml

3
Pores/Controllers/BatchGenerator.cs

@ -2,9 +2,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace Pores.Controllers
{

2
Pores/MainWindow.xaml

@ -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>

Loading…
Cancel
Save