| 1234567891011121314 |
- <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">
- <system:String x:Key="D0001">Account:</system:String>
- <system:String x:Key="D0002">Password:</system:String>
- <system:String x:Key="D0003">Starte</system:String>
- <system:String x:Key="D0004">Exit</system:String>
- <system:String x:Key="D0005">Do not close the control software</system:String>
- <system:String x:Key="D0006">NEO Lower computer control software</system:String>
- <system:String x:Key="D0007" xml:space="preserve" >Detected </system:String>
- <system:String x:Key="D0008" xml:space="preserve" > cabin, are you sure to run?</system:String>
- <system:String x:Key="D0009">Tip</system:String>
- <system:String x:Key="D0010" xml:space="preserve" >take photos failed,wait for </system:String>
- </ResourceDictionary>
|