diff --git a/eDosStation/About.xaml b/eDosStation/About.xaml index fdb1f77..b4b030e 100644 --- a/eDosStation/About.xaml +++ b/eDosStation/About.xaml @@ -6,7 +6,8 @@ xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:local="clr-namespace:eDosStation" mc:Ignorable="d" - Title="About" Height="600" Width="800" WindowStartupLocation="CenterScreen" WindowStyle="SingleBorderWindow" WindowState="Normal" > + Title="About" Height="600" Width="800" FontFamily="Segoe UI" + WindowStartupLocation="CenterScreen" WindowStyle="SingleBorderWindow" WindowState="Normal" > @@ -23,7 +24,7 @@ 2021 Version - +
@@ -51,10 +52,9 @@
- Architecture and testing by Isabelle Majkowski, Luc Praet + Architecture and testing by Isabelle Majkowski, Luc Praet, Raf Aarts, Eric Boogers, Kris Bruns - - Developed by Luc Vandenbroucke. + Developed by Luc Vandenbroucke Technical info by Thermo @@ -63,6 +63,6 @@ - +
diff --git a/eDosStation/App.xaml b/eDosStation/App.xaml index 1aeda9d..9f6b21d 100644 --- a/eDosStation/App.xaml +++ b/eDosStation/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:eDosStation" - StartupUri="MainWindow.xaml" Startup="Application_Startup"> + StartupUri="MainWindow.xaml" Startup="Application_Startup" > diff --git a/eDosStation/DataInterface.cs b/eDosStation/DataInterface.cs index 42fa151..71852ec 100644 --- a/eDosStation/DataInterface.cs +++ b/eDosStation/DataInterface.cs @@ -348,7 +348,7 @@ namespace eDosStation u.VisitIDLocked = 0; u.ReasonNoAccess = "Not found"; u.UserComment = ""; - u.AllOk = (u.AccessAllow == true & u.VisitIDLocked == 0); + u.AllOk = (u.AccessAllow == true & u.VisitIDLocked == 0); } rs.Close(); } diff --git a/eDosStation/EntryBadge.xaml b/eDosStation/EntryBadge.xaml index 238b258..6530465 100644 --- a/eDosStation/EntryBadge.xaml +++ b/eDosStation/EntryBadge.xaml @@ -6,17 +6,18 @@ xmlns:local="clr-namespace:eDosStation" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="eDosStation.EntryBadge" mc:Ignorable="d" - Title="EntryBadge" Height="980" Width="1820" Loaded="Window_Loaded" FontFamily="Comic Sans MS" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" WindowState="Maximized" Closing="Window_Closing" > + Title="EntryBadge" Height="980" Width="1820" + FontFamily="Segoe UI" FontSize="36" + Loaded="Window_Loaded" + ResizeMode="NoResize" WindowStartupLocation="CenterScreen" WindowState="Maximized" Closing="Window_Closing" > - - @@ -34,7 +35,7 @@ - + @@ -66,7 +67,7 @@ - + + diff --git a/eDosStation/EpdExit.xaml b/eDosStation/EpdExit.xaml index d7396ac..02c054a 100644 --- a/eDosStation/EpdExit.xaml +++ b/eDosStation/EpdExit.xaml @@ -4,18 +4,25 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:eDosStation" + xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d" - Title="Exit" Height="450" Width="800" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen" Closing="Window_Closing"> + Title="Exit" Height="450" Width="800" + FontFamily="Segoe UI" FontSize="36" + Loaded="Window_Loaded" WindowStartupLocation="CenterScreen" Closing="Window_Closing"> + - - - + + + + + + - + @@ -38,12 +45,11 @@ - -