From c206226b3c9beb27dff3e2ac9dd81e7f6311209c Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 4 Mar 2025 10:02:39 +0100 Subject: [PATCH] a number of smaller issues --- ENI2/Properties/Resources.Designer.cs | 2 +- ENI2/Properties/Resources.resx | 2 +- ENI2/SheetDisplayControls/PortControl.xaml | 18 +- ENI2/SheetDisplayControls/PortControl.xaml.cs | 167 +++++++++++++++++- ENI2/SheetDisplayControls/VoyageControl.xaml | 4 +- .../VoyageControl.xaml.cs | 3 + .../WasteReceiptsControl.xaml | 8 +- 7 files changed, 193 insertions(+), 11 deletions(-) diff --git a/ENI2/Properties/Resources.Designer.cs b/ENI2/Properties/Resources.Designer.cs index 10b436c9..67a8f811 100644 --- a/ENI2/Properties/Resources.Designer.cs +++ b/ENI2/Properties/Resources.Designer.cs @@ -5656,7 +5656,7 @@ namespace ENI2.Properties { } /// - /// Looks up a localized string similar to Cruise. + /// Looks up a localized string similar to 11 Cruise. /// public static string textTab14 { get { diff --git a/ENI2/Properties/Resources.resx b/ENI2/Properties/Resources.resx index 87000ee2..a012feb6 100644 --- a/ENI2/Properties/Resources.resx +++ b/ENI2/Properties/Resources.resx @@ -2195,7 +2195,7 @@ 10 MDH - Cruise + 11 Cruise 1-2 Berth diff --git a/ENI2/SheetDisplayControls/PortControl.xaml b/ENI2/SheetDisplayControls/PortControl.xaml index e8ea7c6d..513efbdb 100644 --- a/ENI2/SheetDisplayControls/PortControl.xaml +++ b/ENI2/SheetDisplayControls/PortControl.xaml @@ -8,9 +8,21 @@ xmlns:enictrl="clr-namespace:ENI2.Controls" xmlns:util="clr-namespace:ENI2.Util" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" + xmlns:col="clr-namespace:System.Collections;assembly=mscorlib" xmlns:local="clr-namespace:ENI2.SheetDisplayControls" mc:Ignorable="d" d:DesignHeight="1050" d:DesignWidth="800"> + + + + + + + + + + + @@ -41,6 +53,7 @@ + @@ -95,6 +108,7 @@ + @@ -164,7 +178,9 @@ - +