From 157affc4364f4ba367ce00321e381e51cbd0bc3e Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 1 Jul 2025 10:25:04 +0200 Subject: [PATCH] Document Viewer Referenzen erneuert, wegen Value.Tuple --- .../DocumentViewer.Designer.vb | 2 +- Controls.DocumentViewer/DocumentViewer.vb | 3 ++- GUIs.Test.TestGUI/TestGUI.vbproj | 25 +++++++++++-------- Service.EDMIService/EDMIService.vbproj | 14 +++++------ 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/Controls.DocumentViewer/DocumentViewer.Designer.vb b/Controls.DocumentViewer/DocumentViewer.Designer.vb index cd802e1d..d8f7669a 100644 --- a/Controls.DocumentViewer/DocumentViewer.Designer.vb +++ b/Controls.DocumentViewer/DocumentViewer.Designer.vb @@ -421,7 +421,7 @@ Partial Class DocumentViewer ' 'SpreadsheetControl1 ' - Me.SpreadsheetControl1.Location = New System.Drawing.Point(316, 270) + Me.SpreadsheetControl1.Location = New System.Drawing.Point(147, 190) Me.SpreadsheetControl1.MenuManager = Me.BarManager1 Me.SpreadsheetControl1.Name = "SpreadsheetControl1" Me.SpreadsheetControl1.ReadOnly = True diff --git a/Controls.DocumentViewer/DocumentViewer.vb b/Controls.DocumentViewer/DocumentViewer.vb index 2e0e8779..2431c5a7 100644 --- a/Controls.DocumentViewer/DocumentViewer.vb +++ b/Controls.DocumentViewer/DocumentViewer.vb @@ -123,6 +123,7 @@ Public Class DocumentViewer ''' Public Sub LoadFile(FilePath As String) FileLoaded = False + we If _licenseKey = String.Empty Then _logger.Warn("License key was not provided. File {0} not loaded.", FilePath) @@ -138,7 +139,7 @@ Public Class DocumentViewer _FileLoadMode = FileLoadMode.File _FileInfo = New FileInfo(FilePath) - _logger.Info("Loading File [{0}] from Filesystem", FilePath) + _logger.Info("Loading file [{0}] from Filesystem", FilePath) FileLoaded = DoLoadFile(FilePath) SetViewerMode(_FileInfo.Extension) diff --git a/GUIs.Test.TestGUI/TestGUI.vbproj b/GUIs.Test.TestGUI/TestGUI.vbproj index 2de4c853..9469e29a 100644 --- a/GUIs.Test.TestGUI/TestGUI.vbproj +++ b/GUIs.Test.TestGUI/TestGUI.vbproj @@ -85,33 +85,38 @@ ..\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll + + ..\..\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll + - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Config.dll + ..\..\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Database.dll + ..\..\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll + + + ..\..\DDModules\Encryption\bin\Debug\DigitalData.Modules.Encryption.dll P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DigitalData.Modules.Filesystem.dll - ..\..\Modules\Interfaces\bin\Debug\DigitalData.Modules.Interfaces.dll + ..\..\DDModules\Interfaces\bin\Debug\DigitalData.Modules.Interfaces.dll - - False - ..\..\Modules\Jobs\bin\Debug\DigitalData.Modules.Jobs.dll + + ..\..\DDModules\Jobs\bin\Debug\DigitalData.Modules.Jobs.dll - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Logging.dll + ..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll - ..\..\Modules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll + ..\..\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll - ..\..\Modules\Windows\bin\Debug\DigitalData.Modules.Windows.dll + ..\..\DDModules\Windows\bin\Debug\DigitalData.Modules.Windows.dll - ..\..\Modules\Windream\bin\Debug\DigitalData.Modules.Windream.dll + ..\..\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll ..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll diff --git a/Service.EDMIService/EDMIService.vbproj b/Service.EDMIService/EDMIService.vbproj index ec2326c1..5edf3300 100644 --- a/Service.EDMIService/EDMIService.vbproj +++ b/Service.EDMIService/EDMIService.vbproj @@ -67,16 +67,16 @@ - ..\..\Modules\Base\bin\Debug\DigitalData.Modules.Base.dll + ..\..\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Config.dll + ..\..\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Database.dll + ..\..\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll - ..\..\Modules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll + ..\..\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DigitalData.Modules.Filesystem.dll @@ -85,13 +85,13 @@ P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DigitalData.Modules.Language.dll - ..\..\Modules\Config\bin\Debug\DigitalData.Modules.Logging.dll + ..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll - ..\..\Modules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll + ..\..\DDModules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll - ..\..\Modules\Patterns\bin\Debug\DigitalData.Modules.ZooFlow.dll + ..\..\DDModules\ZooFlow\bin\Debug\DigitalData.Modules.ZooFlow.dll ..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll