20240301_JSEQ_upperpc/JiangsuEarthquakeJM/JiangsuEarthquake/ImageDictionary.xaml
春风过客 d7f51483a7 新增功能:
1 将地震仪数据读取功能单独成一个页面;
2024-05-13 18:51:05 +08:00

7 lines
502 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>
</ResourceDictionary>