|
|
|
@ -25,12 +25,13 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="0" Message="Nom"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="1" Message="Nom scientifique"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="2" Message="Lien de la photo"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="3" Message="Lien de la vidéo"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="0" Message="Lien de la map"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="1" Message="Fun fact (optionnel)"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="0" Message="Nom" x:Name="name"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="1" Message="Nom scientifique" x:Name="sciName"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="2" Message="Description" x:Name="desc"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="3" Message="Lien de la photo" x:Name="lienPhoto"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="4" Message="Lien de la vidéo" x:Name="lienVid"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="0" Message="Lien de la map" x:Name="lienMap"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="1" Message="Fun fact (optionnel)" x:Name="funny"/>
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="2" ShowGridLines="True" Width="320" Height="19" VerticalAlignment="Top" Background="{StaticResource Couleur2}">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
@ -46,10 +47,10 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<CheckBox Content="Océan Atlantique" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" Margin="40,0,0,0"/>
|
|
|
|
|
<CheckBox Content="Océan Arctique" Grid.Column="1" Grid.Row="0" HorizontalAlignment="Left" Margin="0,0,20,0"/>
|
|
|
|
|
<CheckBox Content="Océan Indien" Grid.Column="0" Grid.Row="2" HorizontalAlignment="Left" Margin="40,0,0,0"/>
|
|
|
|
|
<CheckBox Content="Océan Pacifique" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Left" Margin="0,0,20,0"/>
|
|
|
|
|
<CheckBox Content="Océan Atlantique" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" Margin="40,0,0,0" x:Name="Atla"/>
|
|
|
|
|
<CheckBox Content="Océan Arctique" Grid.Column="1" Grid.Row="0" HorizontalAlignment="Left" Margin="0,0,20,0" x:Name="Arct"/>
|
|
|
|
|
<CheckBox Content="Océan Indien" Grid.Column="0" Grid.Row="2" HorizontalAlignment="Left" Margin="40,0,0,0" x:Name="Indi"/>
|
|
|
|
|
<CheckBox Content="Océan Pacifique" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Left" Margin="0,0,20,0" x:Name="Paci"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="3" ShowGridLines="True" Width="320" Height="19" VerticalAlignment="Top" Background="{StaticResource Couleur2}" Margin="40,0,40,0">
|
|
|
|
@ -58,8 +59,8 @@
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<TextBlock Text="Conservation" HorizontalAlignment="Center" Grid.Row="0" Foreground="{StaticResource Couleur3}"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="3" Margin="40,19,40,0" Width="320" Background="White">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<Grid x:Name="radio" Grid.Column="1" Grid.Row="3" Margin="40,19,40,0" Width="320" Background="White">
|
|
|
|
|
<Grid.ColumnDefinitions >
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
@ -71,17 +72,17 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EX" Grid.Column="0" Grid.Row="0"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EW" Grid.Column="1" Grid.Row="0"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="CR" Grid.Column="2" Grid.Row="0"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EN" Grid.Column="3" Grid.Row="0"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="VU" Grid.Column="4" Grid.Row="0"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="VN" Grid.Column="0" Grid.Row="1"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="LC" Grid.Column="1" Grid.Row="1"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="DD" Grid.Column="2" Grid.Row="1"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="NE" Grid.Column="3" Grid.Row="1"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EX" Grid.Column="0" Grid.Row="0" x:Name="ex"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EW" Grid.Column="1" Grid.Row="0" x:Name="ew"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="CR" Grid.Column="2" Grid.Row="0" x:Name="cr"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="EN" Grid.Column="3" Grid.Row="0" x:Name="en"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="VU" Grid.Column="4" Grid.Row="0" x:Name="vu"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="NT" Grid.Column="0" Grid.Row="1" x:Name="nt"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="LC" Grid.Column="1" Grid.Row="1" x:Name="lc"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="DD" Grid.Column="2" Grid.Row="1" x:Name="dd"/>
|
|
|
|
|
<RadioButton Style="{StaticResource RadioGaga}" Content="NE" Grid.Column="3" Grid.Row="1" x:Name="ne"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Button Style="{StaticResource Button1}" Grid.Column="1" Grid.Row="5" Content="Submit" Margin="15" Width="100"/>
|
|
|
|
|
<Button Style="{StaticResource Button1}" Grid.Column="1" Grid.Row="5" Content="Submit" Margin="15" Width="100" x:Name="submit" Click="submit_Click"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
</DockPanel>
|
|
|
|
|