From d93df33fae0130ef3bd37f263e10d78faf091522 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 19 Feb 2020 18:58:52 +0200 Subject: Improved design of FSE connections. --- Software/Graphics/FSE/Machine Icons/cloud.png | Bin 0 -> 818 bytes Software/Graphics/FSE/Machine Icons/emulator.png | Bin 0 -> 1246 bytes .../Graphics/FSE/Machine Icons/machine_accent.png | Bin 0 -> 5556 bytes Software/Graphics/FSE/Machine Icons/usb.png | Bin 0 -> 923 bytes Software/Graphics/FSE/Machine Icons/wifi.png | Bin 0 -> 1213 bytes .../FSE/Tango.FSE.UI/Images/Connections/cloud.png | Bin 0 -> 818 bytes .../Tango.FSE.UI/Images/Connections/emulator.png | Bin 0 -> 1246 bytes .../Connections/external-bridge-emulator.png | Bin 6412 -> 0 bytes .../Images/Connections/external-bridge-signalr.png | Bin 5399 -> 0 bytes .../Images/Connections/external-bridge-tcp.png | Bin 5653 -> 0 bytes .../Images/Connections/external-bridge-usb.png | Bin 5669 -> 0 bytes .../FSE/Tango.FSE.UI/Images/Connections/usb.png | Bin 0 -> 923 bytes .../FSE/Tango.FSE.UI/Images/Connections/wifi.png | Bin 0 -> 1213 bytes .../Visual_Studio/FSE/Tango.FSE.UI/MainWindow.xaml | 1 - .../Tango.FSE.UI/Panes/MachineConnectionPane.xaml | 35 +++++++++++++++------ .../FSE/Tango.FSE.UI/Tango.FSE.UI.csproj | 10 +++--- .../FSE/Tango.FSE.UI/Views/LayoutView.xaml | 2 +- 17 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 Software/Graphics/FSE/Machine Icons/cloud.png create mode 100644 Software/Graphics/FSE/Machine Icons/emulator.png create mode 100644 Software/Graphics/FSE/Machine Icons/machine_accent.png create mode 100644 Software/Graphics/FSE/Machine Icons/usb.png create mode 100644 Software/Graphics/FSE/Machine Icons/wifi.png create mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/cloud.png create mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/emulator.png delete mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-emulator.png delete mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-signalr.png delete mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-tcp.png delete mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-usb.png create mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/usb.png create mode 100644 Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/wifi.png (limited to 'Software') diff --git a/Software/Graphics/FSE/Machine Icons/cloud.png b/Software/Graphics/FSE/Machine Icons/cloud.png new file mode 100644 index 000000000..8d5e5f0d9 Binary files /dev/null and b/Software/Graphics/FSE/Machine Icons/cloud.png differ diff --git a/Software/Graphics/FSE/Machine Icons/emulator.png b/Software/Graphics/FSE/Machine Icons/emulator.png new file mode 100644 index 000000000..5921280e0 Binary files /dev/null and b/Software/Graphics/FSE/Machine Icons/emulator.png differ diff --git a/Software/Graphics/FSE/Machine Icons/machine_accent.png b/Software/Graphics/FSE/Machine Icons/machine_accent.png new file mode 100644 index 000000000..992b5ba35 Binary files /dev/null and b/Software/Graphics/FSE/Machine Icons/machine_accent.png differ diff --git a/Software/Graphics/FSE/Machine Icons/usb.png b/Software/Graphics/FSE/Machine Icons/usb.png new file mode 100644 index 000000000..39bdc13e1 Binary files /dev/null and b/Software/Graphics/FSE/Machine Icons/usb.png differ diff --git a/Software/Graphics/FSE/Machine Icons/wifi.png b/Software/Graphics/FSE/Machine Icons/wifi.png new file mode 100644 index 000000000..7fa037fb4 Binary files /dev/null and b/Software/Graphics/FSE/Machine Icons/wifi.png differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/cloud.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/cloud.png new file mode 100644 index 000000000..8d5e5f0d9 Binary files /dev/null and b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/cloud.png differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/emulator.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/emulator.png new file mode 100644 index 000000000..5921280e0 Binary files /dev/null and b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/emulator.png differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-emulator.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-emulator.png deleted file mode 100644 index 254fc819a..000000000 Binary files a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-emulator.png and /dev/null differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-signalr.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-signalr.png deleted file mode 100644 index bda45ffd2..000000000 Binary files a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-signalr.png and /dev/null differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-tcp.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-tcp.png deleted file mode 100644 index 04e47f539..000000000 Binary files a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-tcp.png and /dev/null differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-usb.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-usb.png deleted file mode 100644 index 07814e7de..000000000 Binary files a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/external-bridge-usb.png and /dev/null differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/usb.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/usb.png new file mode 100644 index 000000000..39bdc13e1 Binary files /dev/null and b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/usb.png differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/wifi.png b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/wifi.png new file mode 100644 index 000000000..7fa037fb4 Binary files /dev/null and b/Software/Visual_Studio/FSE/Tango.FSE.UI/Images/Connections/wifi.png differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/MainWindow.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/MainWindow.xaml index 6d54b6410..b7ed1bb75 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/MainWindow.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/MainWindow.xaml @@ -13,7 +13,6 @@ WindowStartupLocation="CenterScreen" TextElement.Foreground="{StaticResource FSE_PrimaryForegroundBrush}" Background="{StaticResource FSE_PrimaryBackgroundBrush}" - TextElement.FontWeight="Medium" TextElement.FontSize="{StaticResource FSE_DefaultFontSize}" TitleCharacterCasing="Normal" UseNoneWindowStyle="True" EnableDWMDropShadow="True" MinWidth="800" MinHeight="600" BorderThickness="1" BorderBrush="Gray" FontFamily="{StaticResource flexo}" WindowTitleBrush="{StaticResource PrimaryHueMidBrush}"> diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml index d309d3599..2b8b6c1a9 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml @@ -15,19 +15,24 @@ - + - + + + + + + - Port: + Port: - Device: + Device: @@ -44,16 +49,21 @@ - + + + + + + - S/N: + S/N: - IP Address: + IP Address: - Organization: + Organization: @@ -64,13 +74,18 @@ - + - + + + + + + S/N: diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj b/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj index 2a242d226..265828dc3 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj @@ -244,13 +244,13 @@ - - - - + - + + + + diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml index 86c0db78d..57f9c5d55 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml @@ -36,7 +36,7 @@ - +