StringResource.PgInitParam.xaml 3.68 KB
Newer Older
1 2 3 4 5 6 7
<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; -->
    
8 9 10
<system:String x:Key="str.PgInitparam.Title">系统参数</system:String>
<system:String x:Key="str.PgInitparam.Param">参数</system:String>
<system:String x:Key="str.PgInitparam.AutoOrgInterval">归零间隔</system:String>
11

12
<system:String x:Key="str.PgInitparam.Pulse">脉冲</system:String> 
13 14
    
  
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<system:String x:Key="str.PgInitparam.PosLength">机架长度</system:String> 
<system:String x:Key="str.PgInitparam.mmpp1">编码器1比例</system:String> 
<system:String x:Key="str.PgInitparam.IsTimeGridAdvEnabled">高级AD数据</system:String> 
<system:String x:Key="str.PgInitparam.FilmVSrc">生产速度来源</system:String> 
<system:String x:Key="str.PgInitparam.Encoder2">编码器2</system:String> 
<system:String x:Key="str.PgInitparam.Roller">辊信号</system:String> 
<system:String x:Key="str.PgInitparam.mmpp2">编码器2比例</system:String> 
<system:String x:Key="str.PgInitparam.MmOfR">辊周长</system:String> 
<system:String x:Key="str.PgInitparam.FilmVThreshold">最小生产速度</system:String> 
<system:String x:Key="str.PgInitparam.DataValidSrc">数据有效来源</system:String> 
<system:String x:Key="str.PgInitparam.FilmVelocity">生产速度</system:String> 
<system:String x:Key="str.PgInitparam.Input">本地输入口</system:String> 
<system:String x:Key="str.PgInitparam.VALID">长期有限</system:String> 
<system:String x:Key="str.PgInitparam.INVALID">长期无效</system:String> 
<system:String x:Key="str.PgInitparam.AutoF1F3" xml:space="preserve">数据有效时&#13;扫描</system:String> 
<system:String x:Key="str.PgInitparam.ReStartDelay" xml:space="preserve">扫描重启&#13;延时</system:String> 
31 32
    
    
33 34 35 36 37 38 39 40 41
<system:String x:Key="str.PgInitparam.Velocity">速度</system:String>
<system:String x:Key="str.PgInitparam.VScan">扫描速度</system:String>
<system:String x:Key="str.PgInitparam.VAccuracy">采样速度</system:String>
<system:String x:Key="str.PgInitparam.VJOG">调试速度</system:String> 
<system:String x:Key="str.PgInitparam.SVelocity">开始速度</system:String> 
<system:String x:Key="str.PgInitparam.HV1">归零速度1</system:String> 
<system:String x:Key="str.PgInitparam.HV2">归零速度2</system:String>
<system:String x:Key="str.PgInitparam.ATime">加速时间</system:String>
<system:String x:Key="str.PgInitparam.DTime">减速时间</system:String>
42 43

<system:String x:Key="str.PgInitparam.Hardware">硬件</system:String>
44 45 46 47 48 49 50
<system:String x:Key="str.PgInitparam.Punch">有打孔模块</system:String>
<system:String x:Key="str.PgInitparam.PunchOffset" xml:space="preserve">打孔模块&#13;与探头偏移</system:String>
<system:String x:Key="str.PgInitparam.HasProfileSample" xml:space="preserve">有按样&#13;生产模块</system:String>
<system:String x:Key="str.PgInitparam.HasVSign" xml:space="preserve">有纵向&#13;光纤传感器</system:String>
<system:String x:Key="str.PgInitparam.VSignOffset" xml:space="preserve">纵向光纤&#13;与探头偏移</system:String>
<system:String x:Key="str.PgInitparam.HasHSign" xml:space="preserve">有横向&#13;光纤传感器</system:String>
<system:String x:Key="str.PgInitparam.HasScanCorr" xml:space="preserve">有机架修正&#13;功能</system:String>
51

52 53
<system:String x:Key="str.PgInitparam.ApplySuccessfully">应用成功</system:String>
<system:String x:Key="str.PgInitparam.ApplyFailed">应用失败</system:String>
54 55

</ResourceDictionary>