<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:system="clr-namespace:System;assembly=mscorlib"
                    xml:space="preserve">
    <!--字符串换行 必须添加 xml:space="preserve" -->
    <!--字符串换行 换行符 &#10; -->
<system:String x:Key="str.PgErrorAllTable.Title">报警记录</system:String>
<system:String x:Key="str.PgErrorAllTable.WindowSize">显示</system:String>
<system:String x:Key="str.PgErrorAllTable.Row">行</system:String>
<system:String x:Key="str.PgErrorAllTable.IsSearchByTime">按时间查找</system:String>
<system:String x:Key="str.PgErrorAllTable.SearchId">查找ID</system:String>
<system:String x:Key="str.PgErrorAllTable.NewestId">最新ID</system:String>
<system:String x:Key="str.PgErrorAllTable.CurrentId">当前ID</system:String>  
<system:String x:Key="str.PgErrorAllTable.Loading">更新中</system:String> 
<system:String x:Key="str.PgErrorAllTable.BeginDate">开始日期</system:String>
    
<system:String x:Key="str.PgErrorAllTable.ID">ID</system:String>
<system:String x:Key="str.PgErrorAllTable.Time">时间</system:String>  
<system:String x:Key="str.PgErrorAllTable.ErrCode">代码</system:String>  
<system:String x:Key="str.PgErrorAllTable.State">触发?</system:String>
<system:String x:Key="str.PgErrorAllTable.Description">描述</system:String> 
<system:String x:Key="str.PgErrorAllTable.Accessory">附加信息</system:String> 
    
<system:String x:Key="str.PgErrorTable.Title">报警</system:String> 
<system:String x:Key="str.PgErrorTable.Reset">复位</system:String>
<system:String x:Key="str.PgErrorTable.Database">查询</system:String>
<system:String x:Key="str.PgErrorTable.IoTip">IO信息</system:String>
<system:String x:Key="str.PgErrorTable.Access">授权</system:String> 
<system:String x:Key="str.PgErrorTable.Silence">消音</system:String>   
    
<system:String x:Key="str.PgErrorTable.DevName">设备名称</system:String>
<system:String x:Key="str.PgErrorTable.Time">时间</system:String>
<system:String x:Key="str.PgErrorTable.ErrCode">代码</system:String> 
<system:String x:Key="str.PgErrorTable.Description">描述</system:String>    
    
<system:String x:Key="str.PgErrorTable.WarningNames">报警服务列表</system:String> 
    
<system:String x:Key="str.PgErrorTable.OperateSuccessfully">操作成功</system:String> 
       
    
</ResourceDictionary>