20240301_JSEQ_upperpc/JiangsuEarthquakeNow/JiangsuEarthquake/ImageDictionary.xaml
XuMin 3b6c570800 1 经过电控腔测试和升压站测试;
2 解决了后一个通信连接会影响前一个通信连接的问题;
3 测试过程中存在的问题修改;
2024-09-03 16:30:34 +08:00

11 lines
806 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ImageSource x:Key="CycleYellow">Assets/Images/CycleYellow.png</ImageSource>
<ImageSource x:Key="CycleOrange">Assets/Images/CycleOrange.png</ImageSource>
<ImageSource x:Key="CycleRed">Assets/Images/CycleRed.png</ImageSource>
<ImageSource x:Key="CycleGreen">Assets/Images/CycleGreen.png</ImageSource>
<ImageSource x:Key="CycleGray">Assets/Images/CycleGray.png</ImageSource>
<ImageSource x:Key="DeviceOff">Assets/Images/DeviceOff.png</ImageSource>
<ImageSource x:Key="DeviceOn">Assets/Images/DeviceOn.png</ImageSource>
<ImageSource x:Key="NoDevice">Assets/Images/NoDevice.png</ImageSource>
</ResourceDictionary>