From f8e1ff79cc2fa09b52093c6e029392b3456ad8bb Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 10 Feb 2018 17:27:37 +0200 Subject: Added dispensers support on technician module. --- Software/Graphics/cogwheel.svg | 52 +++++++++++++ Software/Graphics/cogwheel.xaml | 36 +++++++++ Software/Graphics/dispenser-big.png | Bin 0 -> 1580 bytes Software/Graphics/dispenser-line.png | Bin 0 -> 36326 bytes Software/Graphics/ico-ac.svg | 16 ++++ Software/Graphics/miscellaneous.svg | 78 +++++++++++++++++++ Software/Graphics/propeller.svg | 47 ++++++++++++ Software/Graphics/propeller.xaml | 17 +++++ Software/Graphics/propeller2.xaml | 47 ++++++++++++ Software/Graphics/propeller3.svg | 5 ++ Software/Graphics/transportation.svg | 143 +++++++++++++++++++++++++++++++++++ Software/Graphics/volume.png | Bin 0 -> 1929 bytes 12 files changed, 441 insertions(+) create mode 100644 Software/Graphics/cogwheel.svg create mode 100644 Software/Graphics/cogwheel.xaml create mode 100644 Software/Graphics/dispenser-big.png create mode 100644 Software/Graphics/dispenser-line.png create mode 100644 Software/Graphics/ico-ac.svg create mode 100644 Software/Graphics/miscellaneous.svg create mode 100644 Software/Graphics/propeller.svg create mode 100644 Software/Graphics/propeller.xaml create mode 100644 Software/Graphics/propeller2.xaml create mode 100644 Software/Graphics/propeller3.svg create mode 100644 Software/Graphics/transportation.svg create mode 100644 Software/Graphics/volume.png (limited to 'Software/Graphics') diff --git a/Software/Graphics/cogwheel.svg b/Software/Graphics/cogwheel.svg new file mode 100644 index 000000000..c6e68a60d --- /dev/null +++ b/Software/Graphics/cogwheel.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/cogwheel.xaml b/Software/Graphics/cogwheel.xaml new file mode 100644 index 000000000..140885be7 --- /dev/null +++ b/Software/Graphics/cogwheel.xaml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/dispenser-big.png b/Software/Graphics/dispenser-big.png new file mode 100644 index 000000000..284b1da0e Binary files /dev/null and b/Software/Graphics/dispenser-big.png differ diff --git a/Software/Graphics/dispenser-line.png b/Software/Graphics/dispenser-line.png new file mode 100644 index 000000000..9e2e344c0 Binary files /dev/null and b/Software/Graphics/dispenser-line.png differ diff --git a/Software/Graphics/ico-ac.svg b/Software/Graphics/ico-ac.svg new file mode 100644 index 000000000..c72933a0b --- /dev/null +++ b/Software/Graphics/ico-ac.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/Software/Graphics/miscellaneous.svg b/Software/Graphics/miscellaneous.svg new file mode 100644 index 000000000..e04c7ce3c --- /dev/null +++ b/Software/Graphics/miscellaneous.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/propeller.svg b/Software/Graphics/propeller.svg new file mode 100644 index 000000000..9299250a9 --- /dev/null +++ b/Software/Graphics/propeller.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/propeller.xaml b/Software/Graphics/propeller.xaml new file mode 100644 index 000000000..bc688df26 --- /dev/null +++ b/Software/Graphics/propeller.xaml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/propeller2.xaml b/Software/Graphics/propeller2.xaml new file mode 100644 index 000000000..d083f9aef --- /dev/null +++ b/Software/Graphics/propeller2.xaml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/propeller3.svg b/Software/Graphics/propeller3.svg new file mode 100644 index 000000000..110115909 --- /dev/null +++ b/Software/Graphics/propeller3.svg @@ -0,0 +1,5 @@ + + ed244817-8d6e-440e-a6f5-07dd506aa9a9 + + + diff --git a/Software/Graphics/transportation.svg b/Software/Graphics/transportation.svg new file mode 100644 index 000000000..a77a1e017 --- /dev/null +++ b/Software/Graphics/transportation.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/volume.png b/Software/Graphics/volume.png new file mode 100644 index 000000000..4f48f7528 Binary files /dev/null and b/Software/Graphics/volume.png differ -- cgit v1.3.1