20240301_JSEQ_upperpc/JiangsuEarthquake/JiangsuEarthquake/ImageDictionary.xaml
XuMinMin 9a51dcc1f6 新增:
1 完成上下位机通信功能测试,并对出现的bug进行修改;
2024-07-26 17:51: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>