|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
xmlns:vm="clr-namespace:ScadaTool.ViewModel"
|
|
|
|
|
xmlns:tb="http://www.hardcodet.net/taskbar"
|
|
|
|
|
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
|
|
|
|
|
Closing="Window_Closing"
|
|
|
|
|
Closing="Window_Closing" FontFamily="微软雅黑" FontSize="16"
|
|
|
|
|
Title="SCADA采集工具" Height="350" Width="700" Icon="Resources/icon.ico">
|
|
|
|
|
<Window.DataContext>
|
|
|
|
|
<vm:MainViewModel/>
|
|
|
|
@ -35,8 +35,14 @@
|
|
|
|
|
</tb:TaskbarIcon.ContextMenu>
|
|
|
|
|
</tb:TaskbarIcon>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Column="0">
|
|
|
|
|
<TextBlock Text="软件说明..." HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
<Grid Grid.Column="0" Margin="30">
|
|
|
|
|
<TextBlock Text="软件功能介绍: " FontWeight="Bold"/>
|
|
|
|
|
<TextBlock Text="1. 转发进出站请求回复,所以请确保网络通畅..." Margin="0, 50"/>
|
|
|
|
|
<TextBlock Text="2. 监控本地目录下生成图片并自动上传..." Margin="0, 80"/>
|
|
|
|
|
<TextBlock Text="3. 相关配置文件存于D盘根目录..." Margin="0, 110"/>
|
|
|
|
|
<TextBlock Text="4. Log文件位于软件运行Log/目录下..." Margin="0,140,0,90"/>
|
|
|
|
|
<TextBlock Text="@江苏立讯机器人有限公司" FontSize="14" FontWeight="Bold"
|
|
|
|
|
HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="20"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<GridSplitter Grid.Column="1" Width="5" HorizontalAlignment="Stretch" />
|
|
|
|
|
<Grid Grid.Column="2">
|
|
|
|
|