add-成品下线添加操作手册功能
parent
13d48106e6
commit
ccd9516ae1
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
Binary file not shown.
After Width: | Height: | Size: 268 KiB |
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
@ -0,0 +1,33 @@
|
||||
<Window x:Class="Aucma.Core.ProductOffLine.Views.WordWindow"
|
||||
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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Aucma.Core.ProductOffLine.Views"
|
||||
mc:Ignorable="d" FontFamily="Microsoft YaHei"
|
||||
Title="操作手册" Height="800" Width="850">
|
||||
<!--WindowStartupLocation="CenterScreen"-->
|
||||
<Grid Background="#1152AC">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="5*"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Grid Grid.Row="0">
|
||||
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel>
|
||||
<Image Source="/Assets/images/word1.jpg" Width="800" Height="500" Margin="10"/>
|
||||
<Image Source="/Assets/images/word2.jpg" Width="800" Height="300" Margin="10"/>
|
||||
<Image Source="/Assets/images/word3.jpg" Width="800" Height="500" Margin="10"/>
|
||||
<!-- Add more images here -->
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
</Grid>
|
||||
<Grid Grid.Row="1">
|
||||
<Button Content="关闭" FontSize="20" HorizontalAlignment="Left" Margin="593,44,0,0" VerticalAlignment="Top"/>
|
||||
|
||||
|
||||
</Grid>
|
||||
<!--</StackPanel>-->
|
||||
</Grid>
|
||||
</Window>
|
Loading…
Reference in New Issue