<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.PgGetSample.Title">样品标定</system:String>
    <system:String x:Key="str.PgGetSample.Enable">使能</system:String>
    <system:String x:Key="str.PgGetSample.Base">基本</system:String>
    <system:String x:Key="str.PgGetSample.SampleRange">样品半径</system:String>
    <system:String x:Key="str.PgGetSample.Window">移动滤波窗口</system:String>
    <system:String x:Key="str.PgGetSample.IsCheckByPercent">按%判断异常</system:String>
    <system:String x:Key="str.PgGetSample.ErrPercent">异常比例</system:String>
    <system:String x:Key="str.PgGetSample.ErrValue">异常AD值</system:String>
    <system:String x:Key="str.PgGetSample.CrossErrPercent">差异比例</system:String>
    <system:String x:Key="str.PgGetSample.CrossErrPercentDesp">样品1AD/样品0AD &#13; 与上一次比较</system:String>
    <system:String x:Key="str.PgGetSample.Sample">样品</system:String>
    <system:String x:Key="str.PgGetSample.Index">序号</system:String>
    <system:String x:Key="str.PgGetSample.JustForCheck">不标定</system:String>
    <system:String x:Key="str.PgGetSample.OrgAd">原始AD值</system:String>
    <system:String x:Key="str.PgGetSample.Position">位置</system:String>
    
    <system:String x:Key="str.PgGetSample.ApplySuccessfully">应用成功</system:String>
    <system:String x:Key="str.PgGetSample.ApplyFailed">应用失败</system:String>
</ResourceDictionary>