From 6c3f942b4e321dc9e7bbca8d95dc81dcb43f7fd2 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 4 Dec 2017 16:04:48 +0200 Subject: Implemented material design and dragablz to machine designer project. --- .../Utilities/Tango.MachineDesigner.UI/App.xaml | 29 ++++++-- .../Tango.MachineDesigner.UI/Images/design.png | Bin 0 -> 1885 bytes .../Images/machine-trans.png | Bin 0 -> 45618 bytes .../Tango.MachineDesigner.UI/MainWindow.xaml | 2 +- .../Tango.MachineDesigner.UI.csproj | 10 ++- .../Tango.MachineDesigner.UI/Views/MainView.xaml | 76 ++++++++++++++++++++- .../Tango.MachineDesigner.UI/packages.config | 1 + 7 files changed, 109 insertions(+), 9 deletions(-) create mode 100644 Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/Images/design.png create mode 100644 Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/Images/machine-trans.png (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/App.xaml b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/App.xaml index c0c40779a..f1a8915cc 100644 --- a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/App.xaml +++ b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/App.xaml @@ -1,4 +1,9 @@ - + @@ -19,7 +24,7 @@ - + @@ -39,8 +44,7 @@ - - + @@ -60,11 +64,26 @@ + + + + - + + + + + + + + + Hello World + + + Material Design + + + Looks Quite Nice + + + Looks Quite Nice + + + + + + + + diff --git a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/packages.config b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/packages.config index b6181204f..08bc64f62 100644 --- a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/packages.config +++ b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/packages.config @@ -1,6 +1,7 @@  + -- cgit v1.3.1