From 7ce4a89386ad31ec5f9585f3b06b9e190f84afb6 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 16 Dec 2020 08:42:54 +0000 Subject: [PATCH] Warte-Dialog nach ID Beantragung bleibt jetzt offen bzw. wird nicht erst angezeigt, wenn die Id da ist. Der Reiter mit der neuen Anmeldung wird erst gar nicht mehr angezeigt. --- ENI-2/ENI2/ENI2/ENI2.licenseheader | 4 +-- .../ENI2/ENI2/EditControls/ShowIdDialog.xaml | 6 ++-- .../ENI2/EditControls/ShowIdDialog.xaml.cs | 14 ++++++-- ENI-2/ENI2/ENI2/MainWindow.xaml.cs | 34 +++++++++++++----- .../ENI2/Properties/Resources.Designer.cs | 27 ++++++++++++++ ENI-2/ENI2/ENI2/Properties/Resources.resx | 9 +++++ .../ENI2/ENI2/Util/DatabaseEntityWatchdog.cs | 5 +-- Stundensheet.xlsx | Bin 45242 -> 45322 bytes 8 files changed, 82 insertions(+), 17 deletions(-) diff --git a/ENI-2/ENI2/ENI2/ENI2.licenseheader b/ENI-2/ENI2/ENI2/ENI2.licenseheader index 3205f00b..91f414a7 100644 --- a/ENI-2/ENI2/ENI2/ENI2.licenseheader +++ b/ENI-2/ENI2/ENI2/ENI2.licenseheader @@ -1,12 +1,12 @@ extensions: designer.cs generated.cs extensions: .cs .cpp .h -// Copyright (c) 2017 schick Informatik +// Copyright (c) 2017- schick Informatik // Description: // extensions: .aspx .ascx <%-- -Copyright (c) 2017 Informatikbüro Daniel Schick +Copyright (c) 2017- Informatikbüro Daniel Schick --%> extensions: .vb 'Sample license text. diff --git a/ENI-2/ENI2/ENI2/EditControls/ShowIdDialog.xaml b/ENI-2/ENI2/ENI2/EditControls/ShowIdDialog.xaml index 14f84b0c..0c9dcb1d 100644 --- a/ENI-2/ENI2/ENI2/EditControls/ShowIdDialog.xaml +++ b/ENI-2/ENI2/ENI2/EditControls/ShowIdDialog.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:ENI2.EditControls" xmlns:p="clr-namespace:ENI2.Properties" mc:Ignorable="d" - Title="{x:Static p:Resources.textVisitTransitId}" Height="152" Width="300" WindowStyle="SingleBorderWindow"> + Title="{x:Static p:Resources.textVisitTransitId}" Height="152" Width="300" WindowStyle="SingleBorderWindow" WindowStartupLocation="CenterOwner" > @@ -14,9 +14,9 @@ -