merge-requests/2/head
Mathilde JEAN 3 years ago
commit 6786f373f8

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -35,7 +35,7 @@
</ListBox>
</DockPanel>
<DockPanel x:Name="Button" DockPanel.Dock="Top">
<TextBlock Text="CSHARK" Background="AliceBlue" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="20" FontSize="30" FontWeight="Bold" FontFamily="Poppins" Foreground="PowderBlue"/>
<Image Source="U:\SAE\Cshark\WpfApp1\Images\Logo_entier.png" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="196,10,10,10" Height="40" Stretch="Uniform" StretchDirection="Both"></Image>
<Button x:Name="add" HorizontalAlignment="Right" VerticalAlignment="Center" Content="+" BorderBrush="AliceBlue" BorderThickness="2" Background="PowderBlue" Width="50" Height="50" FontFamily="Poppins" FontSize="25" Foreground="AliceBlue"></Button>
</DockPanel>
<Image Source="U:\IHM\repos\WpfApp1\WpfApp1\Images\cartemaismieuxman.png"/>

@ -29,13 +29,21 @@
</ListBox>
</DockPanel>
<DockPanel x:Name="Button" DockPanel.Dock="Top">
<TextBlock Text="CSHARK" Background="AliceBlue" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="20" FontSize="30" FontWeight="Bold" FontFamily="Poppins" Foreground="PowderBlue"/>
<Button x:Name="add" HorizontalAlignment="Right" VerticalAlignment="Center" Content="+" BorderBrush="AliceBlue" BorderThickness="2" Background="PowderBlue" Width="50" Height="50" FontFamily="Poppins" FontSize="25" Foreground="AliceBlue"></Button>
<Image Source="U:\SAE\Cshark\WpfApp1\Images\Logo_entier.png" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="196,10,10,10" Height="40" Stretch="Uniform" StretchDirection="Both"></Image>
<Button x:Name="add" HorizontalAlignment="Right" VerticalAlignment="Center" DockPanel.Dock="Right" Content="+" BorderBrush="AliceBlue" BorderThickness="2" Background="PowderBlue" Width="50" Height="50" FontFamily="Poppins" FontSize="25" Foreground="AliceBlue"></Button>
</DockPanel>
<DockPanel Background="AliceBlue">
<DockPanel Background="AliceBlue" DockPanel.Dock="Left" Width="260">
<TextBlock Text="Nom requin" Foreground="PowderBlue" FontSize="20" Margin="5" DockPanel.Dock="Top" FontFamily="Poppins"></TextBlock>
<TextBlock Text="Nom scientifique" Foreground="PowderBlue" FontSize="15" Margin="5" DockPanel.Dock="Top" FontFamily="Poppins"></TextBlock>
<TextBlock Text="Description de notre magnifique requin" FontSize="12" Margin="15" FontFamily="Poppins"></TextBlock>
<TextBlock TextWrapping="Wrap" FontSize="12" Margin="15,5,0,5" HorizontalAlignment="Left" FontFamily="Poppins" DockPanel.Dock="Top"><Run Text="Description de notre magnifique requin"/><LineBreak/><Run/><LineBreak/><Run/><LineBreak/><Run/></TextBlock>
<Image Source="U:\SAE\Cshark\WpfApp1\Images\Donnees insuffisantes.png" Margin="15,5,5,5" DockPanel.Dock="Top" HorizontalAlignment="Left" ></Image>
<MediaElement Source="U:\SAE\Cshark\WpfApp1\Videos\Vid-dormeur-mexicain.mp4" DockPanel.Dock="Bottom" MaxHeight="125" MinHeight="50" HorizontalAlignment="Left" Margin="45,0,0,0" />
</DockPanel>
<DockPanel Background="AliceBlue" DockPanel.Dock="Right">
<Image Source="U:\SAE\Cshark\WpfApp1\Images\Heterodontus_francisci_catalina-1280-By-Ed-Bierman-from-CA-usa-Horn-Shark-CC-BY-2.0.jpg" DockPanel.Dock="Top" Margin="30,30,30,0"></Image>
<Image Source="U:\SAE\Cshark\WpfApp1\Images\rep_Heterodontus_mexicanus.png" Margin="10" DockPanel.Dock="Top"></Image>
<TextBlock Text="Fun fact" FontSize="15" FontFamily="Poppins" DockPanel.Dock="Top" HorizontalAlignment="Center" Margin="5"></TextBlock>
<TextBlock Text="La bouche du requin dormeur mexicain est en forme de museau de cochon!" FontSize="12" DockPanel.Dock="Bottom" TextWrapping="Wrap"></TextBlock>
</DockPanel>
</DockPanel>

@ -16,8 +16,4 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Images\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save