<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" --> <!--字符串换行 换行符 --> <system:String x:Key="str.PgGrid.Title">机架调试</system:String> <system:String x:Key="str.PgGrid.ScanChart">横向图</system:String> <system:String x:Key="str.PgGrid.XRange">X轴范围</system:String> <system:String x:Key="str.PgGrid.YRange">Y轴范围</system:String> <system:String x:Key="str.PgGrid.IsADMode">AD模式</system:String> <system:String x:Key="str.PgGrid.GetForw">获取正向</system:String> <system:String x:Key="str.PgGrid.GetBackw">获取反向</system:String> <system:String x:Key="str.PgGrid.RemoveSeries">删除曲线</system:String> <system:String x:Key="str.PgGrid.AddSeries">添加曲线</system:String> <system:String x:Key="str.PgGrid.Save">保存</system:String> </ResourceDictionary>