|
|
|
@ -12,10 +12,29 @@
|
|
|
|
|
<Button x:Name="exit" Style="{StaticResource Button1}" HorizontalAlignment="Right" VerticalAlignment="Center" Content="x" Width="50" Height="50" FontSize="25" Click="exit_Click"></Button>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="Ajouts"/>
|
|
|
|
|
<ListBox DockPanel.Dock="Left" Background="White" x:Name="laListe"/>
|
|
|
|
|
<ContentControl x:Name="contentControl">
|
|
|
|
|
<DockPanel Width="225">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="20"/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition Height="20"/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
</ContentControl>
|
|
|
|
|
<TextBlock Text="Ajouts" Height="20" Grid.Column="0" Grid.Row="0" Background="{StaticResource Couleur1}" Foreground="{StaticResource Couleur3}" TextAlignment="Center"/>
|
|
|
|
|
<ListBox DockPanel.Dock="Left" x:Name="laListe" Grid.Column="0" Grid.Row="1"/>
|
|
|
|
|
<TextBlock Text="Modifications" Height="20" Grid.Column="0" Grid.Row="2" Background="{StaticResource Couleur1}" Foreground="{StaticResource Couleur3}" TextAlignment="Center"/>
|
|
|
|
|
<ListBox DockPanel.Dock="Right" Grid.Column="0" Grid.Row="3"/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
<DockPanel>
|
|
|
|
|
<ContentControl x:Name="contentControl">
|
|
|
|
|
<local:UCRequinValSubmit/>
|
|
|
|
|
</ContentControl>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
</Window>
|
|
|
|
|