Files
MaaAssistantArknights/src/MeoAsstGui/UserControl/PenguinReportSettingsUserControl.xaml
2021-12-05 03:14:44 +08:00

18 lines
1.0 KiB
XML

<UserControl x:Class="MeoAsstGui.PenguinReportSettingsUserControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:s="https://github.com/canton7/Stylet"
xmlns:dd="urn:gong-wpf-dragdrop"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="550">
<Grid>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
Text="企鹅数据汇报ID&#13;(仅数字部分)" Margin="10" />
<TextBox Text="{Binding PenguinId}" Margin="10"
Width="150" InputMethod.IsInputMethodEnabled="False" />
</StackPanel>
</Grid>
</UserControl>