StringResource.ControllerState.xaml 2.07 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<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.ControllerState.FIX">定点</system:String>
    <system:String x:Key="str.ControllerState.ORG">归零</system:String>
    <system:String x:Key="str.ControllerState.SCAN">扫描</system:String>
    <system:String x:Key="str.ControllerState.FORW">正行</system:String>
    <system:String x:Key="str.ControllerState.BACKW">反行</system:String>
    <system:String x:Key="str.ControllerState.STOP">停止</system:String>
    <system:String x:Key="str.ControllerState.CORR">修正</system:String>
    <system:String x:Key="str.ControllerState.GETSAMPLE">取样</system:String>
    <system:String x:Key="str.ControllerState.FIXEXT">定点</system:String>
    <system:String x:Key="str.ControllerState.RUNNING" x:Uid="strRunning">运行</system:String>
    <system:String x:Key="str.ControllerState.DISCONNECTED" x:Uid="strDisconnected">断开</system:String>
    <system:String x:Key="str.ControllerState.GAGEINFO" x:Uid="strGageInfo">录制</system:String>
    <system:String x:Key="str.ControllerState.PAUSE" x:Uid="strPause">暂停</system:String>
    <system:String x:Key="str.ControllerState.AUTOSCAN" x:Uid="strAutoScan">自动扫描</system:String>
    <system:String x:Key="str.ControllerState.SYNC" x:Uid="strSync">同步</system:String>
    <system:String x:Key="str.ControllerState.MEASURESYNC" x:Uid="strMeasureSync">测量同步参数</system:String>
    <system:String x:Key="str.ControllerState.SCANMARK" x:Uid="strUnknown">扫描标记</system:String>
    <system:String x:Key="str.ControllerState.PUNCH" x:Uid="strUnknown">打孔</system:String>
    <system:String x:Key="str.ControllerState.Unknown" x:Uid="strUnknown">未知</system:String>
    
</ResourceDictionary>