diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 16:57:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 16:57:36 +0200 |
| commit | ec36bdb8a6fb3d460929c7f6f20e695dd98688c4 (patch) | |
| tree | 7d49ec78f753367dee02df376ca77f67aca8c09f /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | |
| parent | 2d4d1733108689ebf2fc8ae2fa6fd73d649e3ae7 (diff) | |
| download | Tango-ec36bdb8a6fb3d460929c7f6f20e695dd98688c4.tar.gz Tango-ec36bdb8a6fb3d460929c7f6f20e695dd98688c4.zip | |
Added BTSR Installed to UpdateMachine and ProvisionMachine.
UpgradeToGen2.
MS.
FSE.
Thread Loading Wizard BTSR tension..
BTSR Completed for now (except guides images).
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | 10 |
1 files changed, 10 insertions, 0 deletions
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 9bd8f6f0a..3762ca1c7 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml @@ -72,6 +72,16 @@ <Run FontWeight="Bold">continue</Run> </TextBlock> <touch:TouchComboBox Margin="0 40 0 0" Width="500" ItemsSource="{Binding Rmls}" SelectedItem="{Binding SelectedRml}" DisplayMemberPath="Name" Title="Select thread type"></touch:TouchComboBox> + + <StackPanel Margin="100 10 0 10" HorizontalAlignment="Left" Visibility="{Binding BtsrInstalled,Converter={StaticResource BooleanToVisibilityConverter}}"> + <DockPanel> + <touch:TouchIcon Icon="InformationOutline" Width="12" /> + <TextBlock Margin="5 0 0 0" VerticalAlignment="Center" FontSize="{StaticResource TangoSmallFontSize}"> + <Run>Please set the tensioner level to </Run> + <Run Text="{Binding BtsrSpoolTension}" FontWeight="Bold"></Run> + </TextBlock> + </DockPanel> + </StackPanel> </StackPanel> <Grid> |
