<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.DynArea.Width">宽度</system:String>
    <system:String x:Key="str.DynArea.FilmVelocity">速度</system:String>
    <system:String x:Key="str.DynArea.FilmPosition">位置</system:String>
    <system:String x:Key="str.DynArea.Position">位置</system:String>
    <system:String x:Key="str.DynArea.Test">测试模式</system:String>
    <system:String x:Key="str.DynArea.RemainingTime">剩余时间</system:String>
    <system:String x:Key="str.DynArea.H">小时</system:String>
    <system:String x:Key="str.DynArea.Sample">样品</system:String>
    <system:String x:Key="str.DynArea.ServerDC">服务器连接断开</system:String>
    <system:String x:Key="str.DynArea.TGauge">测厚仪</system:String>
</ResourceDictionary>