diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-27 17:47:20 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-27 17:47:20 +0300 |
| commit | ac3c65651c211646ac4673e92c5c5989904f081e (patch) | |
| tree | 8b15c81b41d7b6350e07a3c6d36767286d786e7b /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml | |
| parent | b3d005773db01537b831ae523224aaf124202fb7 (diff) | |
| download | Tango-ac3c65651c211646ac4673e92c5c5989904f081e.tar.gz Tango-ac3c65651c211646ac4673e92c5c5989904f081e.zip | |
Thread loading changes.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml index 6e6c75333..b12967cd0 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml @@ -41,14 +41,17 @@ <!--Guiding Units--> <Grid controls:NavigationControl.NavigationName="GuidingUnits" Background="{StaticResource TangoPrimaryBackgroundBrush}"> <DockPanel> - <UniformGrid Margin="20" Columns="3" DockPanel.Dock="Bottom" Height="55"> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Padding="30 0" HorizontalAlignment="Left" Command="{Binding GuidingUnitsFoundCantFixCommand}">Found But Can't Fix</touch:TouchButton> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Padding="40 0" HorizontalAlignment="Right" Command="{Binding GuidingUnitsFoundAndFixedCommand}">Found and Fixed</touch:TouchButton> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Padding="50 0" HorizontalAlignment="Right" Command="{Binding GuidingUnitsCantFindItCommand}">Can't Find It</touch:TouchButton> + <UniformGrid Margin="20" Columns="2" DockPanel.Dock="Bottom" Height="55"> + <!--<touch:TouchButton Style="{StaticResource TangoHollowButton}" Padding="30 0" HorizontalAlignment="Left" Command="{Binding GuidingUnitsFoundCantFixCommand}">Found But Can't Fix</touch:TouchButton>--> + <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Left" Command="{Binding GuidingUnitsFoundAndFixedCommand}">Fixed</touch:TouchButton> + <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding GuidingUnitsCantFindItCommand}">Not Fixed</touch:TouchButton> </UniformGrid> <DockPanel> <StackPanel DockPanel.Dock="Top"> - <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Please check guiding units on both sides of the system and fix/tie the thread if possible.</TextBlock> + <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> + <Run FontWeight="Bold">Check the guide units</Run> + <Run>on each side of the system and, if possible, fix or tie the thread</Run> + </TextBlock> </StackPanel> <commonControls:ImageGalleryControl Duration="00:00:03"> @@ -62,16 +65,14 @@ <Grid controls:NavigationControl.NavigationName="FeedingUnits" Background="{StaticResource TangoPrimaryBackgroundBrush}"> <DockPanel> <UniformGrid Margin="20" Columns="2" DockPanel.Dock="Bottom" Height="55"> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Left" Command="{Binding FeedingUnitsFoundAndFixedCommand}">Found and Fixed</touch:TouchButton> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Can't Fix</touch:TouchButton> + <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Left" Command="{Binding FeedingUnitsFoundAndFixedCommand}">Fixed</touch:TouchButton> + <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Not Fix</touch:TouchButton> </UniformGrid> - <TextBlock Foreground="{StaticResource TangoErrorBrush}" DockPanel.Dock="Bottom" TextWrapping="Wrap" TextAlignment="Center" Margin="50 20"> - if the thread is out of is route or tangle on one of the components you can go to the maintenance screen and open the component to solve the problem - </TextBlock> <DockPanel> <StackPanel DockPanel.Dock="Top"> <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> - Open the covers and check the feeder and puller and fix/tie if possible. + <Run FontWeight="Bold">Open the covers, check the thread route</Run> + <Run>and, if possible, fix or tie the thread</Run> </TextBlock> </StackPanel> @@ -109,16 +110,16 @@ <StackPanel DockPanel.Dock="Bottom" TextElement.Foreground="{StaticResource TangoErrorBrush}" Margin="50 20"> <DockPanel HorizontalAlignment="Center"> <touch:TouchIcon Icon="Alert" Foreground="{StaticResource TangoErrorBrush}" /> - <TextBlock Margin="5 0 0 0" VerticalAlignment="Center">HOT SURFACE!</TextBlock> + <TextBlock Margin="5 0 0 0" VerticalAlignment="Center" FontSize="{StaticResource TangoButtonFontSize}">CAUTION: HOT SURFACE!</TextBlock> </DockPanel> <TextBlock Margin="0 5 0 0" Foreground="{StaticResource TangoErrorBrush}" TextWrapping="Wrap" TextAlignment="Center"> - Recommended to cool down and/or to wear safety gloves + ALLOW THE SURFACE TO COOL AND/OR WEAR SAFETY GLOVES </TextBlock> </StackPanel> <DockPanel> <StackPanel DockPanel.Dock="Top"> <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> - Open the dryer, cut the thread and remove any residue. + <Run FontWeight="Bold">Open the dryer, cut the thread and remove any residual thread</Run> </TextBlock> </StackPanel> @@ -144,7 +145,7 @@ </TextBlock> <DockPanel> <StackPanel DockPanel.Dock="Top"> - <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> + <TextBlock FontWeight="Bold" TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> Close the dryer door </TextBlock> </StackPanel> @@ -167,7 +168,7 @@ </UniformGrid> <DockPanel> <StackPanel DockPanel.Dock="Top"> - <TextBlock TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> + <TextBlock FontWeight="Bold" TextWrapping="Wrap" TextAlignment="Center" Margin="40 0" HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}"> Please Contact Twine Customer Care </TextBlock> </StackPanel> |
