30 lines
1.8 KiB
XML
30 lines
1.8 KiB
XML
<Window x:Class="ProjetTheAlone.View.FicEncodage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
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"
|
|
xmlns:local="clr-namespace:ProjetTheAlone.View"
|
|
mc:Ignorable="d"
|
|
Title="FicEncodage" Height="376.232" Width="816.438" WindowStartupLocation="CenterScreen" WindowStyle="None">
|
|
<Grid Margin="0,0,0,10">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="270"/>
|
|
<ColumnDefinition Width="270"/>
|
|
<ColumnDefinition Width="*"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="50"/>
|
|
<RowDefinition Height="250"/>
|
|
<RowDefinition Height="*"/>
|
|
</Grid.RowDefinitions>
|
|
<Button Name="BtnQuitter" Content="Quitter" HorizontalAlignment="Left" Margin="136,10,0,0" VerticalAlignment="Top" Width="93" Click="BtnQuitter_Click" Height="26" Grid.Column="2" Grid.Row="2"/>
|
|
<Button Content="Evènements" HorizontalAlignment="Left" Margin="33,31,0,0" Grid.Column="1" Grid.Row="1" VerticalAlignment="Top" Width="212" Height="185" Click="Button_Evénement"/>
|
|
<Button Content="Bénéficiaire" HorizontalAlignment="Left" Margin="33,31,0,0" Grid.Column="0" Grid.Row="1" VerticalAlignment="Top" Width="212" Height="185" Click="Button_Bénéficiaire" />
|
|
<Button Content="Repas" HorizontalAlignment="Left" Margin="33,31,0,0" VerticalAlignment="Top" Width="212" Height="185" Grid.Column="2" Grid.Row="1" Click="Button_Repas"/>
|
|
<Label Content="Encodage" HorizontalAlignment="Left" Margin="29,10,0,0" VerticalAlignment="Top" FontFamily="Calibri" FontSize="20"/>
|
|
|
|
</Grid>
|
|
|
|
|
|
</Window>
|