diff --git a/SmartAquaViewer/Resources/Generic.xaml b/SmartAquaViewer/Resources/Generic.xaml index 3b5e037..05f7c9e 100644 --- a/SmartAquaViewer/Resources/Generic.xaml +++ b/SmartAquaViewer/Resources/Generic.xaml @@ -115,6 +115,26 @@ + + + + + + \ No newline at end of file diff --git a/SmartAquaViewer/View/MonitoringView.xaml b/SmartAquaViewer/View/MonitoringView.xaml index 61878f4..14a4744 100644 --- a/SmartAquaViewer/View/MonitoringView.xaml +++ b/SmartAquaViewer/View/MonitoringView.xaml @@ -26,39 +26,44 @@ + HorizontalAlignment="Center"> - + - - + - + Style="{StaticResource DataGridStyle}" + RowStyle="{StaticResource DataGridRowStyle}" + ColumnHeaderStyle="{StaticResource DataGridColumnHeaderStyle}"> + Binding="{Binding RecordedTime, StringFormat=\{0:HH:mm:ss\}}" + ElementStyle="{StaticResource DataGridElmenetStyle}"/> - - - - - - + + + + + @@ -70,43 +75,65 @@ - + + Binding="{Binding RecordedTime, StringFormat=\{0:HH:mm:ss\}}" + ElementStyle="{StaticResource DataGridElmenetStyle}"/> - - - - - - - - - - - - + + + + + + + + + + + + - + HorizontalAlignment="Center" Visibility="Collapsed"> + + Binding="{Binding RecordedTime, StringFormat=\{0:HH:mm:ss\}}" + ElementStyle="{StaticResource DataGridElmenetStyle}"/> - - - - - - + + + + + +