|
|
@@ -75,13 +75,13 @@ namespace BPASmartClient.SCADAControl.CustomerControls |
|
|
|
image.Source = new BitmapImage(new Uri(@"/BPASmartClient.SCADAControl;component/Images/State0.png", UriKind.Relative)); |
|
|
|
break; |
|
|
|
case -1: |
|
|
|
image.Source = new BitmapImage(new Uri("pack://application:,,,/Images/State11.png", UriKind.Absolute)); |
|
|
|
image.Source = new BitmapImage(new Uri(@"/BPASmartClient.SCADAControl;component/Images/State11.png", UriKind.Relative)); |
|
|
|
break; |
|
|
|
case 1: |
|
|
|
image.Source = new BitmapImage(new Uri("pack://application:,,,/Images/State1.png", UriKind.Absolute)); |
|
|
|
image.Source = new BitmapImage(new Uri(@"/BPASmartClient.SCADAControl;component/Images/State1.png", UriKind.Relative)); |
|
|
|
break; |
|
|
|
case 2: |
|
|
|
image.Source = new BitmapImage(new Uri("pack://application:,,,/Images/State2.png", UriKind.Absolute)); |
|
|
|
image.Source = new BitmapImage(new Uri(@"/BPASmartClient.SCADAControl;component/Images/State2.png", UriKind.Relative)); |
|
|
|
break; |
|
|
|
default: |
|
|
|
break; |
|
|
|