StringResource.PgErrorAllTable.xaml 2.44 KB
Newer Older
1 2 3 4 5 6
<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; -->
7 8 9 10 11 12 13 14
<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> 
15
<system:String x:Key="str.PgErrorAllTable.BeginDate">开始日期</system:String>
16
    
17 18 19 20 21 22
<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> 
23
    
24 25 26
<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>
27
<system:String x:Key="str.PgErrorTable.IoTip">IO信息</system:String>
28 29
<system:String x:Key="str.PgErrorTable.Access">授权</system:String> 
<system:String x:Key="str.PgErrorTable.Silence">消音</system:String>   
30
    
31 32 33 34
<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>    
35
    
36
<system:String x:Key="str.PgErrorTable.WarningNames">报警服务列表</system:String> 
37
    
38 39
<system:String x:Key="str.PgErrorTable.OperateSuccessfully">操作成功</system:String> 
       
40 41
    
</ResourceDictionary>