From 3283eca8d5cb327779d53b6e1744e3440098bb35 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 16 Mar 2023 18:17:48 +0200 Subject: Eurika UI. Changes in Job details according to figma. Created Job Status page - only GUI. --- .../PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml | 11 +- .../PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | 569 +++++++++++++++++---- 2 files changed, 459 insertions(+), 121 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml index d496d4d14..f81b493ff 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml @@ -48,13 +48,6 @@ - - - - - @@ -216,9 +209,9 @@ - + - + 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 0879fcaab..ca7aa957b 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml @@ -9,141 +9,486 @@ xmlns:global="clr-namespace:Tango.PPC.UI" xmlns:local="clr-namespace:Tango.PPC.UI.Views" mc:Ignorable="d" - d:DesignHeight="1280" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:MachineStatusViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MachineStatusViewVM}"> - - - - - - - - - - - - - + d:DesignHeight="1280" d:DesignWidth="932" d:DataContext="{d:DesignInstance Type=vm:MachineStatusViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MachineStatusViewVM}"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Go To Job + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thread Type + + + + + + + + Job Length + + + + + + + Job Weight + + + + + + + Copies + + + + + + + Spools + + + + + + + + + + + - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - Completed - + + + + + - + + + + + + Completed + + + m - - + + - - - - Getting Ready... + + + + Getting Ready... + - - + - - - Time Left - + + + Time Left + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Job Length + + + + + + + Job Weight + + + + + + + Copies + + + + + + + Time Left + + + + - + + + + + + + + + + + + Input + + + + + L + 86 + + + + A + 86 + + + + B + 86 + + + + + + + Output + + + + + C + 86 + + + + M + 86 + + + + Y + 86 + + + + K + 86 + + + + - + 86 + + + + - + 86 + + + + - + 86 + + + + + + - + + + + + + -- cgit v1.3.1