From 307cbc71bc5e4c79f9309acec0ae0d8a173a735f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 6 Feb 2018 14:57:41 +0200 Subject: Added Data Recording Design. --- Software/DB/Tango.mdf | Bin 75497472 -> 75497472 bytes Software/DB/Tango_log.ldf | Bin 8388608 -> 8388608 bytes Software/Graphics/tape.png | Bin 0 -> 713 bytes .../Tango.MachineStudio.Developer/Images/tape.png | Bin 0 -> 713 bytes .../Tango.MachineStudio.Developer.csproj | 3 + .../Views/MainView.xaml | 196 ++++++++++++--------- .../Views/MainView.xaml.cs | 2 + 7 files changed, 122 insertions(+), 79 deletions(-) create mode 100644 Software/Graphics/tape.png create mode 100644 Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/tape.png diff --git a/Software/DB/Tango.mdf b/Software/DB/Tango.mdf index 7c11e1c17..40c4a46fc 100644 Binary files a/Software/DB/Tango.mdf and b/Software/DB/Tango.mdf differ diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf index b70eeabed..5dea3822d 100644 Binary files a/Software/DB/Tango_log.ldf and b/Software/DB/Tango_log.ldf differ diff --git a/Software/Graphics/tape.png b/Software/Graphics/tape.png new file mode 100644 index 000000000..8a4739b23 Binary files /dev/null and b/Software/Graphics/tape.png differ diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/tape.png b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/tape.png new file mode 100644 index 000000000..8a4739b23 Binary files /dev/null and b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/tape.png differ diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj index ee3295d45..4ef73a918 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj @@ -264,5 +264,8 @@ + + + \ No newline at end of file diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml index f716b6228..e953ddbcb 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml @@ -54,6 +54,7 @@ + @@ -824,7 +825,7 @@ - + @@ -983,10 +984,10 @@ - - - - + + + + @@ -1589,87 +1590,124 @@ - + USB CAMERAS - - - - - - + + + + + + DATA RECORDER/PLAYER + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs index c8d37d9aa..1df4728d3 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs @@ -57,12 +57,14 @@ namespace Tango.MachineStudio.Developer.Views chkGraphs.Checked += (x, y) => { graphRowDefinition.Height = new GridLength(440, GridUnitType.Pixel); + //listCameras.Width = 240; //dockCameras.Width = 270; //dockCameras.Height = 600; }; chkGraphs.Unchecked += (x, y) => { graphRowDefinition.Height = new GridLength(80, GridUnitType.Pixel); + //listCameras.Width = double.NaN; //dockCameras.Width = 330; //dockCameras.Height = 850; }; -- cgit v1.3.1