使用新框架与技术代替旧框架与技术,实现涂装车间后道标签扫码程序
This commit is contained in:
17
RIZO_Application.Modules.Base/Views/SystemLog.xaml
Normal file
17
RIZO_Application.Modules.Base/Views/SystemLog.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<UserControl x:Class="RIZO_Application.Modules.Base.Views.SystemLog"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:RIZO_Application.Modules.Base.Views"
|
||||
xmlns:prism="http://prismlibrary.com/"
|
||||
prism:ViewModelLocator.AutoWireViewModel="True">
|
||||
<Grid>
|
||||
<GroupBox Header="系统日志" HorizontalAlignment="Stretch" >
|
||||
<Grid>
|
||||
<TextBox Text="{Binding LogMessage}" TextWrapping="Wrap"
|
||||
AcceptsReturn="True" HorizontalAlignment="Stretch" />
|
||||
</Grid>
|
||||
</GroupBox>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user