From f681b137c727f7dcdb7d3f5765af8b5b3048c2d9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 25 Oct 2018 13:35:52 +0300 Subject: Implemented Job Outline. --- .../Views/RunningJobView.xaml | 484 +++++++++++++++------ 1 file changed, 344 insertions(+), 140 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/RunningJobView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/RunningJobView.xaml index fe04cead7..cff53ea8d 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/RunningJobView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/RunningJobView.xaml @@ -4,6 +4,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:converters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI" + xmlns:localConverters="clr-namespace:Tango.MachineStudio.Developer.Converters" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:vm="clr-namespace:Tango.MachineStudio.Developer.ViewModels" xmlns:global="clr-namespace:Tango.MachineStudio.Developer" @@ -13,130 +14,40 @@ + + - - - - - - - - - - - - Status - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - Events - - - - + + + + + Status - - - - + @@ -149,34 +60,29 @@ + - + + - + @@ -185,20 +91,318 @@ - - - - + - + + + + + + - - + + + + + + + + + Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BASIC + + + + + + + : + + + + + + + + SPOOL + + + + + + + : + + + + + + + + PROCESS PARAMETERS + + + + + + + : + + + + + + + + SEGMENTS + + + + + + # + + + + + + + + + + : + + + + + + + + BRUSH STOPS + + + + + + # + + + + + + + + + + : + + + + + + + + DISPENSERS + + + + + + # + + + + + + + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1