diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-23 18:22:07 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-23 18:22:07 +0300 |
| commit | 536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f (patch) | |
| tree | 0e2be00e0287be4f9bc68cd92edbde78d070f55e /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | |
| parent | ba4aec4c691476d68b3da383a70bff42341c7171 (diff) | |
| download | Tango-536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f.tar.gz Tango-536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f.zip | |
Improved PPC catalog rendering with virtualization.
Improved PPC tech logs with virtualization.
Added machine S/N to PPC menu.
Added support for Volume color space printing on PPC.
Implemented full job request log when method is JobDescriptionFile.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml index 6e820ab64..56b4c2283 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -35,6 +35,11 @@ VerticalAlignment="Top" HorizontalAlignment="Right" IsChecked="{Binding ElementName=menu,Path=IsOpened}" Foreground="{StaticResource TangoPrimaryAccentBrush}" /> + + <TextBlock Foreground="{StaticResource TangoGrayTextBrush}" FontSize="{StaticResource TangoSmallFontSize}" Margin="40 20 20 50" VerticalAlignment="Bottom" HorizontalAlignment="Left"> + <Run>Machine S/N:</Run> + <Run FontStyle="Italic" Text="{Binding MachineProvider.Machine.SerialNumber,Mode=OneWay,IsAsync=True}"></Run> + </TextBlock> </Grid> </Border> <!--<StackPanel Margin="0 5 0 0"> |
