20230724_MBJC_upperpc/Views/FirstPageView.xaml
2023-12-18 17:31:28 +08:00

32 lines
2.3 KiB
XML

<UserControl
x:Class="_20230724_MBJC_upperpc.Views.FirstPageView"
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:local="clr-namespace:_20230724_MBJC_upperpc.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:tool="clr-namespace:_3DTools;assembly=3DTools"
d:DesignHeight="900"
d:DesignWidth="1600"
mc:Ignorable="d">
<Grid>
<local:FirstPageBuoyControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="400" Width="560" Beacon="{Binding Beacon}" Text_Color="Black" Font_Size="10" AlarmInfo="告警:文件传输失败"/>
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Top" Orientation="Horizontal">
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
</StackPanel>
<StackPanel HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Vertical" Margin="0,100,0,0">
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
</StackPanel>
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Center" Orientation="Vertical" Margin="0,100,10,0">
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
<local:FirstPageAnchorControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
</StackPanel>
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Bottom" Orientation="Horizontal">
<local:FirstPageSupportControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
<local:FirstPageSupportControl VerticalAlignment="Center" HorizontalAlignment="Center" Height="250" Width="350"/>
</StackPanel>
</Grid>
</UserControl>