From c4006d058569221859340bf9a1bb08aa5a282f94 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 29 Jan 2025 15:07:54 +0100 Subject: [PATCH] Added sheet / logic part 7 CREW departure --- ENI2/DetailRootControl.xaml.cs | 1 + .../BorderPoliceDetailControl.xaml.cs | 2 +- ENI2/ENI2.csproj | 7 + ENI2/Properties/Resources.Designer.cs | 1409 +++++++++-------- ENI2/Properties/Resources.resx | 91 +- .../CrewDepartureControl.xaml | 64 + .../CrewDepartureControl.xaml.cs | 393 +++++ .../CrewPreArrivalControl.xaml | 4 +- 8 files changed, 1260 insertions(+), 711 deletions(-) create mode 100644 ENI2/SheetDisplayControls/CrewDepartureControl.xaml create mode 100644 ENI2/SheetDisplayControls/CrewDepartureControl.xaml.cs diff --git a/ENI2/DetailRootControl.xaml.cs b/ENI2/DetailRootControl.xaml.cs index 9aaecddf..0a17361c 100644 --- a/ENI2/DetailRootControl.xaml.cs +++ b/ENI2/DetailRootControl.xaml.cs @@ -182,6 +182,7 @@ namespace ENI2 this._listBoxList.Add(new MessageGroup() { MessageGroupName = Properties.Resources.text4PreDeparture, MessageGroupControlType = typeof(PreDepartureControl), ImagePath = "Resources/arrow_up_right_green.png" }); this._listBoxList.Add(new MessageGroup() { MessageGroupName = Properties.Resources.text5ShipData, MessageGroupControlType = typeof(ShipDataControl), ImagePath = "Resources/containership.png" }); this._listBoxList.Add(new MessageGroup() { MessageGroupName = Properties.Resources.text6CrewDataOnArrival, MessageGroupControlType = typeof(CrewPreArrivalControl), ImagePath = "Resources/arrival_worker.png" }); + this._listBoxList.Add(new MessageGroup() { MessageGroupName = Properties.Resources.text7CrewDeparture, MessageGroupControlType = typeof(CrewDepartureControl), ImagePath = "Resources/departure_worker.png" }); } this.listBoxMessages.ItemsSource = this._listBoxList; diff --git a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs index 7afc4d30..62c0d8e8 100644 --- a/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs +++ b/ENI2/DetailViewControls/BorderPoliceDetailControl.xaml.cs @@ -1173,7 +1173,7 @@ namespace ENI2.DetailViewControls if (!reader.IsDBNull(11)) crew.CrewMemberIdentityDocumentExpiryDate = reader.GetDateTime(11); if (!reader.IsDBNull(12)) crew.CrewMemberVisaNumber = this.getValueAsString(reader, 12); - crew.MessageHeader = this._crewMessage; + crew.MessageHeader = this._crewdMessage; crew.IsDirty = true; crew.Identifier = CREWD.GetNewIdentifier(this._crewdMessage.Elements); this._crewdMessage.Elements.Add(crew); diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index cad97d81..e39c823b 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -493,6 +493,9 @@ True Reference.svcmap + + CrewDepartureControl.xaml + CrewPreArrivalControl.xaml @@ -820,6 +823,10 @@ MainWindow.xaml Code + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/ENI2/Properties/Resources.Designer.cs b/ENI2/Properties/Resources.Designer.cs index 3eddac37..2648aa2e 100644 --- a/ENI2/Properties/Resources.Designer.cs +++ b/ENI2/Properties/Resources.Designer.cs @@ -10,8 +10,8 @@ namespace ENI2.Properties { using System; - - + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -23,15 +23,15 @@ namespace ENI2.Properties { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { - + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// @@ -45,7 +45,7 @@ namespace ENI2.Properties { return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. @@ -59,7 +59,7 @@ namespace ENI2.Properties { resourceCulture = value; } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -69,7 +69,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -79,7 +79,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -89,7 +89,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -99,7 +99,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -109,7 +109,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -119,7 +119,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -129,7 +129,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -139,7 +139,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -149,7 +149,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -159,7 +159,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -169,7 +169,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -179,7 +179,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -189,7 +189,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -199,7 +199,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -209,7 +209,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -219,7 +219,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -229,7 +229,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -239,7 +239,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -249,7 +249,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -259,7 +259,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -269,7 +269,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -279,7 +279,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -289,7 +289,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -299,7 +299,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -309,7 +309,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -319,7 +319,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -329,7 +329,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -339,7 +339,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -349,7 +349,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -359,7 +359,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -369,7 +369,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -379,7 +379,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -389,7 +389,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -399,7 +399,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -409,7 +409,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -419,7 +419,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -429,7 +429,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -439,7 +439,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -449,7 +449,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -459,7 +459,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -469,7 +469,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -479,7 +479,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -489,7 +489,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -499,7 +499,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -509,7 +509,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -519,7 +519,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -529,7 +529,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -539,7 +539,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -549,7 +549,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -559,7 +559,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -569,7 +569,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -579,7 +579,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -589,7 +589,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -599,7 +599,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -609,7 +609,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -619,7 +619,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -629,7 +629,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -639,7 +639,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -649,7 +649,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -659,7 +659,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -669,7 +669,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// @@ -679,7 +679,7 @@ namespace ENI2.Properties { return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -689,7 +689,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -699,7 +699,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -709,7 +709,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -719,7 +719,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -729,7 +729,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -739,7 +739,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -749,7 +749,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -759,7 +759,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -769,7 +769,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -779,7 +779,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -789,7 +789,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -799,7 +799,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -809,7 +809,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -819,7 +819,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -829,7 +829,16 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + + /// + /// Looks up a localized string similar to 10. Dangerous cargo data on arrival. + /// + public static string text10DangerousCargoArrival { + get { + return ResourceManager.GetString("text10DangerousCargoArrival", resourceCulture); + } + } + /// /// Looks up a localized string similar to 1.10 Maritime health data. /// @@ -838,7 +847,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text110MaritimeHealthData", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.11 Port of itinerary. /// @@ -847,7 +856,16 @@ namespace ENI2.Properties { return ResourceManager.GetString("text111PortOfItinerary", resourceCulture); } } - + + /// + /// Looks up a localized string similar to 11. Dangerous cargo data on departure. + /// + public static string text11DangerousCargoDeparture { + get { + return ResourceManager.GetString("text11DangerousCargoDeparture", resourceCulture); + } + } + /// /// Looks up a localized string similar to 1.1 Previous port. /// @@ -856,7 +874,16 @@ namespace ENI2.Properties { return ResourceManager.GetString("text11PreviousPort", resourceCulture); } } - + + /// + /// Looks up a localized string similar to 12. Actual time of arrival / departure. + /// + public static string text12ATAATD { + get { + return ResourceManager.GetString("text12ATAATD", resourceCulture); + } + } + /// /// Looks up a localized string similar to 1.2 Incoming voyage. /// @@ -865,7 +892,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text12IncomingVoyage", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.3 Relevant Portcall (port of call) / Kiel-Canal-Transit. /// @@ -874,7 +901,16 @@ namespace ENI2.Properties { return ResourceManager.GetString("text13RelevantPortcall", resourceCulture); } } - + + /// + /// Looks up a localized string similar to 13. Waste receipts. + /// + public static string text13WasteReceipts { + get { + return ResourceManager.GetString("text13WasteReceipts", resourceCulture); + } + } + /// /// Looks up a localized string similar to 1.4 Outgoing voyage. /// @@ -883,7 +919,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text14OutgoingVoyage", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.5 Next port. /// @@ -892,7 +928,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text15NextPort", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.5 Voyage. /// @@ -901,7 +937,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text16Voyage", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.7 Last 10 port facilities called. /// @@ -910,7 +946,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text17Last10PortFacilitiesCalled", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.8 Ship to ship activities during last 10 port facilities called. /// @@ -919,7 +955,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text18ShipToShip", resourceCulture); } } - + /// /// Looks up a localized string similar to 1.9 Ports called during the last 30 days. /// @@ -928,7 +964,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text19PortsCalled30days", resourceCulture); } } - + /// /// Looks up a localized string similar to 1. Voyage. /// @@ -937,7 +973,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text1Voyage", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.1 Reference numbers. /// @@ -946,7 +982,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text21ReferenceNumbers", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.2 Port operations. /// @@ -955,7 +991,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text22PortOperations", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.3 Agency. /// @@ -964,7 +1000,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text23Agency", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.4 Invoice (concerning mooring fees, disposal costs etc.). /// @@ -973,7 +1009,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text24Invoice", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.5 Cargo on board related to incoming journey. /// @@ -982,7 +1018,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text25CargeOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.6 Cargo handled in port of call (cargo to discharge / load / transiting). /// @@ -991,7 +1027,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text26CargoPort", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.7 Waste (MARPOL) data. /// @@ -1000,7 +1036,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text27Waste", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.8 Store information. /// @@ -1009,7 +1045,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text28Store", resourceCulture); } } - + /// /// Looks up a localized string similar to 2.9 IMO crew effects declaration (IMO FAL form 4). /// @@ -1018,7 +1054,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text29CrewEffects", resourceCulture); } } - + /// /// Looks up a localized string similar to 2. Port call. /// @@ -1027,7 +1063,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text2PortCall", resourceCulture); } } - + /// /// Looks up a localized string similar to 3.1 General. /// @@ -1036,7 +1072,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text31General", resourceCulture); } } - + /// /// Looks up a localized string similar to 3.2 Persons on board on arrival. /// @@ -1045,7 +1081,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text32PersonsOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to 3.3 Bunker on arrival. /// @@ -1054,7 +1090,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text33BunkerOnArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to 3.4 Dangerous cargo on board on arrival. /// @@ -1063,7 +1099,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text34DangerousCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to 3.5 Tow (barge, pontoon, etc.) on arrival. /// @@ -1072,7 +1108,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text36TowOnArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to 3. Pre-arrival. /// @@ -1081,7 +1117,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text3PreArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to 4.1 General. /// @@ -1090,7 +1126,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text41General", resourceCulture); } } - + /// /// Looks up a localized string similar to 4.2 Persons on board on departure. /// @@ -1099,7 +1135,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text42PersonsOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to 4.3 Bunker on departure. /// @@ -1108,7 +1144,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text43BunkerOnDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to 4.4 Dangerous cargo on board on departure. /// @@ -1117,7 +1153,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text44DangerousCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to 4.5 Tow (barge, pontoon etc.) on departure. /// @@ -1126,7 +1162,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text45TowOnDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to 4. Pre-departure. /// @@ -1135,7 +1171,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text4PreDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to 5.1 General. /// @@ -1144,7 +1180,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text51General", resourceCulture); } } - + /// /// Looks up a localized string similar to 5.2 SSCEC. /// @@ -1153,7 +1189,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text52SSCEC", resourceCulture); } } - + /// /// Looks up a localized string similar to 5.3 ISPS. /// @@ -1162,7 +1198,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text53ISPS", resourceCulture); } } - + /// /// Looks up a localized string similar to 5.4 Tanker details. /// @@ -1171,7 +1207,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text54TankerDetails", resourceCulture); } } - + /// /// Looks up a localized string similar to 5. Ship data. /// @@ -1180,7 +1216,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("text5ShipData", resourceCulture); } } - + /// /// Looks up a localized string similar to 6. Crew data on arrival. /// @@ -1189,7 +1225,34 @@ namespace ENI2.Properties { return ResourceManager.GetString("text6CrewDataOnArrival", resourceCulture); } } - + + /// + /// Looks up a localized string similar to 7. Crew data on departure. + /// + public static string text7CrewDeparture { + get { + return ResourceManager.GetString("text7CrewDeparture", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 8. Passenger data on arrival. + /// + public static string text8PassengerArrival { + get { + return ResourceManager.GetString("text8PassengerArrival", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 9. Passenger data on departure. + /// + public static string text9PassengerDeparture { + get { + return ResourceManager.GetString("text9PassengerDeparture", resourceCulture); + } + } + /// /// Looks up a localized string similar to About ENI-2. /// @@ -1198,7 +1261,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAboutENI2", resourceCulture); } } - + /// /// Looks up a localized string similar to Accurate and correct details given?. /// @@ -1207,7 +1270,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAccurateDetailsGiven", resourceCulture); } } - + /// /// Looks up a localized string similar to Activity type. /// @@ -1216,7 +1279,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textActivityType", resourceCulture); } } - + /// /// Looks up a localized string similar to _Add. /// @@ -1225,7 +1288,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAdd", resourceCulture); } } - + /// /// Looks up a localized string similar to Add missing entries. /// @@ -1234,7 +1297,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAddMissingEntries", resourceCulture); } } - + /// /// Looks up a localized string similar to Administrator. /// @@ -1243,7 +1306,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAdministrator", resourceCulture); } } - + /// /// Looks up a localized string similar to Agent. /// @@ -1252,7 +1315,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAgent", resourceCulture); } } - + /// /// Looks up a localized string similar to Template. /// @@ -1261,7 +1324,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAgentTemplate", resourceCulture); } } - + /// /// Looks up a localized string similar to Declaration is already cancelled!. /// @@ -1270,7 +1333,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAlreadyCancelled", resourceCulture); } } - + /// /// Looks up a localized string similar to Amount of planned waste disposal. /// @@ -1279,7 +1342,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAmountOfPlannedWasteDisposal", resourceCulture); } } - + /// /// Looks up a localized string similar to Amount waste received (MTQ). /// @@ -1288,7 +1351,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAmountWasteReceived_MTQ", resourceCulture); } } - + /// /// Looks up a localized string similar to Anchored. /// @@ -1297,7 +1360,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAnchored", resourceCulture); } } - + /// /// Looks up a localized string similar to Any sanitary measures applied?. /// @@ -1306,7 +1369,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAnySanitaryMeasures", resourceCulture); } } - + /// /// Looks up a localized string similar to Any sanitary measures applied?. /// @@ -1315,7 +1378,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAnySanitaryMeasuresApplied", resourceCulture); } } - + /// /// Looks up a localized string similar to Approved security plan on board?. /// @@ -1324,7 +1387,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textApprovedSecPlan", resourceCulture); } } - + /// /// Looks up a localized string similar to Archived. /// @@ -1333,7 +1396,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textArchived", resourceCulture); } } - + /// /// Looks up a localized string similar to Are any security-related matters to report?. /// @@ -1342,7 +1405,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAreMatterToReport", resourceCulture); } } - + /// /// Looks up a localized string similar to Are you sure?. /// @@ -1351,7 +1414,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAreYouSure", resourceCulture); } } - + /// /// Looks up a localized string similar to Arrival/Departure. /// @@ -1360,7 +1423,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textArrivalDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Arrival notification. /// @@ -1369,7 +1432,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textArrivalNotification", resourceCulture); } } - + /// /// Looks up a localized string similar to ATA port of call. /// @@ -1378,7 +1441,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textATAPortOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to ATD port of call. /// @@ -1387,7 +1450,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textATDPortOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to Are you aware of any condition on board which may lead to further infections?. /// @@ -1396,7 +1459,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textAwareofConditionInfectious", resourceCulture); } } - + /// /// Looks up a localized string similar to Beam over all. /// @@ -1405,7 +1468,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBeamOverAll", resourceCulture); } } - + /// /// Looks up a localized string similar to Beam overall in meter. /// @@ -1414,7 +1477,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBeamOverallInMeter", resourceCulture); } } - + /// /// Looks up a localized string similar to Blocked classes. /// @@ -1423,7 +1486,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBlockedClasses", resourceCulture); } } - + /// /// Looks up a localized string similar to Border Police. /// @@ -1432,7 +1495,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBorderPolice", resourceCulture); } } - + /// /// Looks up a localized string similar to Bow thruster power. /// @@ -1441,7 +1504,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBowThrusterPower", resourceCulture); } } - + /// /// Looks up a localized string similar to Bulk cargo shipping name. /// @@ -1450,7 +1513,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBulkCargoShippingName", resourceCulture); } } - + /// /// Looks up a localized string similar to Bunker on arrival. /// @@ -1459,7 +1522,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBunkerOnArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Bunker on departure. /// @@ -1468,7 +1531,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBunkerOnDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Quantity of bunker fuel (t). /// @@ -1477,7 +1540,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBunkerQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Type of bunker fuel. /// @@ -1486,7 +1549,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBunkerType", resourceCulture); } } - + /// /// Looks up a localized string similar to Checking declaration status... /// @@ -1495,7 +1558,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textBusyCheckStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to Call Purposes. /// @@ -1504,7 +1567,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCallPurposes", resourceCulture); } } - + /// /// Looks up a localized string similar to Call sign. /// @@ -1513,7 +1576,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCallsign", resourceCulture); } } - + /// /// Looks up a localized string similar to Cancel declaration. /// @@ -1522,7 +1585,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCancelDeclaration", resourceCulture); } } - + /// /// Looks up a localized string similar to Visit/TransitId can be cancelled. /// @@ -1531,7 +1594,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCancellable", resourceCulture); } } - + /// /// Looks up a localized string similar to Cancelled. /// @@ -1540,7 +1603,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCancelled", resourceCulture); } } - + /// /// Looks up a localized string similar to Confirm deletion. /// @@ -1549,7 +1612,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCaptionDeleteConfirm", resourceCulture); } } - + /// /// Looks up a localized string similar to Error. /// @@ -1558,7 +1621,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCaptionError", resourceCulture); } } - + /// /// Looks up a localized string similar to Item already exists. /// @@ -1567,7 +1630,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCaptionExists", resourceCulture); } } - + /// /// Looks up a localized string similar to Information. /// @@ -1576,7 +1639,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCaptionInformation", resourceCulture); } } - + /// /// Looks up a localized string similar to Warning. /// @@ -1585,7 +1648,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCaptionWarning", resourceCulture); } } - + /// /// Looks up a localized string similar to Code (NST). /// @@ -1594,7 +1657,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoCodeNST", resourceCulture); } } - + /// /// Looks up a localized string similar to Code NST 3rd. /// @@ -1603,7 +1666,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoCodeNST3", resourceCulture); } } - + /// /// Looks up a localized string similar to Gross quantity (t). /// @@ -1612,7 +1675,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoGrossQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Handling type. /// @@ -1621,7 +1684,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoHandlingType", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of items. /// @@ -1630,7 +1693,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoNumberOfItems", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of discharge. /// @@ -1639,7 +1702,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoPortOfDischarge", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of loading. /// @@ -1648,7 +1711,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoPortOfLoading", resourceCulture); } } - + /// /// Looks up a localized string similar to Cargo volume. /// @@ -1657,7 +1720,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCargoVolume", resourceCulture); } } - + /// /// Looks up a localized string similar to Category. /// @@ -1666,7 +1729,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCategory", resourceCulture); } } - + /// /// Looks up a localized string similar to Certificate of registry number. /// @@ -1675,7 +1738,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCertificateOfRegistryNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Changed. /// @@ -1684,7 +1747,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textChanged", resourceCulture); } } - + /// /// Looks up a localized string similar to Changed by. /// @@ -1693,7 +1756,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textChangedBy", resourceCulture); } } - + /// /// Looks up a localized string similar to Chief security officer (CSO). /// @@ -1702,7 +1765,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textChiefSecurityOfficer", resourceCulture); } } - + /// /// Looks up a localized string similar to City. /// @@ -1711,7 +1774,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCity", resourceCulture); } } - + /// /// Looks up a localized string similar to Class. /// @@ -1720,7 +1783,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textClass", resourceCulture); } } - + /// /// Looks up a localized string similar to Clear. /// @@ -1729,7 +1792,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textClear", resourceCulture); } } - + /// /// Looks up a localized string similar to Close. /// @@ -1738,7 +1801,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textClose", resourceCulture); } } - + /// /// Looks up a localized string similar to Code. /// @@ -1747,7 +1810,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCode", resourceCulture); } } - + /// /// Looks up a localized string similar to Columns "o" of OBC Code (value 15.19). /// @@ -1756,7 +1819,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textColumsOfIBC", resourceCulture); } } - + /// /// Looks up a localized string similar to Comment. /// @@ -1765,7 +1828,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textComment", resourceCulture); } } - + /// /// Looks up a localized string similar to Company Id. /// @@ -1774,7 +1837,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCompanyId", resourceCulture); } } - + /// /// Looks up a localized string similar to Company name. /// @@ -1783,7 +1846,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCompanyName", resourceCulture); } } - + /// /// Looks up a localized string similar to Company name of the operator. /// @@ -1792,7 +1855,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCompanyNameOperator", resourceCulture); } } - + /// /// Looks up a localized string similar to Compare excel sheets. /// @@ -1801,7 +1864,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCompareExcel", resourceCulture); } } - + /// /// Looks up a localized string similar to Condition. /// @@ -1810,7 +1873,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCondition", resourceCulture); } } - + /// /// Looks up a localized string similar to This will delete all entries. Are you sure?. /// @@ -1819,7 +1882,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfimDeleteAllEntries", resourceCulture); } } - + /// /// Looks up a localized string similar to Confirmation. /// @@ -1828,7 +1891,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirm", resourceCulture); } } - + /// /// Looks up a localized string similar to Confirmation. /// @@ -1837,7 +1900,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmation", resourceCulture); } } - + /// /// Looks up a localized string similar to Cancel this declaration?. /// @@ -1846,7 +1909,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmCancel", resourceCulture); } } - + /// /// Looks up a localized string similar to Reset password for user {0}?. /// @@ -1855,7 +1918,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmPasswordReset", resourceCulture); } } - + /// /// Looks up a localized string similar to Reset messages?. /// @@ -1864,7 +1927,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmReset", resourceCulture); } } - + /// /// Looks up a localized string similar to Send messages?. /// @@ -1873,7 +1936,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmSend", resourceCulture); } } - + /// /// Looks up a localized string similar to Unconfirmed messages! Do you want to close anyway?. /// @@ -1882,7 +1945,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmUnconfirmedMessages", resourceCulture); } } - + /// /// Looks up a localized string similar to Unsent messages! Do you want to close anyway?. /// @@ -1891,7 +1954,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmUnsentMessages", resourceCulture); } } - + /// /// Looks up a localized string similar to Unsaved changes! Do you want to close anyway?. /// @@ -1900,7 +1963,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConfirmWithoutSaving", resourceCulture); } } - + /// /// Looks up a localized string similar to Construction characteristics. /// @@ -1909,7 +1972,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textConstructionCharacteristics", resourceCulture); } } - + /// /// Looks up a localized string similar to Container No.. /// @@ -1918,7 +1981,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textContainerNo", resourceCulture); } } - + /// /// Looks up a localized string similar to Container position (Bay). /// @@ -1927,7 +1990,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textContainerPositionBay", resourceCulture); } } - + /// /// Looks up a localized string similar to Container position (Row). /// @@ -1936,7 +1999,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textContainerPositionRow", resourceCulture); } } - + /// /// Looks up a localized string similar to Container position (Tier). /// @@ -1945,7 +2008,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textContainerPositionTier", resourceCulture); } } - + /// /// Looks up a localized string similar to Context. /// @@ -1954,7 +2017,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textContext", resourceCulture); } } - + /// /// Looks up a localized string similar to Control temperature. /// @@ -1963,7 +2026,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textControlTemperature", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy Id to clipboard. /// @@ -1972,7 +2035,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyClip", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy data. /// @@ -1981,7 +2044,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyData", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy declaration. /// @@ -1990,7 +2053,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyDeclaration", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy from last 10 port facilities called. /// @@ -1999,7 +2062,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyFromL10P", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy from WAS. /// @@ -2008,7 +2071,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyFromWAS", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy IMO to clipboard. /// @@ -2017,7 +2080,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyIMO", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy ship name to clipboard. /// @@ -2026,7 +2089,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyShipnameClip", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to {0}. /// @@ -2035,7 +2098,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyTo", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to BKRD. /// @@ -2044,7 +2107,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToBKRD", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to CREWA. /// @@ -2053,7 +2116,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToCREWA", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to CREWD. /// @@ -2062,7 +2125,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToCREWD", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to HAZD. /// @@ -2071,7 +2134,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToHAZD", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to current message (overwrite). /// @@ -2080,7 +2143,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToMessageClass", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to PASA. /// @@ -2089,7 +2152,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToPASA", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy to PASD. /// @@ -2098,7 +2161,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToPASD", resourceCulture); } } - + /// /// Looks up a localized string similar to Do you want to copy / overwrite disposal amounts using values from WAS?. /// @@ -2107,7 +2170,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyToWASConfirmation", resourceCulture); } } - + /// /// Looks up a localized string similar to Copy TOWA to TOWD. /// @@ -2116,7 +2179,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCopyTOWATOWD", resourceCulture); } } - + /// /// Looks up a localized string similar to Core status. /// @@ -2125,7 +2188,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCoreStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to Country. /// @@ -2134,7 +2197,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCountry", resourceCulture); } } - + /// /// Looks up a localized string similar to Country of birth. /// @@ -2143,7 +2206,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCountryOfBirth", resourceCulture); } } - + /// /// Looks up a localized string similar to Created. /// @@ -2152,7 +2215,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCreated", resourceCulture); } } - + /// /// Looks up a localized string similar to Created by. /// @@ -2161,7 +2224,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCreatedBy", resourceCulture); } } - + /// /// Looks up a localized string similar to Create PDF. /// @@ -2170,7 +2233,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCreatePDF", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew. /// @@ -2179,7 +2242,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrew", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew arrival. /// @@ -2188,7 +2251,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew departure. /// @@ -2197,7 +2260,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Function on board. /// @@ -2206,7 +2269,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewFunctionOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} crew members imported. /// @@ -2215,7 +2278,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewImported", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew member. /// @@ -2224,7 +2287,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewMember", resourceCulture); } } - + /// /// Looks up a localized string similar to Did any crew members join the ship at this port?. /// @@ -2233,7 +2296,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewMemberJoinTheShip", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of crew members on board. /// @@ -2242,7 +2305,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewMemberOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew members joined (comma separated). /// @@ -2251,7 +2314,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewMembersJoined", resourceCulture); } } - + /// /// Looks up a localized string similar to Names of joined crew members. /// @@ -2260,7 +2323,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCrewMembersJoinedGrid", resourceCulture); } } - + /// /// Looks up a localized string similar to Critical safety index (CSI). /// @@ -2269,7 +2332,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCriticalSafetyIndex", resourceCulture); } } - + /// /// Looks up a localized string similar to Cruise ship. /// @@ -2278,7 +2341,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCruiseShip", resourceCulture); } } - + /// /// Looks up a localized string similar to cbm. /// @@ -2287,7 +2350,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCubicMeters", resourceCulture); } } - + /// /// Looks up a localized string similar to Current ship security level. /// @@ -2296,7 +2359,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textCurrentShipSecLevel", resourceCulture); } } - + /// /// Looks up a localized string similar to Dangerous goods arrival. /// @@ -2305,7 +2368,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDangerousGoodsArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Dangerous goods departure. /// @@ -2314,7 +2377,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDangerousGoodsDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Dangerous goods on board. /// @@ -2323,7 +2386,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDangerousGoodsOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Date from. /// @@ -2332,7 +2395,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDateFrom", resourceCulture); } } - + /// /// Looks up a localized string similar to Date of birth. /// @@ -2341,7 +2404,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDateOfBirth", resourceCulture); } } - + /// /// Looks up a localized string similar to Date of issue. /// @@ -2350,7 +2413,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDateOfIssue", resourceCulture); } } - + /// /// Looks up a localized string similar to Date to. /// @@ -2359,7 +2422,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDateTo", resourceCulture); } } - + /// /// Looks up a localized string similar to There is already a declaration with this ID. A new declaration will not be created. Do you want to clear all data? . /// @@ -2368,7 +2431,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDeclarationAlreadyExists", resourceCulture); } } - + /// /// Looks up a localized string similar to Declarations. /// @@ -2377,7 +2440,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDeclarations", resourceCulture); } } - + /// /// Looks up a localized string similar to Default display. /// @@ -2386,7 +2449,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDefaultDisplay", resourceCulture); } } - + /// /// Looks up a localized string similar to _Delete. /// @@ -2395,7 +2458,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDelete", resourceCulture); } } - + /// /// Looks up a localized string similar to Delete all entries. /// @@ -2404,7 +2467,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDeleteAllEntries", resourceCulture); } } - + /// /// Looks up a localized string similar to Departure notification. /// @@ -2413,7 +2476,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDepartureNotification", resourceCulture); } } - + /// /// Looks up a localized string similar to Dead weight summer (t). /// @@ -2422,7 +2485,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDeplacementSummerDraught", resourceCulture); } } - + /// /// Looks up a localized string similar to Description. /// @@ -2431,7 +2494,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDescription", resourceCulture); } } - + /// /// Looks up a localized string similar to Detail info for: {0}. /// @@ -2440,7 +2503,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDetailInfoPropertyGridTitle", resourceCulture); } } - + /// /// Looks up a localized string similar to Dangerous goods arrival. /// @@ -2449,7 +2512,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDGArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Dangerous goods departure. /// @@ -2458,7 +2521,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDGDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to DG manifest on board. /// @@ -2467,7 +2530,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDGManifestOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Discharge. /// @@ -2476,7 +2539,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDischarge", resourceCulture); } } - + /// /// Looks up a localized string similar to Is there on board or has there been during the international voyage any case of disease which you suspect to be of an infectious nature?. /// @@ -2485,7 +2548,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDiseaseInfectiousNature", resourceCulture); } } - + /// /// Looks up a localized string similar to Document expiry date. /// @@ -2494,7 +2557,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDocumentExpiryDate", resourceCulture); } } - + /// /// Looks up a localized string similar to Document issuing state. /// @@ -2503,7 +2566,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDocumentIssuingState", resourceCulture); } } - + /// /// Looks up a localized string similar to Double hull. /// @@ -2512,7 +2575,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDoubleHull", resourceCulture); } } - + /// /// Looks up a localized string similar to Draught in decimetre. /// @@ -2521,7 +2584,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDraughtInDecimetre", resourceCulture); } } - + /// /// Looks up a localized string similar to Draught on arrival. /// @@ -2530,7 +2593,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDraughtOnArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Draught on arrival in decimetre. /// @@ -2539,7 +2602,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDraughtOnArrivalLabel", resourceCulture); } } - + /// /// Looks up a localized string similar to Draught on departure. /// @@ -2548,7 +2611,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDraughtOnDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Draught on departure in decimetre. /// @@ -2557,7 +2620,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textDraughtOnDepartureLabel", resourceCulture); } } - + /// /// Looks up a localized string similar to _Edit. /// @@ -2566,7 +2629,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEdit", resourceCulture); } } - + /// /// Looks up a localized string similar to Editor. /// @@ -2575,7 +2638,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEditor", resourceCulture); } } - + /// /// Looks up a localized string similar to Edit rules. /// @@ -2584,7 +2647,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEditRules", resourceCulture); } } - + /// /// Looks up a localized string similar to Effects. /// @@ -2593,7 +2656,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEffects", resourceCulture); } } - + /// /// Looks up a localized string similar to E-Mail. /// @@ -2602,7 +2665,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEMail", resourceCulture); } } - + /// /// Looks up a localized string similar to Emergency care. /// @@ -2611,7 +2674,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEmergencyCare", resourceCulture); } } - + /// /// Looks up a localized string similar to Emergency contact number. /// @@ -2620,7 +2683,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEmergencyContactNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Emergency temperature. /// @@ -2629,7 +2692,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEmergencyTemperature", resourceCulture); } } - + /// /// Looks up a localized string similar to Empty. /// @@ -2638,7 +2701,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEmpty", resourceCulture); } } - + /// /// Looks up a localized string similar to ENI number. /// @@ -2647,7 +2710,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textENI", resourceCulture); } } - + /// /// Looks up a localized string similar to entries. /// @@ -2656,7 +2719,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textEntries", resourceCulture); } } - + /// /// Looks up a localized string similar to Error code. /// @@ -2665,7 +2728,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textErrorCode", resourceCulture); } } - + /// /// Looks up a localized string similar to Error message. /// @@ -2674,7 +2737,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textErrorMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Errors. /// @@ -2683,7 +2746,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textErrors", resourceCulture); } } - + /// /// Looks up a localized string similar to ETA. /// @@ -2692,7 +2755,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETA", resourceCulture); } } - + /// /// Looks up a localized string similar to ETA Kiel Canal. /// @@ -2701,7 +2764,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETAKielCanal", resourceCulture); } } - + /// /// Looks up a localized string similar to ETA next port. /// @@ -2710,7 +2773,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETANextPort", resourceCulture); } } - + /// /// Looks up a localized string similar to ETA port of call. /// @@ -2719,7 +2782,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETAPortOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to ETD Kiel Canal. /// @@ -2728,7 +2791,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETDKielCanal", resourceCulture); } } - + /// /// Looks up a localized string similar to ETD last port. /// @@ -2737,7 +2800,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETDLastPort", resourceCulture); } } - + /// /// Looks up a localized string similar to ETD port of call. /// @@ -2746,7 +2809,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textETDPortOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to Excel export. /// @@ -2755,7 +2818,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExcelExport", resourceCulture); } } - + /// /// Looks up a localized string similar to Excel import. /// @@ -2764,7 +2827,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExcelImport", resourceCulture); } } - + /// /// Looks up a localized string similar to Excel import value mappings. /// @@ -2773,7 +2836,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExcelValueMappings", resourceCulture); } } - + /// /// Looks up a localized string similar to Excepted quantities. /// @@ -2782,7 +2845,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExceptedQuantities", resourceCulture); } } - + /// /// Looks up a localized string similar to Exit. /// @@ -2791,7 +2854,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExit", resourceCulture); } } - + /// /// Looks up a localized string similar to _Export. /// @@ -2800,7 +2863,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textExport", resourceCulture); } } - + /// /// Looks up a localized string similar to Failure message. /// @@ -2809,7 +2872,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFailureMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Fax. /// @@ -2818,7 +2881,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFax", resourceCulture); } } - + /// /// Looks up a localized string similar to Female. /// @@ -2827,7 +2890,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFemale", resourceCulture); } } - + /// /// Looks up a localized string similar to Field name. /// @@ -2836,7 +2899,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFieldName", resourceCulture); } } - + /// /// Looks up a localized string similar to First name. /// @@ -2845,7 +2908,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFirstName", resourceCulture); } } - + /// /// Looks up a localized string similar to Flag. /// @@ -2854,7 +2917,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFlag", resourceCulture); } } - + /// /// Looks up a localized string similar to Flashpoint. /// @@ -2863,7 +2926,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFlashpoint", resourceCulture); } } - + /// /// Looks up a localized string similar to Flashpoint information. /// @@ -2872,7 +2935,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFlashpointInformation", resourceCulture); } } - + /// /// Looks up a localized string similar to Free classes. /// @@ -2881,7 +2944,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFreeClasses", resourceCulture); } } - + /// /// Looks up a localized string similar to Full. /// @@ -2890,7 +2953,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFull", resourceCulture); } } - + /// /// Looks up a localized string similar to Fumigated bulk cargo. /// @@ -2899,7 +2962,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textFumigatedBulkCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to Gender. /// @@ -2908,7 +2971,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGender", resourceCulture); } } - + /// /// Looks up a localized string similar to General cargo. /// @@ -2917,7 +2980,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGeneralCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to General cargo description. /// @@ -2926,7 +2989,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGeneralCargoDescription", resourceCulture); } } - + /// /// Looks up a localized string similar to GISIS code of the port facility according to ISPS. /// @@ -2935,7 +2998,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGISISCode", resourceCulture); } } - + /// /// Looks up a localized string similar to LOCODE to GISIS code of port facility in port (ISPS). /// @@ -2944,7 +3007,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGISISCodeLocode", resourceCulture); } } - + /// /// Looks up a localized string similar to Gross mass. /// @@ -2953,7 +3016,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGrossQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Gross tonnage. /// @@ -2962,7 +3025,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGrossTonnage", resourceCulture); } } - + /// /// Looks up a localized string similar to Group. /// @@ -2971,7 +3034,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGroup", resourceCulture); } } - + /// /// Looks up a localized string similar to Border police notification. /// @@ -2980,7 +3043,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGroupBoxBorderPolice", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste residue notification. /// @@ -2989,7 +3052,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textGroupBoxWasteCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to This declaration was created on another system. Therefore a cancellation is not possible this way.. /// @@ -2998,7 +3061,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textHISNotMatching", resourceCulture); } } - + /// /// Looks up a localized string similar to Show item history. /// @@ -3007,7 +3070,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textHistoryItems", resourceCulture); } } - + /// /// Looks up a localized string similar to IBC item. /// @@ -3016,7 +3079,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIBCItem", resourceCulture); } } - + /// /// Looks up a localized string similar to IBC items. /// @@ -3025,7 +3088,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIBCItems", resourceCulture); } } - + /// /// Looks up a localized string similar to ID doc. number. /// @@ -3034,7 +3097,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdDocNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to ID doc. type. /// @@ -3043,7 +3106,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdDocType", resourceCulture); } } - + /// /// Looks up a localized string similar to Identification number. /// @@ -3052,7 +3115,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdentificationNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Identifier. /// @@ -3061,7 +3124,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdentifier", resourceCulture); } } - + /// /// Looks up a localized string similar to Identity card. /// @@ -3070,7 +3133,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdentityCard", resourceCulture); } } - + /// /// Looks up a localized string similar to Id received. /// @@ -3079,7 +3142,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIdReceived", resourceCulture); } } - + /// /// Looks up a localized string similar to IGC item. /// @@ -3088,7 +3151,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIGCItem", resourceCulture); } } - + /// /// Looks up a localized string similar to IGC items. /// @@ -3097,7 +3160,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIGCItems", resourceCulture); } } - + /// /// Looks up a localized string similar to IMDG item. /// @@ -3106,7 +3169,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMDGItem", resourceCulture); } } - + /// /// Looks up a localized string similar to IMDG items. /// @@ -3115,7 +3178,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMDGItems", resourceCulture); } } - + /// /// Looks up a localized string similar to IMO number. /// @@ -3124,7 +3187,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMO", resourceCulture); } } - + /// /// Looks up a localized string similar to IMO class / division / (compatibility group). /// @@ -3133,7 +3196,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMOClassDivision", resourceCulture); } } - + /// /// Looks up a localized string similar to IMO class / subclass. /// @@ -3142,7 +3205,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMOClassSubclass", resourceCulture); } } - + /// /// Looks up a localized string similar to IMO hazard class (Group). /// @@ -3151,7 +3214,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMOHazardClass", resourceCulture); } } - + /// /// Looks up a localized string similar to Import filename. /// @@ -3160,7 +3223,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textImportFilename", resourceCulture); } } - + /// /// Looks up a localized string similar to Import from Excel file. /// @@ -3169,7 +3232,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textImportFromExcel", resourceCulture); } } - + /// /// Looks up a localized string similar to Import from SEC. /// @@ -3178,7 +3241,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textImportFromSEC", resourceCulture); } } - + /// /// Looks up a localized string similar to IMSBC item. /// @@ -3187,7 +3250,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMSBCItem", resourceCulture); } } - + /// /// Looks up a localized string similar to IMSBC items. /// @@ -3196,7 +3259,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIMSBCItems", resourceCulture); } } - + /// /// Looks up a localized string similar to Incoming journey to port of call - ETA NOK. /// @@ -3205,7 +3268,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIncomingETANOK", resourceCulture); } } - + /// /// Looks up a localized string similar to Inert. /// @@ -3214,7 +3277,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInert", resourceCulture); } } - + /// /// Looks up a localized string similar to Has the ship visited an infected area (WHO)?. /// @@ -3223,7 +3286,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInfecteAreaVisited", resourceCulture); } } - + /// /// Looks up a localized string similar to Infected area date. /// @@ -3232,7 +3295,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInfectedAreaDate", resourceCulture); } } - + /// /// Looks up a localized string similar to Infected area port. /// @@ -3241,7 +3304,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInfectedAreaPort", resourceCulture); } } - + /// /// Looks up a localized string similar to Infected area visited. /// @@ -3250,7 +3313,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInfectedAreaVisited", resourceCulture); } } - + /// /// Looks up a localized string similar to Info. /// @@ -3259,7 +3322,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInfo", resourceCulture); } } - + /// /// Looks up a localized string similar to Inmarsat call number(s). /// @@ -3268,7 +3331,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInmarsatCallNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Id has invalid format!. /// @@ -3277,7 +3340,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textInvalidFormat", resourceCulture); } } - + /// /// Looks up a localized string similar to Is active. /// @@ -3286,7 +3349,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIsActive", resourceCulture); } } - + /// /// Looks up a localized string similar to Is due to inspection?. /// @@ -3295,7 +3358,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textIsDueToInspection", resourceCulture); } } - + /// /// Looks up a localized string similar to ISM company. /// @@ -3304,7 +3367,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISMCompany", resourceCulture); } } - + /// /// Looks up a localized string similar to ISSC. /// @@ -3313,7 +3376,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISSC", resourceCulture); } } - + /// /// Looks up a localized string similar to ISSC expiration date. /// @@ -3322,7 +3385,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISSCExpirationDate", resourceCulture); } } - + /// /// Looks up a localized string similar to ISSC issuer name. /// @@ -3331,7 +3394,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISSCIssuerName", resourceCulture); } } - + /// /// Looks up a localized string similar to ISSC issuer type. /// @@ -3340,7 +3403,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISSCIssuerType", resourceCulture); } } - + /// /// Looks up a localized string similar to ISSC type. /// @@ -3349,7 +3412,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textISSCType", resourceCulture); } } - + /// /// Looks up a localized string similar to Itinerary port. /// @@ -3358,7 +3421,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textItineraryPort", resourceCulture); } } - + /// /// Looks up a localized string similar to Joining location (separated by comma). /// @@ -3367,7 +3430,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textJoiningLocation", resourceCulture); } } - + /// /// Looks up a localized string similar to Kiel Canal passage planned?. /// @@ -3376,7 +3439,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textKielPassagePlanned", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} ports visited imported. /// @@ -3385,7 +3448,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textL10PImported", resourceCulture); } } - + /// /// Looks up a localized string similar to LA Code. /// @@ -3394,7 +3457,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLACodes", resourceCulture); } } - + /// /// Looks up a localized string similar to Cargo. /// @@ -3403,7 +3466,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLadg", resourceCulture); } } - + /// /// Looks up a localized string similar to Last 10 port facilities called. /// @@ -3412,7 +3475,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLast10PortFacilities", resourceCulture); } } - + /// /// Looks up a localized string similar to Date of last expanded inspection. /// @@ -3421,7 +3484,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLastExpandedInspection", resourceCulture); } } - + /// /// Looks up a localized string similar to Last name. /// @@ -3430,7 +3493,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLastName", resourceCulture); } } - + /// /// Looks up a localized string similar to Last Port. /// @@ -3439,7 +3502,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLastPort", resourceCulture); } } - + /// /// Looks up a localized string similar to Last port where waste or cargo residues were discharged. /// @@ -3448,7 +3511,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLastPortWasteDischarge", resourceCulture); } } - + /// /// Looks up a localized string similar to Latitude decimal. /// @@ -3457,7 +3520,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLatitudeDecimal", resourceCulture); } } - + /// /// Looks up a localized string similar to Latitude degrees. /// @@ -3466,7 +3529,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLatitudeDegrees", resourceCulture); } } - + /// /// Looks up a localized string similar to Latitude minutes. /// @@ -3475,7 +3538,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLatitudeMinutes", resourceCulture); } } - + /// /// Looks up a localized string similar to Latitude seconds. /// @@ -3484,7 +3547,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLatitudeSeconds", resourceCulture); } } - + /// /// Looks up a localized string similar to Length over all. /// @@ -3493,7 +3556,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLengthOverAll", resourceCulture); } } - + /// /// Looks up a localized string similar to Length overall in meter. /// @@ -3502,7 +3565,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLengthOverallInMeter", resourceCulture); } } - + /// /// Looks up a localized string similar to (1 per row, 5 numbers max). /// @@ -3511,7 +3574,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLimitCallNumbers", resourceCulture); } } - + /// /// Looks up a localized string similar to Limited quantity. /// @@ -3520,7 +3583,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLimitedQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Loading. /// @@ -3529,7 +3592,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLoading", resourceCulture); } } - + /// /// Looks up a localized string similar to Location UNLOCODE. /// @@ -3538,7 +3601,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLocationLocode", resourceCulture); } } - + /// /// Looks up a localized string similar to Location name. /// @@ -3547,7 +3610,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLocationName", resourceCulture); } } - + /// /// Looks up a localized string similar to Location on board. /// @@ -3556,7 +3619,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLocationOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Lock. /// @@ -3565,7 +3628,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLock", resourceCulture); } } - + /// /// Looks up a localized string similar to Login. /// @@ -3574,7 +3637,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLogin", resourceCulture); } } - + /// /// Looks up a localized string similar to Please logon. /// @@ -3583,7 +3646,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLoginCaption", resourceCulture); } } - + /// /// Looks up a localized string similar to Login failed.. /// @@ -3592,7 +3655,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLoginFailed", resourceCulture); } } - + /// /// Looks up a localized string similar to Longitude decimal. /// @@ -3601,7 +3664,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLongitudeDecimal", resourceCulture); } } - + /// /// Looks up a localized string similar to Longitude degrees. /// @@ -3610,7 +3673,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLongitudeDegrees", resourceCulture); } } - + /// /// Looks up a localized string similar to Longitude minutes. /// @@ -3619,7 +3682,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLongitudeMinutes", resourceCulture); } } - + /// /// Looks up a localized string similar to Longitude seconds. /// @@ -3628,7 +3691,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textLongitudeSeconds", resourceCulture); } } - + /// /// Looks up a localized string similar to Maersk / SeaGo. /// @@ -3637,7 +3700,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMaerskSeago", resourceCulture); } } - + /// /// Looks up a localized string similar to Male. /// @@ -3646,7 +3709,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMale", resourceCulture); } } - + /// /// Looks up a localized string similar to Marine pollutant. /// @@ -3655,7 +3718,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMarinePollutant", resourceCulture); } } - + /// /// Looks up a localized string similar to Maritime health declaration. /// @@ -3664,7 +3727,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMaritimeHealthDeclaration", resourceCulture); } } - + /// /// Looks up a localized string similar to MARPOL Annex I item. /// @@ -3673,7 +3736,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMARPOLItem", resourceCulture); } } - + /// /// Looks up a localized string similar to MARPOL Annex I items. /// @@ -3682,7 +3745,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMARPOLItems", resourceCulture); } } - + /// /// Looks up a localized string similar to Master. /// @@ -3691,7 +3754,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMaster", resourceCulture); } } - + /// /// Looks up a localized string similar to Material hazardous only in bulk. /// @@ -3700,7 +3763,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMaterialHazard", resourceCulture); } } - + /// /// Looks up a localized string similar to if yes, description of matters to report. /// @@ -3709,7 +3772,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMatterToReport", resourceCulture); } } - + /// /// Looks up a localized string similar to Max acitivity. /// @@ -3718,7 +3781,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMaxActivity", resourceCulture); } } - + /// /// Looks up a localized string similar to Maritime health declaration. /// @@ -3727,7 +3790,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMDH", resourceCulture); } } - + /// /// Looks up a localized string similar to Was a medical practitioner consulted?. /// @@ -3736,7 +3799,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMedicalPractitionerConsulted", resourceCulture); } } - + /// /// Looks up a localized string similar to Message. /// @@ -3745,7 +3808,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to HIS {0} of message {1} and current target {2} do not match: Reset aborted. /// @@ -3754,7 +3817,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessageHisNotMatching", resourceCulture); } } - + /// /// Looks up a localized string similar to Message history. /// @@ -3763,7 +3826,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessageHistory", resourceCulture); } } - + /// /// Looks up a localized string similar to Message reset at {0}. /// @@ -3772,7 +3835,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessageResetAt", resourceCulture); } } - + /// /// Looks up a localized string similar to One or more messages have already been sent. Cannot overwrite target declaration!. /// @@ -3781,7 +3844,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessagesAlreadySent", resourceCulture); } } - + /// /// Looks up a localized string similar to Message sent at {0}. /// @@ -3790,7 +3853,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessageSentAt", resourceCulture); } } - + /// /// Looks up a localized string similar to Message status. /// @@ -3799,7 +3862,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMessageStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to MMSI number. /// @@ -3808,7 +3871,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMMSI", resourceCulture); } } - + /// /// Looks up a localized string similar to MoU Baltic RoRo vessel. /// @@ -3817,7 +3880,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMoUBalticRoRo", resourceCulture); } } - + /// /// Looks up a localized string similar to Muster book. /// @@ -3826,7 +3889,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textMusterBook", resourceCulture); } } - + /// /// Looks up a localized string similar to Name. /// @@ -3835,7 +3898,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textName", resourceCulture); } } - + /// /// Looks up a localized string similar to Name of master. /// @@ -3844,7 +3907,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNameMaster", resourceCulture); } } - + /// /// Looks up a localized string similar to Nationality. /// @@ -3853,7 +3916,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNationality", resourceCulture); } } - + /// /// Looks up a localized string similar to Net explosive mass. /// @@ -3862,7 +3925,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNetExplosiveMass", resourceCulture); } } - + /// /// Looks up a localized string similar to Net mass. /// @@ -3871,7 +3934,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNetQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Net tonnage. /// @@ -3880,7 +3943,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNetTonnage", resourceCulture); } } - + /// /// Looks up a localized string similar to New condition. /// @@ -3889,7 +3952,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNewCondition", resourceCulture); } } - + /// /// Looks up a localized string similar to New dangerous goods item. /// @@ -3898,7 +3961,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNewDGItem", resourceCulture); } } - + /// /// Looks up a localized string similar to New group. /// @@ -3907,7 +3970,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNewGroup", resourceCulture); } } - + /// /// Looks up a localized string similar to Create new id. /// @@ -3916,7 +3979,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNewVisitTransitId", resourceCulture); } } - + /// /// Looks up a localized string similar to New with Id. /// @@ -3925,7 +3988,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNewWithId", resourceCulture); } } - + /// /// Looks up a localized string similar to Next Port. /// @@ -3934,7 +3997,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNextPort", resourceCulture); } } - + /// /// Looks up a localized string similar to Next waste disposal port. /// @@ -3943,7 +4006,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNextWasteDisposalPort", resourceCulture); } } - + /// /// Looks up a localized string similar to not applicable. /// @@ -3952,7 +4015,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotApplicable", resourceCulture); } } - + /// /// Looks up a localized string similar to Notification class. /// @@ -3961,7 +4024,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotificationClass", resourceCulture); } } - + /// /// Looks up a localized string similar to Notification class type. /// @@ -3970,7 +4033,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotificationGroup", resourceCulture); } } - + /// /// Looks up a localized string similar to Notification for PAX directive. /// @@ -3979,7 +4042,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotificationPAX", resourceCulture); } } - + /// /// Looks up a localized string similar to Notifications. /// @@ -3988,7 +4051,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotifications", resourceCulture); } } - + /// /// Looks up a localized string similar to Notification for Schengen regulation. /// @@ -3997,7 +4060,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotificationSchengen", resourceCulture); } } - + /// /// Looks up a localized string similar to not known. /// @@ -4006,7 +4069,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNotKnown", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of deaths. /// @@ -4015,7 +4078,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNumberOfDeaths", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of ill persons. /// @@ -4024,7 +4087,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNumberOfIl", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of packages. /// @@ -4033,7 +4096,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textNumberOfPackages", resourceCulture); } } - + /// /// Looks up a localized string similar to Official use. /// @@ -4042,7 +4105,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOfficialUse", resourceCulture); } } - + /// /// Looks up a localized string similar to This only works if the grid is empty!. /// @@ -4051,7 +4114,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOnlyIfGridIsEmpty", resourceCulture); } } - + /// /// Looks up a localized string similar to Open in classic display mode. /// @@ -4060,7 +4123,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOpenClassic", resourceCulture); } } - + /// /// Looks up a localized string similar to Open in form sheet display mode. /// @@ -4069,7 +4132,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOpenFormsheet", resourceCulture); } } - + /// /// Looks up a localized string similar to Operations. /// @@ -4078,7 +4141,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOperations", resourceCulture); } } - + /// /// Looks up a localized string similar to Operator. /// @@ -4087,7 +4150,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOperator", resourceCulture); } } - + /// /// Looks up a localized string similar to Other. /// @@ -4096,7 +4159,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOther", resourceCulture); } } - + /// /// Looks up a localized string similar to Other legal identity document. /// @@ -4105,7 +4168,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOtherLegalIdentityDocument", resourceCulture); } } - + /// /// Looks up a localized string similar to Outgoing journey from port of call - ETA NOK. /// @@ -4114,7 +4177,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOutgoingETANOK", resourceCulture); } } - + /// /// Looks up a localized string similar to Overview. /// @@ -4123,7 +4186,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOverview", resourceCulture); } } - + /// /// Looks up a localized string similar to Own classes. /// @@ -4132,7 +4195,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textOwnClasses", resourceCulture); } } - + /// /// Looks up a localized string similar to Package type. /// @@ -4141,7 +4204,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPackageType", resourceCulture); } } - + /// /// Looks up a localized string similar to Packing group. /// @@ -4150,7 +4213,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPackingGroup", resourceCulture); } } - + /// /// Looks up a localized string similar to Pas. /// @@ -4159,7 +4222,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPas", resourceCulture); } } - + /// /// Looks up a localized string similar to Passenger arrival. /// @@ -4168,7 +4231,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPasArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Passenger departure. /// @@ -4177,7 +4240,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPasDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Passenger. /// @@ -4186,7 +4249,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPassenger", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} passengers imported. /// @@ -4195,7 +4258,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPassengerImported", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of passengers on board. /// @@ -4204,7 +4267,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPassengersOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Passport. /// @@ -4213,7 +4276,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPassport", resourceCulture); } } - + /// /// Looks up a localized string similar to Password. /// @@ -4222,7 +4285,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPassword", resourceCulture); } } - + /// /// Looks up a localized string similar to Has any person died on board during the voyage otherwise than as a result of accident?. /// @@ -4231,7 +4294,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPersonDiedOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Persons on board arrival. /// @@ -4240,7 +4303,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPersonOnBoardArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Persons on board departure. /// @@ -4249,7 +4312,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPersonOnBoardDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of persons on board. /// @@ -4258,7 +4321,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPersonsOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Phone. /// @@ -4267,7 +4330,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPhone", resourceCulture); } } - + /// /// Looks up a localized string similar to Picture Id. /// @@ -4276,7 +4339,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPhotoId", resourceCulture); } } - + /// /// Looks up a localized string similar to Place of birth. /// @@ -4285,7 +4348,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPlaceOfBirth", resourceCulture); } } - + /// /// Looks up a localized string similar to Place of issue. /// @@ -4294,7 +4357,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPlaceOfIssue", resourceCulture); } } - + /// /// Looks up a localized string similar to Planned inspection / works. /// @@ -4303,7 +4366,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPlannedInspection", resourceCulture); } } - + /// /// Looks up a localized string similar to Planned operations at port of call. /// @@ -4312,7 +4375,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPlannedOperations", resourceCulture); } } - + /// /// Looks up a localized string similar to Planned period of stay (hours). /// @@ -4321,7 +4384,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPlannedPeriodOfStay", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} port entries imported. /// @@ -4330,7 +4393,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPoC30Imported", resourceCulture); } } - + /// /// Looks up a localized string similar to Maersk. /// @@ -4339,7 +4402,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPOLists", resourceCulture); } } - + /// /// Looks up a localized string similar to Pollution category. /// @@ -4348,7 +4411,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPollutionCategory", resourceCulture); } } - + /// /// Looks up a localized string similar to Port area. /// @@ -4357,7 +4420,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortArea", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of call. /// @@ -4366,7 +4429,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortCall", resourceCulture); } } - + /// /// Looks up a localized string similar to Port country. /// @@ -4375,7 +4438,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortCountry", resourceCulture); } } - + /// /// Looks up a localized string similar to Port facility. /// @@ -4384,7 +4447,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortFacility", resourceCulture); } } - + /// /// Looks up a localized string similar to Port facility of arrival. /// @@ -4393,7 +4456,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortFacilityOfArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Port UNLOCODE. /// @@ -4402,7 +4465,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortLocode", resourceCulture); } } - + /// /// Looks up a localized string similar to Port name. /// @@ -4411,7 +4474,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortname", resourceCulture); } } - + /// /// Looks up a localized string similar to Port notification. /// @@ -4420,7 +4483,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortNotification", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of discharge. /// @@ -4429,7 +4492,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfDischarge", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of disembarkation. /// @@ -4438,7 +4501,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfDisembarkation", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of embarkation. /// @@ -4447,7 +4510,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfEmbarkation", resourceCulture); } } - + /// /// Looks up a localized string similar to Port where health declaration was given. /// @@ -4456,7 +4519,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfHealth", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of itinerary. /// @@ -4465,7 +4528,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfItinerary", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of loading. /// @@ -4474,7 +4537,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfLoading", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of registry. /// @@ -4483,7 +4546,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortOfRegistry", resourceCulture); } } - + /// /// Looks up a localized string similar to Port reception facility name. /// @@ -4492,7 +4555,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortReceptionFacilityName", resourceCulture); } } - + /// /// Looks up a localized string similar to Port reception facility provider name. /// @@ -4501,7 +4564,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortReceptionFacilityProviderName", resourceCulture); } } - + /// /// Looks up a localized string similar to Ports of call of the last 30 days. /// @@ -4510,7 +4573,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortsOfCallLast30Days", resourceCulture); } } - + /// /// Looks up a localized string similar to Port where security declaration was given. /// @@ -4519,7 +4582,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPortWhereSimplWasGiven", resourceCulture); } } - + /// /// Looks up a localized string similar to Possible anchorage?. /// @@ -4528,7 +4591,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPossibleAnchorage", resourceCulture); } } - + /// /// Looks up a localized string similar to Postalcode. /// @@ -4537,7 +4600,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPostalCode", resourceCulture); } } - + /// /// Looks up a localized string similar to PRE72H - 72 hour preannouncement. /// @@ -4546,7 +4609,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPre72hGroupBox", resourceCulture); } } - + /// /// Looks up a localized string similar to _Print. /// @@ -4555,7 +4618,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPrint", resourceCulture); } } - + /// /// Looks up a localized string similar to Product name. /// @@ -4564,7 +4627,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textProductName", resourceCulture); } } - + /// /// Looks up a localized string similar to Proper shipping name. /// @@ -4573,7 +4636,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textProperShippingName", resourceCulture); } } - + /// /// Looks up a localized string similar to Property. /// @@ -4582,7 +4645,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textProperty", resourceCulture); } } - + /// /// Looks up a localized string similar to PSC 72h. /// @@ -4591,7 +4654,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPSC72h", resourceCulture); } } - + /// /// Looks up a localized string similar to Purpose of call. /// @@ -4600,7 +4663,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textPurposeOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to Mass. /// @@ -4609,7 +4672,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textQuantity", resourceCulture); } } - + /// /// Looks up a localized string similar to Quantity unit. /// @@ -4618,7 +4681,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textQuantityUnit", resourceCulture); } } - + /// /// Looks up a localized string similar to Check status. /// @@ -4627,7 +4690,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textQueryHIS", resourceCulture); } } - + /// /// Looks up a localized string similar to Save all?. /// @@ -4636,7 +4699,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textQuestionSaveAll", resourceCulture); } } - + /// /// Looks up a localized string similar to Save data on this page?. /// @@ -4645,7 +4708,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textQuestionSavePage", resourceCulture); } } - + /// /// Looks up a localized string similar to Radionuclide name. /// @@ -4654,7 +4717,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRadioNuclideName", resourceCulture); } } - + /// /// Looks up a localized string similar to Reason for invalid ISSC. /// @@ -4663,7 +4726,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textReasonForInvalidISSC", resourceCulture); } } - + /// /// Looks up a localized string similar to Received at. /// @@ -4672,7 +4735,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textReceivedAt", resourceCulture); } } - + /// /// Looks up a localized string similar to Refresh. /// @@ -4681,7 +4744,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRefresh", resourceCulture); } } - + /// /// Looks up a localized string similar to Registry date. /// @@ -4690,7 +4753,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRegistryDate", resourceCulture); } } - + /// /// Looks up a localized string similar to Reinspection sanitary control required?. /// @@ -4699,7 +4762,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textReinspectionSanitaryControl", resourceCulture); } } - + /// /// Looks up a localized string similar to Remarks. /// @@ -4708,7 +4771,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRemarks", resourceCulture); } } - + /// /// Looks up a localized string similar to Reporting party. /// @@ -4717,7 +4780,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textReportingParty", resourceCulture); } } - + /// /// Looks up a localized string similar to Requested at. /// @@ -4726,7 +4789,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRequestedAt", resourceCulture); } } - + /// /// Looks up a localized string similar to Requested position in port of call. /// @@ -4735,7 +4798,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRequestedPositionInPortOfCall", resourceCulture); } } - + /// /// Looks up a localized string similar to Request timed out. /// @@ -4744,7 +4807,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRequestTimedOut", resourceCulture); } } - + /// /// Looks up a localized string similar to Reset. /// @@ -4753,7 +4816,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textReset", resourceCulture); } } - + /// /// Looks up a localized string similar to Reset password. /// @@ -4762,7 +4825,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textResetPassword", resourceCulture); } } - + /// /// Looks up a localized string similar to Residental Permit. /// @@ -4771,7 +4834,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textResidencePermit", resourceCulture); } } - + /// /// Looks up a localized string similar to Hazards. /// @@ -4780,7 +4843,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textRisks", resourceCulture); } } - + /// /// Looks up a localized string similar to Sanitary control exemption or certificate on board?. /// @@ -4789,7 +4852,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryControlExemption", resourceCulture); } } - + /// /// Looks up a localized string similar to Date of sanitary measure. /// @@ -4798,7 +4861,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryMeasureDate", resourceCulture); } } - + /// /// Looks up a localized string similar to Details of sanitary measure. /// @@ -4807,7 +4870,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryMeasureDetails", resourceCulture); } } - + /// /// Looks up a localized string similar to Kind of sanitary measure. /// @@ -4816,7 +4879,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryMeasureKind", resourceCulture); } } - + /// /// Looks up a localized string similar to Place of sanitary measure. /// @@ -4825,7 +4888,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryMeasurePlace", resourceCulture); } } - + /// /// Looks up a localized string similar to Kind of sanitary measures applied on board. /// @@ -4834,7 +4897,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSanitaryMeasuresApplied", resourceCulture); } } - + /// /// Looks up a localized string similar to Save. /// @@ -4843,7 +4906,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSave", resourceCulture); } } - + /// /// Looks up a localized string similar to Save all. /// @@ -4852,7 +4915,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSaveAll", resourceCulture); } } - + /// /// Looks up a localized string similar to Search. /// @@ -4861,7 +4924,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSearch", resourceCulture); } } - + /// /// Looks up a localized string similar to More than {0} ({1}) search matches found. The first {0} are shown. Please modify your search criteria to limit the results.. /// @@ -4870,7 +4933,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSearchExceededMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Search NST2007 list. /// @@ -4879,7 +4942,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSearchNST", resourceCulture); } } - + /// /// Looks up a localized string similar to SEC - Security. /// @@ -4888,7 +4951,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSEC", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} seconds elapsed. /// @@ -4897,7 +4960,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSecondsElapsed", resourceCulture); } } - + /// /// Looks up a localized string similar to Security. /// @@ -4906,7 +4969,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSecurity", resourceCulture); } } - + /// /// Looks up a localized string similar to Security matters. /// @@ -4915,7 +4978,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSecurityMatters", resourceCulture); } } - + /// /// Looks up a localized string similar to Security notification. /// @@ -4924,7 +4987,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSecurityNotification", resourceCulture); } } - + /// /// Looks up a localized string similar to Select all. /// @@ -4933,7 +4996,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSelectAll", resourceCulture); } } - + /// /// Looks up a localized string similar to Select classes to import. /// @@ -4942,7 +5005,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSelectImportClasses", resourceCulture); } } - + /// /// Looks up a localized string similar to Select none. /// @@ -4951,7 +5014,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSelectNone", resourceCulture); } } - + /// /// Looks up a localized string similar to Send date. /// @@ -4960,7 +5023,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSendDate", resourceCulture); } } - + /// /// Looks up a localized string similar to Send to HIS. /// @@ -4969,7 +5032,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSendToHIS", resourceCulture); } } - + /// /// Looks up a localized string similar to Send to NSW. /// @@ -4978,7 +5041,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSendToNSW", resourceCulture); } } - + /// /// Looks up a localized string similar to Sent by. /// @@ -4987,7 +5050,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSentBy", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship services. /// @@ -4996,7 +5059,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textServ", resourceCulture); } } - + /// /// Looks up a localized string similar to Server status. /// @@ -5005,7 +5068,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textServerStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to Beneficiary. /// @@ -5014,7 +5077,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textServiceBeneficiary", resourceCulture); } } - + /// /// Looks up a localized string similar to Invoice recipient. /// @@ -5023,7 +5086,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textServiceInvoiceRecipient", resourceCulture); } } - + /// /// Looks up a localized string similar to Service name. /// @@ -5032,7 +5095,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textServiceName", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship-to-ship activity. /// @@ -5041,7 +5104,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShip2ShipActivity", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship data. /// @@ -5050,7 +5113,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShipData", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship e-mail. /// @@ -5059,7 +5122,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShipEmail", resourceCulture); } } - + /// /// Looks up a localized string similar to Shipping area. /// @@ -5068,7 +5131,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShippingArea", resourceCulture); } } - + /// /// Looks up a localized string similar to Europe. /// @@ -5077,7 +5140,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShippingAreaEUROPE", resourceCulture); } } - + /// /// Looks up a localized string similar to North / Baltic Sea. /// @@ -5086,7 +5149,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShippingAreaNORTHBALTIC", resourceCulture); } } - + /// /// Looks up a localized string similar to Overseas. /// @@ -5095,7 +5158,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShippingAreaOverseas", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship security level. /// @@ -5104,7 +5167,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShipSecLevel", resourceCulture); } } - + /// /// Looks up a localized string similar to Ship-to-ship acitivities. /// @@ -5113,7 +5176,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShipToShip", resourceCulture); } } - + /// /// Looks up a localized string similar to Has the ship visited an infected area (WHO)?. /// @@ -5122,7 +5185,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShipVisitedInfectedArea", resourceCulture); } } - + /// /// Looks up a localized string similar to _Show as text. /// @@ -5131,7 +5194,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShowAsText", resourceCulture); } } - + /// /// Looks up a localized string similar to Show data. /// @@ -5140,7 +5203,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textShowData", resourceCulture); } } - + /// /// Looks up a localized string similar to Sick animals or pets on board?. /// @@ -5149,7 +5212,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSickAnimalsOrPets", resourceCulture); } } - + /// /// Looks up a localized string similar to Sick persons on board?. /// @@ -5158,7 +5221,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSickPersonsOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Simplification available. /// @@ -5167,7 +5230,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSimplificationAvailable", resourceCulture); } } - + /// /// Looks up a localized string similar to Single hull. /// @@ -5176,7 +5239,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSingleHull", resourceCulture); } } - + /// /// Looks up a localized string similar to Single hull with separate ballast tanks. /// @@ -5185,7 +5248,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSingleHullBallast", resourceCulture); } } - + /// /// Looks up a localized string similar to At least one of NOA_NOD, AGNT, INFO, SEC, TIEFA, SERV hasn't been sent for DEBRE/DEBRV/DEHAM: ({0}) Close anyway?. /// @@ -5194,7 +5257,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSpecialCaseBREBRV", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} has not been sent for DEHAM. Close anyway?. /// @@ -5203,7 +5266,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSpecialCaseDEHAM", resourceCulture); } } - + /// /// Looks up a localized string similar to Special requirements. /// @@ -5212,7 +5275,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSpecialRequirementsOfShipAtBerth", resourceCulture); } } - + /// /// Looks up a localized string similar to Status. /// @@ -5221,7 +5284,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to Status info. /// @@ -5230,7 +5293,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStatusInfo", resourceCulture); } } - + /// /// Looks up a localized string similar to Stern thruster power. /// @@ -5239,7 +5302,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSternThrusterPower", resourceCulture); } } - + /// /// Looks up a localized string similar to Stop waiting... /// @@ -5248,7 +5311,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStopWaiting", resourceCulture); } } - + /// /// Looks up a localized string similar to Store. /// @@ -5257,7 +5320,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStore", resourceCulture); } } - + /// /// Looks up a localized string similar to Stowage position. /// @@ -5266,7 +5329,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStowagePosition", resourceCulture); } } - + /// /// Looks up a localized string similar to Stowaways on board. /// @@ -5275,7 +5338,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStowaways", resourceCulture); } } - + /// /// Looks up a localized string similar to Number of stowaways on board. /// @@ -5284,7 +5347,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStowawaysOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Street, number. /// @@ -5293,7 +5356,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStreetAndNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Street / number. /// @@ -5302,7 +5365,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textStreetNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Subsidiary risks. /// @@ -5311,7 +5374,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSubsidiaryRisk", resourceCulture); } } - + /// /// Looks up a localized string similar to System errors. /// @@ -5320,7 +5383,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textSystemErrors", resourceCulture); } } - + /// /// Looks up a localized string similar to Border police. /// @@ -5329,7 +5392,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTabBorderPolice", resourceCulture); } } - + /// /// Looks up a localized string similar to Crew list. /// @@ -5338,7 +5401,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTabCrewList", resourceCulture); } } - + /// /// Looks up a localized string similar to Passenger list. /// @@ -5347,7 +5410,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTabPassengerList", resourceCulture); } } - + /// /// Looks up a localized string similar to Tanker. /// @@ -5356,7 +5419,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTanker", resourceCulture); } } - + /// /// Looks up a localized string similar to Condition of cargo and ballast tanks. /// @@ -5365,7 +5428,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTankerCondition", resourceCulture); } } - + /// /// Looks up a localized string similar to Tanker hull configuration. /// @@ -5374,7 +5437,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTankerHullConfig", resourceCulture); } } - + /// /// Looks up a localized string similar to Type of cargo. /// @@ -5383,7 +5446,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTankerNatureOfCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to Volume of cargo (t). /// @@ -5392,7 +5455,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTankerVolumeOfCargo", resourceCulture); } } - + /// /// Looks up a localized string similar to Technical name. /// @@ -5401,7 +5464,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTechnicalName", resourceCulture); } } - + /// /// Looks up a localized string similar to Ticket No. /// @@ -5410,7 +5473,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTicketNo", resourceCulture); } } - + /// /// Looks up a localized string similar to Timestamp. /// @@ -5419,7 +5482,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTimestamp", resourceCulture); } } - + /// /// Looks up a localized string similar to Title. /// @@ -5428,7 +5491,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTitle", resourceCulture); } } - + /// /// Looks up a localized string similar to Show message core database fields (Detail). /// @@ -5437,7 +5500,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTooltipDetails", resourceCulture); } } - + /// /// Looks up a localized string similar to Reload data (Refresh). /// @@ -5446,7 +5509,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTooltipRefresh", resourceCulture); } } - + /// /// Looks up a localized string similar to Perform declaration validation. /// @@ -5455,7 +5518,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTooltipValidation", resourceCulture); } } - + /// /// Looks up a localized string similar to Total number of ill passengers greater than normal / expected?. /// @@ -5464,7 +5527,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTotalNumberIllHigherThanExpected", resourceCulture); } } - + /// /// Looks up a localized string similar to Towage. /// @@ -5473,7 +5536,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTowage", resourceCulture); } } - + /// /// Looks up a localized string similar to Towage on arrival. /// @@ -5482,7 +5545,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTowageOnArrival", resourceCulture); } } - + /// /// Looks up a localized string similar to Towage on departure. /// @@ -5491,7 +5554,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTowageOnDeparture", resourceCulture); } } - + /// /// Looks up a localized string similar to Transit. /// @@ -5500,7 +5563,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTransit", resourceCulture); } } - + /// /// Looks up a localized string similar to Transit passenger. /// @@ -5509,7 +5572,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTransitPassenger", resourceCulture); } } - + /// /// Looks up a localized string similar to Transport index. /// @@ -5518,7 +5581,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTransportIndex", resourceCulture); } } - + /// /// Looks up a localized string similar to Transport mode. /// @@ -5527,7 +5590,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTransportMode", resourceCulture); } } - + /// /// Looks up a localized string similar to Treatment facility provider (comma separated). /// @@ -5536,7 +5599,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTreatmentFacilityProviderDisplay", resourceCulture); } } - + /// /// Looks up a localized string similar to Treatment facility provider name. /// @@ -5545,7 +5608,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTreatmentFacilityProviderName", resourceCulture); } } - + /// /// Looks up a localized string similar to Type. /// @@ -5554,7 +5617,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textType", resourceCulture); } } - + /// /// Looks up a localized string similar to Type for Locode.... /// @@ -5563,7 +5626,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textTypeLocode", resourceCulture); } } - + /// /// Looks up a localized string similar to Reset "Cancelled" flag in database. /// @@ -5572,7 +5635,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUndoCancel", resourceCulture); } } - + /// /// Looks up a localized string similar to Unlock. /// @@ -5581,7 +5644,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUnlock", resourceCulture); } } - + /// /// Looks up a localized string similar to UN number. /// @@ -5590,7 +5653,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUNNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Some messages have unsaved changes. Send anyway?. /// @@ -5599,7 +5662,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUnsavedChangesSendAnyWay", resourceCulture); } } - + /// /// Looks up a localized string similar to Server status update. /// @@ -5608,7 +5671,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUpdateStatus", resourceCulture); } } - + /// /// Looks up a localized string similar to Reading file {0}/{1}.... /// @@ -5617,7 +5680,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUpdatingFile", resourceCulture); } } - + /// /// Looks up a localized string similar to User administration. /// @@ -5626,7 +5689,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUserAdministration", resourceCulture); } } - + /// /// Looks up a localized string similar to Username. /// @@ -5635,7 +5698,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUsername", resourceCulture); } } - + /// /// Looks up a localized string similar to Username and/or password empty!. /// @@ -5644,7 +5707,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUserNamePasswordEmpty", resourceCulture); } } - + /// /// Looks up a localized string similar to Username unknown. /// @@ -5653,7 +5716,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textUsernameUnknown", resourceCulture); } } - + /// /// Looks up a localized string similar to Validation. /// @@ -5662,7 +5725,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValidation", resourceCulture); } } - + /// /// Looks up a localized string similar to Validation condition. /// @@ -5671,7 +5734,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValidationCondition", resourceCulture); } } - + /// /// Looks up a localized string similar to No errors or violations detected. /// @@ -5680,7 +5743,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValidationOK", resourceCulture); } } - + /// /// Looks up a localized string similar to Valid exemption. /// @@ -5689,7 +5752,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValidExemption", resourceCulture); } } - + /// /// Looks up a localized string similar to Valid ISSC on board?. /// @@ -5698,7 +5761,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValidISSCOnBoard", resourceCulture); } } - + /// /// Looks up a localized string similar to Value. /// @@ -5707,7 +5770,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textValue", resourceCulture); } } - + /// /// Looks up a localized string similar to Vehicle licence plate. /// @@ -5716,7 +5779,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVehicleLicensePlate", resourceCulture); } } - + /// /// Looks up a localized string similar to Vessel class. /// @@ -5725,7 +5788,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVesselClass", resourceCulture); } } - + /// /// Looks up a localized string similar to Vessel name. /// @@ -5734,7 +5797,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVesselName", resourceCulture); } } - + /// /// Looks up a localized string similar to Vessel type. /// @@ -5743,7 +5806,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVesselType", resourceCulture); } } - + /// /// Looks up a localized string similar to Violations. /// @@ -5752,7 +5815,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textViolations", resourceCulture); } } - + /// /// Looks up a localized string similar to Visa number. /// @@ -5761,7 +5824,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVisaNumber", resourceCulture); } } - + /// /// Looks up a localized string similar to Visits of infected areas as declared by the WHO. /// @@ -5770,7 +5833,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVisitsInfectedAreas", resourceCulture); } } - + /// /// Looks up a localized string similar to Visit / transit. /// @@ -5779,7 +5842,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVisitTransit", resourceCulture); } } - + /// /// Looks up a localized string similar to A data record with this Visit / TransitId is already in the database!. /// @@ -5788,7 +5851,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVisitTransitAlreadyInDatabase", resourceCulture); } } - + /// /// Looks up a localized string similar to Visit / transit id. /// @@ -5797,7 +5860,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVisitTransitId", resourceCulture); } } - + /// /// Looks up a localized string similar to 1. Voyage. /// @@ -5806,7 +5869,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textVoyage", resourceCulture); } } - + /// /// Looks up a localized string similar to Waiting for Id... /// @@ -5815,7 +5878,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWaitForId", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste. /// @@ -5824,7 +5887,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWaste", resourceCulture); } } - + /// /// Looks up a localized string similar to Amount of waste of this type that has been discharged at the last port. /// @@ -5833,7 +5896,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteAmountDischargedLastPort", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste amount received (cbm). /// @@ -5842,7 +5905,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteAmountReceived", resourceCulture); } } - + /// /// Looks up a localized string similar to Amount to be disposed. /// @@ -5851,7 +5914,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteAmountToBeDisposed", resourceCulture); } } - + /// /// Looks up a localized string similar to Date of last disposal. /// @@ -5860,7 +5923,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteDateLastDisposal", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste delivery date from. /// @@ -5869,7 +5932,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteDeliveryDateFrom", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste delivery date to. /// @@ -5878,7 +5941,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteDeliveryDateTo", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste disposal service providers. /// @@ -5887,7 +5950,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteDisposalServiceProviders", resourceCulture); } } - + /// /// Looks up a localized string similar to Estimated waste/cargo residues amount generated between port of call and next port. /// @@ -5896,7 +5959,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteGeneratedUntilNextPort", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} waste positions imported. /// @@ -5905,7 +5968,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteImported", resourceCulture); } } - + /// /// Looks up a localized string similar to Max.waste capacity on board. /// @@ -5914,7 +5977,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteMaxCapacity", resourceCulture); } } - + /// /// Looks up a localized string similar to Port of delivery of remaining waste. /// @@ -5923,7 +5986,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWastePortOfDelivery", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste receipt. /// @@ -5932,7 +5995,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteReceipt", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste received. /// @@ -5941,7 +6004,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteReceived", resourceCulture); } } - + /// /// Looks up a localized string similar to Waste amount retained on board. /// @@ -5950,7 +6013,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWasteRetained", resourceCulture); } } - + /// /// Looks up a localized string similar to Password is wrong!. /// @@ -5959,7 +6022,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWrongPassword", resourceCulture); } } - + /// /// Looks up a localized string similar to 3 logon attempts failed. Login denied. If you do not remember your password, please contact your administrator to reset it.. /// @@ -5968,7 +6031,7 @@ namespace ENI2.Properties { return ResourceManager.GetString("textWrongPasswordThreeTimes", resourceCulture); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -5978,7 +6041,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -5988,7 +6051,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -5998,7 +6061,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -6008,7 +6071,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -6018,7 +6081,7 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -6028,43 +6091,43 @@ namespace ENI2.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap arrival_user { + public static System.Drawing.Bitmap user_edit1 { get { - object obj = ResourceManager.GetObject("arrival_user", resourceCulture); + object obj = ResourceManager.GetObject("user_edit1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap arrival_worker { + public static System.Drawing.Bitmap user_edit2 { get { - object obj = ResourceManager.GetObject("arrival_worker", resourceCulture); + object obj = ResourceManager.GetObject("user_edit2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap departure_user { + public static System.Drawing.Bitmap user_edit3 { get { - object obj = ResourceManager.GetObject("departure_user", resourceCulture); + object obj = ResourceManager.GetObject("user_edit3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap departure_worker { + public static System.Drawing.Bitmap user_edit4 { get { - object obj = ResourceManager.GetObject("departure_worker", resourceCulture); + object obj = ResourceManager.GetObject("user_edit4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } diff --git a/ENI2/Properties/Resources.resx b/ENI2/Properties/Resources.resx index 92fc770f..4a589e77 100644 --- a/ENI2/Properties/Resources.resx +++ b/ENI2/Properties/Resources.resx @@ -1,17 +1,17 @@  - @@ -586,17 +586,17 @@ ..\Resources\user_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\arrival_user.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\user_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\arrival_worker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\user_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\departure_user.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\user_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\departure_worker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\user_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Save @@ -2092,4 +2092,25 @@ 6. Crew data on arrival + + 7. Crew data on departure + + + 8. Passenger data on arrival + + + 9. Passenger data on departure + + + 10. Dangerous cargo data on arrival + + + 11. Dangerous cargo data on departure + + + 12. Actual time of arrival / departure + + + 13. Waste receipts + \ No newline at end of file diff --git a/ENI2/SheetDisplayControls/CrewDepartureControl.xaml b/ENI2/SheetDisplayControls/CrewDepartureControl.xaml new file mode 100644 index 00000000..6dd9958c --- /dev/null +++ b/ENI2/SheetDisplayControls/CrewDepartureControl.xaml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + +