| 12345678910111213141516 |
- <UserControl x:Class="TeamAAS.Feeder.UI.AfagFeederDebugPage"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Background="Transparent">
- <Border Background="{DynamicResource SecondaryRegionBrush}" CornerRadius="6"
- Padding="24" HorizontalAlignment="Center" VerticalAlignment="Center">
- <StackPanel>
- <TextBlock Text="🚧" FontSize="40" HorizontalAlignment="Center" Margin="0,0,0,12"/>
- <TextBlock Text="Afag 供料器调试页" FontSize="18" FontWeight="Bold"
- HorizontalAlignment="Center" Margin="0,0,0,8"/>
- <TextBlock Text="该品牌协议待开发,当前页面为占位框架。" FontSize="13"
- Foreground="{DynamicResource SecondaryTextBrush}"
- HorizontalAlignment="Center"/>
- </StackPanel>
- </Border>
- </UserControl>
|