20230724_MBJC_upperpc/Views/FirstPageView.xaml

32 lines
2.3 KiB
Plaintext
Raw Normal View History

2023-11-15 05:34:33 +00:00
<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"
2023-11-16 08:18:55 +00:00
xmlns:tool="clr-namespace:_3DTools;assembly=3DTools"
2023-12-18 09:31:28 +00:00
d:DesignHeight="900"
d:DesignWidth="1600"
2023-11-15 05:34:33 +00:00
mc:Ignorable="d">
2023-12-18 09:31:28 +00:00
<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"/>
2023-11-13 07:46:12 +00:00
</StackPanel>
2023-10-24 02:41:55 +00:00
</Grid>
2023-11-15 05:34:33 +00:00
</UserControl>