* Try another approach to remove false ellipses without success (commented).
[master-thesis.git] / Parasitemia / Parasitemia / MainWindow.xaml
1 <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Name="MainWindow" Height="931.638" Width="1360.61">
3    <Grid x:Name="mainGrid" Margin="10" RenderTransformOrigin="0.491,0.524">
4       <Grid.RowDefinitions>
5          <RowDefinition/>
6          <RowDefinition Height="100"/>
7       </Grid.RowDefinitions>
8       <Grid.ColumnDefinitions>
9          <ColumnDefinition/>
10          <ColumnDefinition Width="300"/>
11       </Grid.ColumnDefinitions>
12       <Image x:Name="img" HorizontalAlignment="Stretch" Margin="10" VerticalAlignment="Stretch"/>
13       <TextBlock x:Name="txtLog" Margin="10" TextWrapping="Wrap" FontFamily="Monaco" Grid.Row="2" Background="#FF95E633" Grid.ColumnSpan="2"/>
14       <Grid Grid.Column="1" Margin="10" >
15          <Grid.RowDefinitions>
16             <RowDefinition Height="40"/>
17             <RowDefinition Height="40"/>
18             <RowDefinition Height="40"/>
19             <RowDefinition />
20          </Grid.RowDefinitions>
21          <Grid.ColumnDefinitions>
22             <ColumnDefinition/>
23             <ColumnDefinition/>
24          </Grid.ColumnDefinitions>
25          <Label Content="Ecart type 1" Margin="0,7" VerticalAlignment="Center" HorizontalAlignment="Left" HorizontalContentAlignment="Stretch" />
26          <Label Content="Facteur deuxième gaussienne" Margin="0,7" VerticalAlignment="Center" HorizontalAlignment="Left" HorizontalContentAlignment="Stretch" Grid.Row="1" />
27          <Label Content="Facteur deuxième gaussienne" Margin="0,7" VerticalAlignment="Center" HorizontalAlignment="Left" HorizontalContentAlignment="Stretch" Grid.Row="2" />
28       </Grid>
29    </Grid>
30 </Window>