diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-13 08:20:23 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-13 08:20:23 +0300 |
| commit | 9c59f5be697bd0a1a7992239a3701dd7670747ec (patch) | |
| tree | 3d13fd0a9ad11431414c630b827973c983ab91d3 /Software/Visual_Studio/PPC/Tango.PPC.Common/Resources | |
| parent | 28f7a6f566c4e951d3d40c449813fce0c7460ca7 (diff) | |
| download | Tango-9c59f5be697bd0a1a7992239a3701dd7670747ec.tar.gz Tango-9c59f5be697bd0a1a7992239a3701dd7670747ec.zip | |
Implemented ink waste cartridge filling emptying progress.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Resources')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Colors.xaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Colors.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Colors.xaml index 03f4b6f36..5fdbcf5f8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Colors.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Colors.xaml @@ -2,6 +2,17 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Tango.PPC.Common.Resources"> + <BitmapImage x:Key="TangoImageLubricant" UriSource="../Images/lubricant2.png" /> + <BitmapImage x:Key="TangoImageCleaner" UriSource="../Images/cl-full.png" /> + <SolidColorBrush x:Key="TangoBlackInkBrush" Color="Black" /> + <SolidColorBrush x:Key="TangoMagentaInkBrush" Color="#ED008C" /> + <SolidColorBrush x:Key="TangoCyanInkBrush" Color="#1662EB" /> + <SolidColorBrush x:Key="TangoYellowInkBrush" Color="#E8FF0C" /> + <SolidColorBrush x:Key="TangoWasteBrush" Color="#2BA221" /> + <SolidColorBrush x:Key="TangoTransparentInkBrush" Color="#E9E9E9" /> + <SolidColorBrush x:Key="TangoLubricantBrush" Color="#DEDAC4" /> + <SolidColorBrush x:Key="TangoCleanerBrush" Color="#8BEC83" /> + </ResourceDictionary>
\ No newline at end of file |
