From 89ffc630471605c4757b5854af3d73b5b75e98d6 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 14 Sep 2020 13:47:34 +0300 Subject: New thread loading wizard. --- .../Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | 162 ++++++++++++++++----- 1 file changed, 123 insertions(+), 39 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml index d6db3d124..a88d7a598 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml @@ -4,51 +4,135 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:touch="clr-namespace:Tango.Touch.Controls;assembly=Tango.Touch" + xmlns:controls="clr-namespace:Tango.SharedUI.Controls;assembly=Tango.SharedUI" xmlns:local="clr-namespace:Tango.PPC.UI.Dialogs" mc:Ignorable="d" - Background="{StaticResource TangoPrimaryBackgroundBrush}" d:DesignHeight="555" d:DesignWidth="560" Width="600" Height="900" d:DataContext="{d:DesignInstance Type=local:ThreadLoadingViewVM, IsDesignTimeCreatable=False}"> + Background="{StaticResource TangoPrimaryBackgroundBrush}" d:DesignHeight="555" d:DesignWidth="560" Width="700" Height="1150" d:DataContext="{d:DesignInstance Type=local:ThreadLoadingViewVM, IsDesignTimeCreatable=False}"> - - - Thread Loading - - - - - - The machine is ready for thread loading. Please load the thread as instructed and press 'continue'. - - - CONTINUE - - - - The machine is now loading the thread. please wait... - - - - - - - The machine is now preparing for thread loading. please wait... - - - - + + + Thread Loading - - - - + + + + + + CLOSE + CONTINUE + + + + Welcome to the automatic thread loading wizard. + + + Please ensure there are no thread residue in the system and press 'continue'. + + + + + + + + + + CLOSE + CONTINUE + + + + + The system is now preparing... + + + + + + + + + + + CLOSE + CONTINUE + + + + + Please select the thread type you are going to load and press 'continue'. + + + + + + + + + + + CLOSE + CONTINUE + + + + + The system is now loading the thread... + + + + + + + + + + + CLOSE + + + + + Thread loading completed successfully! + + + + + + + + + CLOSE + RETRY + + + + + Something went wrong + + + + + + + + + + CLOSE + RETRY + + + + + Something went wrong + + + + + + + -- cgit v1.3.1