19 lines
644 B
XML
19 lines
644 B
XML
<UserControl
|
|
x:Class="CapMachine.Wpf.Views.ProStepConfigPsView"
|
|
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:CapMachine.Wpf.Views"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
d:DesignHeight="200"
|
|
d:DesignWidth="200"
|
|
mc:Ignorable="d">
|
|
<Grid>
|
|
<TextBlock
|
|
Background="Black"
|
|
FontSize="36"
|
|
Foreground="White"
|
|
Text="信息文档" />
|
|
</Grid>
|
|
</UserControl>
|