StringResource.PgGrid.xaml 1.09 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">Rack Debug</system:String>
    <system:String x:Key="str.PgGrid.ScanChart">Scan</system:String>
    <system:String x:Key="str.PgGrid.XRange">X Range</system:String> 
    <system:String x:Key="str.PgGrid.YRange">Y Range</system:String> 
    <system:String x:Key="str.PgGrid.IsADMode">AD</system:String> 
    <system:String x:Key="str.PgGrid.GetForw">Get F.</system:String> 
    <system:String x:Key="str.PgGrid.GetBackw">Get B.</system:String> 
    <system:String x:Key="str.PgGrid.RemoveSeries">Del Series</system:String> 
    <system:String x:Key="str.PgGrid.AddSeries">Add Series</system:String>
    <system:String x:Key="str.PgGrid.Save">Save</system:String> 
</ResourceDictionary>