StringResource.PgGrid.xaml 1.13 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<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.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>