From d97692ff9404e77dc80835ce637a6560dc235cb5 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 4 Mar 2025 07:46:11 +0100 Subject: [PATCH] Moved display selection to pw change, fixed bug in BRKD, increased version --- ENI2/ENI2.csproj | 4 +- ENI2/EditControls/ChangePasswordDialog.xaml | 16 ++++-- .../EditControls/ChangePasswordDialog.xaml.cs | 56 +++++++++++-------- .../EditReportingPartyDialog.xaml | 3 +- .../EditReportingPartyDialog.xaml.cs | 7 +-- ENI2/Properties/Resources.Designer.cs | 27 +++++++++ ENI2/Properties/Resources.resx | 9 +++ .../PreArrivalControl.xaml | 2 +- .../PreDepartureControl.xaml.cs | 2 +- 9 files changed, 86 insertions(+), 40 deletions(-) diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index e49f99d9..04a692c9 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 2 - 7.2.7.2 + 3 + 7.2.7.3 false true true diff --git a/ENI2/EditControls/ChangePasswordDialog.xaml b/ENI2/EditControls/ChangePasswordDialog.xaml index 318e3a4b..0fc9a191 100644 --- a/ENI2/EditControls/ChangePasswordDialog.xaml +++ b/ENI2/EditControls/ChangePasswordDialog.xaml @@ -3,9 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:enictrl="clr-namespace:ENI2.Controls" + xmlns:enictrl="clr-namespace:ENI2.Controls" + xmlns:p="clr-namespace:ENI2.Properties" mc:Ignorable="d" - Title="Change password" Height="215" Width="400" Loaded="EditWindowBase_Loaded" Background="AliceBlue"> + Title="Change password" Height="243" Width="400" Loaded="EditWindowBase_Loaded" Background="AliceBlue"> @@ -13,6 +14,7 @@ + @@ -20,14 +22,16 @@