<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.PgBorderSearch.Title">边界查找</system:String>
    <system:String x:Key="str.PgBorderSearch.Param">参数</system:String>
    <system:String x:Key="str.PgBorderSearch.ValidRange">有效范围</system:String>
    <system:String x:Key="str.PgBorderSearch.Enable">使能</system:String>
    <system:String x:Key="str.PgBorderSearch.IsOneMaterial">单一材料</system:String>
    <system:String x:Key="str.PgBorderSearch.IsBreakDetect">拐点查找</system:String>
    <system:String x:Key="str.PgBorderSearch.TempADBySet">设置空气AD</system:String>
    <system:String x:Key="str.PgBorderSearch.TempAD">空气AD</system:String>

    <system:String x:Key="str.PgBorderSearch.TempRange">空气范围</system:String>
    <system:String x:Key="str.PgBorderSearch.Filter">滤波器</system:String>
    <system:String x:Key="str.PgBorderSearch.SensorWidth">探头直径</system:String>
    <system:String x:Key="str.PgBorderSearch.Trim">边界内缩</system:String>
    <system:String x:Key="str.PgBorderSearch.Expand">边界外扩</system:String>
    <system:String x:Key="str.PgBorderSearch.Apply">应用</system:String>
    
    <system:String x:Key="str.PgBorderSearch.scanChart">横向图</system:String>
    <system:String x:Key="str.PgBorderSearch.ForwBorder">正向边界</system:String>
    <system:String x:Key="str.PgBorderSearch.BackwBorder">反向边界</system:String>
    <system:String x:Key="str.PgBorderSearch.Width">宽度</system:String>
    <system:String x:Key="str.PgBorderSearch.ExpWidth">期望膜宽</system:String>
    <system:String x:Key="str.PgBorderSearch.XRange">X轴范围</system:String> 
    <system:String x:Key="str.PgBorderSearch.YRange">Y轴范围</system:String> 
    
     <system:String x:Key="str.PgBorderSearch.ApplySuccessfully">应用成功</system:String>    
</ResourceDictionary>