|
|
@@ -18,14 +18,14 @@
|
|
|
<TextBlock Text="菜单" HorizontalAlignment="Center" Foreground="White" />
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
- <Grid Margin="55,0,0,0">
|
|
|
+ <StackPanel Margin="55,0,0,0" x:Name="HeardPanel" Orientation="Horizontal">
|
|
|
<Button x:Name="DeepObjectDetectBtn" Width="55" HorizontalAlignment="Left" Click="DeepObjectDetectBtn_Click" Background="{x:Null}" Height="65">
|
|
|
<StackPanel>
|
|
|
<Image Source="/FromImage/菜单_白.png" Stretch="Fill" HorizontalAlignment="Center" Width="45"/>
|
|
|
<TextBlock Text="目标检测" HorizontalAlignment="Center" Foreground="White" />
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
- </Grid>
|
|
|
+ </StackPanel>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="1">
|
|
|
<Frame x:Name="ShowFrame" Margin="0,0,0,0" NavigationUIVisibility="Hidden"/>
|