|
|
|
@ -7,8 +7,27 @@
|
|
|
|
|
mc:Ignorable="d"
|
|
|
|
|
Title="MainWindow" Height="450" Width="800">
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
|
|
<Image Source="https://www.nausicaa.fr/content/uploads/2018/10/Heterodontus_francisci_catalina-1280-By-Ed-Bierman-from-CA-usa-Horn-Shark-CC-BY-2.0.jpg" Margin="65,103,158,103"></Image>
|
|
|
|
|
|
|
|
|
|
<TextBox>CShark</TextBox>
|
|
|
|
|
<Image Source="https://www.comersis.com/c-images/WORLD/World-countries-b.jpg" Margin="315,-9,1,31"></Image>
|
|
|
|
|
<TextBlock HorizontalAlignment="Left" Height="16" Margin="610,243,0,0" Text="TextBlock" TextWrapping="Wrap" VerticalAlignment="Top" Width="2"/>
|
|
|
|
|
<Menu Margin="0,0,485,10" Background="PowderBlue">
|
|
|
|
|
<ComboBox Width="120" Name="Zone" VerticalAlignment="Top" HorizontalAlignment="Left" Background="PowderBlue">
|
|
|
|
|
<ComboBoxItem Content="Tous" IsSelected="True"></ComboBoxItem>
|
|
|
|
|
<ComboBoxItem Content="Pacifique"></ComboBoxItem>
|
|
|
|
|
<ComboBoxItem Content="Atlantique"></ComboBoxItem>
|
|
|
|
|
<ComboBoxItem Content="Indien"></ComboBoxItem>
|
|
|
|
|
<ComboBoxItem Content="Arctique"></ComboBoxItem>
|
|
|
|
|
</ComboBox>
|
|
|
|
|
</Menu>
|
|
|
|
|
<Rectangle Stroke="Black" Margin="315,0,1,399" RenderTransformOrigin="0.5,0.5">
|
|
|
|
|
<Rectangle.RenderTransform>
|
|
|
|
|
<TransformGroup>
|
|
|
|
|
<ScaleTransform ScaleY="1"/>
|
|
|
|
|
<SkewTransform/>
|
|
|
|
|
<RotateTransform/>
|
|
|
|
|
<TranslateTransform/>
|
|
|
|
|
</TransformGroup>
|
|
|
|
|
</Rectangle.RenderTransform>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Window>
|
|
|
|
|