From 19c3ce7f77cd4a78c5438db2d4385e5daaad4624 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 27 Apr 2023 18:23:54 +0300 Subject: PPC. Added icons to Overview. --- .../Tango.PPC.UI/Images/Overview Icons/Error.png | Bin 0 -> 831 bytes .../Tango.PPC.UI/Images/Overview Icons/Feeder1.png | Bin 0 -> 501 bytes .../Tango.PPC.UI/Images/Overview Icons/Feeder2.png | Bin 0 -> 601 bytes .../Tango.PPC.UI/Images/Overview Icons/Feeder3.png | Bin 0 -> 634 bytes .../Tango.PPC.UI/Images/Overview Icons/Feeder4.png | Bin 0 -> 586 bytes .../Tango.PPC.UI/Images/Overview Icons/Inks.png | Bin 0 -> 1165 bytes .../Tango.PPC.UI/Images/Overview Icons/Normal.png | Bin 0 -> 779 bytes .../Tango.PPC.UI/Images/Overview Icons/Sensors.png | Bin 0 -> 1233 bytes .../Images/Overview Icons/UpdateInk.png | Bin 0 -> 1344 bytes .../Tango.PPC.UI/Images/Overview Icons/Warning.png | Bin 0 -> 1506 bytes .../Tango.PPC.UI/Images/Overview Icons/Waste.png | Bin 0 -> 1124 bytes .../PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 13 +- .../PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | 193 ++++++++++++++------- 13 files changed, 141 insertions(+), 65 deletions(-) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Error.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder1.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder2.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder3.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder4.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Inks.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Normal.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Sensors.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/UpdateInk.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Warning.png create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Waste.png (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Error.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Error.png new file mode 100644 index 000000000..b9138f444 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Error.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder1.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder1.png new file mode 100644 index 000000000..bc33bb720 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder1.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder2.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder2.png new file mode 100644 index 000000000..aba3e3084 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder2.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder3.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder3.png new file mode 100644 index 000000000..1cd0e8026 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder3.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder4.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder4.png new file mode 100644 index 000000000..d3072f9ad Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Feeder4.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Inks.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Inks.png new file mode 100644 index 000000000..4e3bce00d Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Inks.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Normal.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Normal.png new file mode 100644 index 000000000..a562e9228 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Normal.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Sensors.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Sensors.png new file mode 100644 index 000000000..a47662545 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Sensors.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/UpdateInk.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/UpdateInk.png new file mode 100644 index 000000000..742121560 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/UpdateInk.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Warning.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Warning.png new file mode 100644 index 000000000..25f0d8de5 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Warning.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Waste.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Waste.png new file mode 100644 index 000000000..f12bfd7d4 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/Overview Icons/Waste.png differ 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 ea6532b3d..d22ac9e74 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 @@ -492,6 +492,7 @@ True + @@ -585,6 +586,16 @@ + + + + + + + + + + @@ -915,7 +926,7 @@ if $(ConfigurationName) == Debug "rc.exe" "$(TargetPath)" --set-version-string " - + \ No newline at end of file diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml index f667593a7..433e08571 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml @@ -152,14 +152,56 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + 30 + 88 + + + + + + + + + + + + + + + + + + + + + + + + @@ -774,7 +816,7 @@ - + Sensors @@ -829,46 +871,78 @@ - - - - - + + + + + + + Winder - - - - - + + + + + + + - Dancer + Dancer - - - - - + + + + + + + BTSR - - - - - + + + + + + + Feeder @@ -880,45 +954,36 @@ - - + + + Waste + + + + + + + - + Ink Levels - - - - - - - - - - - + + + + + + + + + + + + + + -- cgit v1.3.1