<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">Samples</system:String>
<system:String x:Key="str.PgGetSample.Enable">Enable</system:String>
<system:String x:Key="str.PgGetSample.Base">Base</system:String>
<system:String x:Key="str.PgGetSample.SampleRange">Sample Radius</system:String>
<system:String x:Key="str.PgGetSample.Window">Smooth</system:String>
<system:String x:Key="str.PgGetSample.IsCheckByPercent">Check by %</system:String>
<system:String x:Key="str.PgGetSample.ErrPercent">Err %</system:String>
<system:String x:Key="str.PgGetSample.ErrValue">Err AD</system:String>
<system:String x:Key="str.PgGetSample.CrossErrPercent">Cross Err %</system:String>
<system:String x:Key="str.PgGetSample.CrossErrPercentDesp">Sample 0/Sample1 &#13; compare with last time</system:String>
<system:String x:Key="str.PgGetSample.Sample">Sample</system:String>
<system:String x:Key="str.PgGetSample.Index">Index</system:String>
<system:String x:Key="str.PgGetSample.JustForCheck">Do nothing</system:String>
<system:String x:Key="str.PgGetSample.OrgAd">Orig AD</system:String>
<system:String x:Key="str.PgGetSample.Position">Position</system:String>
    
<system:String x:Key="str.PgGetSample.ApplySuccessfully">Apply successfully</system:String>
<system:String x:Key="str.PgGetSample.ApplyFailed">Apply failed</system:String>   
</ResourceDictionary>