StringResource.PgFlyAd.xaml 3.16 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 29 30 31
<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.PgFlyAd.Title">FLYAD</system:String>
    <system:String x:Key="str.PgFlyAd.Param">Param</system:String>
    <system:String x:Key="str.PgFlyAd.PosOfGrid">Pulse/Grid</system:String>
    <system:String x:Key="str.PgFlyAd.GridSmooth">Smooth</system:String> 
    <system:String x:Key="str.PgFlyAd.MOTORTYPE">Motor</system:String> 
    
    <system:String x:Key="str.PgFlyAd.SERVO">SERVO</system:String> 
    <system:String x:Key="str.PgFlyAd.VF0">VF0</system:String> 
    <system:String x:Key="str.PgFlyAd.NULL">Null</system:String> 
    
    <system:String x:Key="str.PgFlyAd.Ratio01">Ratio1</system:String> 
    <system:String x:Key="str.PgFlyAd.Ratio02">Ratio2</system:String> 
    <system:String x:Key="str.PgFlyAd.PosOffset">Orig Pulse</system:String>
    
    <system:String x:Key="str.PgFlyAd.PosMaxMin">MaxMin?</system:String>
    <system:String x:Key="str.PgFlyAd.PosMax">Max Pulse</system:String> 
    <system:String x:Key="str.PgFlyAd.PosMin">Min Pulse</system:String> 
    
    <system:String x:Key="str.PgFlyAd.JogVelocity">JOG</system:String> 
    <system:String x:Key="str.PgFlyAd.Unit">p</system:String> 
    
    
    <system:String x:Key="str.PgFlyAd.ADLag">AD Lag</system:String> 
    <system:String x:Key="str.PgFlyAd.HardwareVersion">Version</system:String>
32
    <system:String x:Key="str.PgFlyAd.Version">Commu.</system:String> 
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
    <system:String x:Key="str.PgFlyAd.Apply">Apply</system:String> 
    
    <system:String x:Key="str.PgFlyAd.Initparam">Init.Param</system:String> 
    <system:String x:Key="str.PgFlyAd.PosLength">Rack Len</system:String> 
    <system:String x:Key="str.PgFlyAd.mmpp">mm/p</system:String> 
    <system:String x:Key="str.PgFlyAd.VJOG">Debug.V</system:String> 
    <system:String x:Key="str.PgFlyAd.SVelocity">Start.V</system:String> 
    <system:String x:Key="str.PgFlyAd.HV1">Home.V1</system:String> 
    <system:String x:Key="str.PgFlyAd.HV2">Home.V2</system:String>
    
    <system:String x:Key="str.PgFlyAd.ATime">Acc</system:String>
    <system:String x:Key="str.PgFlyAd.DTime">Dec</system:String>
    
    <system:String x:Key="str.PgFlyAd.Action">Action</system:String>
    <system:String x:Key="str.PgFlyAd.Backw">Backw</system:String>
    <system:String x:Key="str.PgFlyAd.Forw">Forw</system:String>
    <system:String x:Key="str.PgFlyAd.Org">Home</system:String>
    <system:String x:Key="str.PgFlyAd.Stop">Stop</system:String>
    
    <system:String x:Key="str.PgFlyAd.RunTo">Move</system:String>
    <system:String x:Key="str.PgFlyAd.TargetPos">Target</system:String>
   
55 56 57 58
    
    <system:String x:Key="str.PgFlyAd.ApplySuccessfully">Apply Successfully</system:String>
    <system:String x:Key="str.PgFlyAd.ApplyFailed">Apply Failed</system:String>
    <system:String x:Key="str.PgFlyAd.IPisNull">"IP:port" is null</system:String>    
59
</ResourceDictionary>