20240301_JSEQ_upperpc/JiangsuEarthquake_test/JiangsuEarthquake/ImageDictionary.xaml

11 lines
806 B
Plaintext
Raw Permalink Normal View History

<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>