StringResource.PgScanCorr.xaml 3.13 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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
<system:String x:Key="str.PgScanCorr.Title">机架修正</system:String>
<system:String x:Key="str.PgScanCorr.State">状态</system:String>
<system:String x:Key="str.PgScanCorr.Enable">使能</system:String>
<system:String x:Key="str.PgScanCorr.DataIsFull">数据完整</system:String>
<system:String x:Key="str.PgScanCorr.InconsistencyOfData">数据与系统参数不一致,需要重新录制</system:String>
<system:String x:Key="str.PgScanCorr.Record">开始录制</system:String>
<system:String x:Key="str.PgScanCorr.Stop">停止</system:String>
<system:String x:Key="str.PgScanCorr.Group">组</system:String>
<system:String x:Key="str.PgScanCorr.ScanChart">扫描图</system:String>
<system:String x:Key="str.PgScanCorr.Delete">删除</system:String>
<system:String x:Key="str.PgScanCorr.Average">平均</system:String>
<system:String x:Key="str.PgScanCorr.ForwOrigData">正向原始</system:String>
<system:String x:Key="str.PgScanCorr.BackwOrigData">反向原始</system:String>
<system:String x:Key="str.PgScanCorr.ForwSmoothData">正向滤波</system:String>
<system:String x:Key="str.PgScanCorr.BackwSmoothData">反向滤波</system:String>
<system:String x:Key="str.PgScanCorr.Amend">修改</system:String>
<system:String x:Key="str.PgScanCorr.SaveXlsx">导出</system:String>
<system:String x:Key="str.PgScanCorr.LoadXlsx">导入</system:String>
<system:String x:Key="str.PgScanCorr.Apply">应用</system:String>
<system:String x:Key="str.PgScanCorr.Make">生成</system:String>
<system:String x:Key="str.PgScanCorr.Smooth">平滑</system:String>
<system:String x:Key="str.PgScanCorr.SmoothFilterMode">平滑滤波方式</system:String>
<system:String x:Key="str.PgScanCorr.KeyPointMode">关键点方式</system:String>
<system:String x:Key="str.PgScanCorr.AddPoint">添加</system:String>
<system:String x:Key="str.PgScanCorr.DelPoint">删除</system:String>
<system:String x:Key="str.PgScanCorr.KeyPoint">关键点</system:String>


<system:String x:Key="str.PgScanCorr.MakeSuccessfully">生成成功</system:String>
<system:String x:Key="str.PgScanCorr.MakeFailed">生成失败</system:String>
<system:String x:Key="str.PgScanCorr.KeyPointMustMoreThan3">关键点必须≥3个</system:String>
<system:String x:Key="str.PgScanCorr.ExecutedSuccessfully">操作成功</system:String>
<system:String x:Key="str.PgScanCorr.StartOfExecution">操作开始</system:String>
<system:String x:Key="str.PgScanCorr.StopOfExecution">操作停止</system:String>
<system:String x:Key="str.PgScanCorr.ApplySuccessfully">应用成功</system:String>
<system:String x:Key="str.PgScanCorr.LoadSuccessfully">加载成功</system:String>
<system:String x:Key="str.PgScanCorr.LoadFailed">加载失败</system:String>
<system:String x:Key="str.PgScanCorr.SaveSuccessfully">导出成功</system:String>
46
</ResourceDictionary>