From 5727b7e6d821f3ba965ceea382da2d839257bb47 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 14 Nov 2019 16:07:42 +0200 Subject: Refactored InsufficientLiquidQuantityView on PPC. --- .../PPC/Tango.PPC.UI/Images/cartridge_validation.png | Bin 0 -> 44260 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/cartridge_validation.png (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Images') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/cartridge_validation.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/cartridge_validation.png new file mode 100644 index 000000000..373cb78c1 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/cartridge_validation.png differ -- cgit v1.3.1 From 71fb755650606e047a594ebf0aa7f9d8078a015e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 17 Nov 2019 15:39:00 +0200 Subject: Design of emergency screen per Aman UI. --- Software/Graphics/Mobile/machine-image.png | Bin 0 -> 138220 bytes Software/Graphics/Mobile/machine-image@2x.png | Bin 0 -> 335217 bytes Software/Graphics/Mobile/machine-image@3x.png | Bin 0 -> 563283 bytes .../PPC/Tango.PPC.UI/Images/machine-image.png | Bin 0 -> 138220 bytes .../PPC/Tango.PPC.UI/Resources/Colors.xaml | 2 +- .../Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 3 ++- .../PPC/Tango.PPC.UI/Views/EmergencyView.xaml | 16 +++++++++++----- 7 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 Software/Graphics/Mobile/machine-image.png create mode 100644 Software/Graphics/Mobile/machine-image@2x.png create mode 100644 Software/Graphics/Mobile/machine-image@3x.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/machine-image.png (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Images') diff --git a/Software/Graphics/Mobile/machine-image.png b/Software/Graphics/Mobile/machine-image.png new file mode 100644 index 000000000..277599070 Binary files /dev/null and b/Software/Graphics/Mobile/machine-image.png differ diff --git a/Software/Graphics/Mobile/machine-image@2x.png b/Software/Graphics/Mobile/machine-image@2x.png new file mode 100644 index 000000000..670f3d4cd Binary files /dev/null and b/Software/Graphics/Mobile/machine-image@2x.png differ diff --git a/Software/Graphics/Mobile/machine-image@3x.png b/Software/Graphics/Mobile/machine-image@3x.png new file mode 100644 index 000000000..576acab01 Binary files /dev/null and b/Software/Graphics/Mobile/machine-image@3x.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/machine-image.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/machine-image.png new file mode 100644 index 000000000..277599070 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/machine-image.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Colors.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Colors.xaml index a0db8e2aa..d6cd842d5 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Colors.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Colors.xaml @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index b8bbc781c..38cc93b71 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -348,6 +348,7 @@ PreserveNewest + @@ -588,7 +589,7 @@ if $(ConfigurationName) == Release del *.xml - + \ No newline at end of file diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/EmergencyView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/EmergencyView.xaml index dfc70e602..f2b018bfa 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/EmergencyView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/EmergencyView.xaml @@ -9,12 +9,18 @@ xmlns:local="clr-namespace:Tango.PPC.UI.Views" mc:Ignorable="d" d:DesignHeight="1280" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:EmergencyViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.EmergencyViewVM}"> - + - - - Emergency Switch Activated - Please release the emergency switch to exit this screen. + + + EMERGENCY PUSH BUTTON PRESSED + How to handle: + + 1. Verify that it is safe to restart the system. + 2. Release the emergency button. + 3. Press the power button to power up the system. + + -- cgit v1.3.1