Compare commits
26 Commits
12e9538968
...
Release-Mo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d46880f245 | ||
|
|
3ac4ac9a9b | ||
|
|
3f63173feb | ||
|
|
91287d75c1 | ||
|
|
d46fca1cfa | ||
|
|
9d66826be9 | ||
|
|
9b321269ce | ||
|
|
5d4cdb2814 | ||
|
|
c2e7d06c4c | ||
|
|
b4ea5d9a00 | ||
|
|
da9b468b01 | ||
|
|
180d5d7d3a | ||
|
|
234510e5db | ||
|
|
7ce7a11a30 | ||
|
|
80b33eb3b2 | ||
|
|
4a62d456d0 | ||
|
|
2c1c63563c | ||
|
|
6272a11eb1 | ||
|
|
8a7a9ebb67 | ||
|
|
6d12be2033 | ||
|
|
c7ef7fe478 | ||
|
|
48bc6dcc26 | ||
|
|
38e682dcef | ||
|
|
543db62095 | ||
|
|
44267288ef | ||
|
|
904c4a7f2e |
@@ -46,7 +46,7 @@ Public Class ClassCurrent
|
|||||||
Public Shared Property TEMP_FILES As List(Of String) = New List(Of String)
|
Public Shared Property TEMP_FILES As List(Of String) = New List(Of String)
|
||||||
|
|
||||||
Public Shared Property TEMP_WORK_FILES As List(Of String) = New List(Of String)
|
Public Shared Property TEMP_WORK_FILES As List(Of String) = New List(Of String)
|
||||||
Public Shared Property GDPictureLicense As String = "None"
|
Public Shared Property GDPictureLicense As String = ""
|
||||||
|
|
||||||
Public Shared Property EmailAttachments As List(Of EmailAttachment) = New List(Of EmailAttachment)
|
Public Shared Property EmailAttachments As List(Of EmailAttachment) = New List(Of EmailAttachment)
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -36,4 +36,9 @@ Public Class Config
|
|||||||
''' gelesen werden soll.
|
''' gelesen werden soll.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Property GDPictureVersion As String = ""
|
Public Property GDPictureVersion As String = ""
|
||||||
|
''' <summary>
|
||||||
|
''' Enthält die Lizenznummer des GDPicture Modules.
|
||||||
|
''' Nur wenn nicht über die Datenbank zu holen!!.
|
||||||
|
''' </summary>
|
||||||
|
Public Property GDPictureLicenseAsString As String = ""
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -49,67 +49,208 @@
|
|||||||
<Reference Include="AE.Net.Mail, Version=1.7.10.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="AE.Net.Mail, Version=1.7.10.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\AE.Net.Mail.1.7.10.0\lib\net45\AE.Net.Mail.dll</HintPath>
|
<HintPath>..\packages\AE.Net.Mail.1.7.10.0\lib\net45\AE.Net.Mail.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Base, Version=1.3.6.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll</HintPath>
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Base">
|
||||||
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Config">
|
<Reference Include="DigitalData.Modules.Config">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll</HintPath>
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Database, Version=2.3.5.1, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Database">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Logging, Version=2.6.3.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Logging">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Messaging, Version=1.9.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Messaging">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Patterns, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Patterns">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\2_DLL Projekte\DDModules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="GdPicture.NET.14, Version=14.2.90.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
<Reference Include="DocumentFormat.OpenXml, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\GDPicture\14.3.3\GdPicture.NET.14.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="GdPicture.NET.14.Common">
|
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\GDPicture\14.3.3\GdPicture.NET.14.Common.dll</HintPath>
|
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.1d.writer, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.2d.writer, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.CAD.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD.DWG, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.CAD.DWG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Common, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Common.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Document, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Document.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Email, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Email.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.HTML, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.HTML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Imaging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Imaging.Formats.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats.Conversion, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Rendering, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Markdown, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.Markdown.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.MSOfficeBinary, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenDocument, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.OpenDocument.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.OpenXML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML.Templating, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.PDF, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.PDF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.RTF, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.RTF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.SVG, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.SVG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.wia.gateway, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6973b5c22dcf45f7, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\GdPicture.NET.14.wia.gateway.dll</HintPath>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Interop.WINDREAMLib">
|
<Reference Include="Interop.WINDREAMLib">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
|
<HintPath>M:\Bibliotheken\3rdParty\windream\Interop.WINDREAMLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Interop.WMOBRWSLib">
|
<Reference Include="Interop.WMOBRWSLib">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOBRWSLib.dll</HintPath>
|
<HintPath>M:\Bibliotheken\3rdParty\windream\Interop.WMOBRWSLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Interop.WMOSRCHLib">
|
<Reference Include="Interop.WMOSRCHLib">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOSRCHLib.dll</HintPath>
|
<HintPath>M:\Bibliotheken\3rdParty\windream\Interop.WMOSRCHLib.dll</HintPath>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Interop.WMOTOOLLib">
|
||||||
|
<HintPath>M:\Bibliotheken\3rdParty\windream\Interop.WMOTOOLLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Mail">
|
<Reference Include="Mail">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\Limilabs\Mail.dll\Mail.dll</HintPath>
|
<HintPath>M:\Bibliotheken\3rdParty\Limilabs\Mail.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="NativeSDK.Exceptions, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\NativeSDK.Exceptions.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="NativeSDK.Settings, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\NativeSDK.Settings.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="NativeSDK.Settings.Edition, Version=14.3.21.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.21\lib\net462\NativeSDK.Settings.Edition.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="OpenMcdf, Version=2.4.1.0, Culture=neutral, PublicKeyToken=fdbb1629d7c00800, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\OpenMcdf.2.4.1\lib\net40\OpenMcdf.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\protobuf-net.3.2.46\lib\net462\protobuf-net.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\protobuf-net.Core.3.2.46\lib\net462\protobuf-net.Core.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="RtfPipe, Version=2.0.7677.4303, Culture=neutral, PublicKeyToken=5f6ab4ce530296d2, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.CodeDom, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.CodeDom.8.0.0\lib\net462\System.CodeDom.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.IO.Compression" />
|
<Reference Include="System.IO.Compression" />
|
||||||
|
<Reference Include="System.IO.Packaging, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.IO.Packaging.8.0.1\lib\net462\System.IO.Packaging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Management" />
|
||||||
|
<Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Numerics" />
|
||||||
|
<Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Runtime.Serialization" />
|
||||||
|
<Reference Include="System.Security" />
|
||||||
|
<Reference Include="System.Security.Cryptography.Pkcs, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Security.Cryptography.Pkcs.8.0.1\lib\net462\System.Security.Cryptography.Pkcs.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.ServiceModel" />
|
||||||
|
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Text.Json, Version=8.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Text.Json.8.0.6\lib\net462\System.Text.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Transactions" />
|
<Reference Include="System.Transactions" />
|
||||||
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="WindowsBase" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Import Include="Microsoft.VisualBasic" />
|
<Import Include="Microsoft.VisualBasic" />
|
||||||
@@ -175,11 +316,11 @@
|
|||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
<Import Project="..\packages\GdPicture.runtimes.windows.14.2.90\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.2.90\build\net462\GdPicture.runtimes.windows.targets')" />
|
<Import Project="..\packages\GdPicture.runtimes.windows.14.3.21\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.3.21\build\net462\GdPicture.runtimes.windows.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
|
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Error Condition="!Exists('..\packages\GdPicture.runtimes.windows.14.2.90\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.2.90\build\net462\GdPicture.runtimes.windows.targets'))" />
|
<Error Condition="!Exists('..\packages\GdPicture.runtimes.windows.14.3.21\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.3.21\build\net462\GdPicture.runtimes.windows.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
</configSections>
|
</configSections>
|
||||||
@@ -28,6 +28,42 @@
|
|||||||
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-6.0.1.0" newVersion="6.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.5.0" newVersion="4.1.5.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Security.Cryptography.Pkcs" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.6" newVersion="8.0.0.6" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.IO.Packaging" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
|
||||||
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
|
||||||
|
|||||||
@@ -77,12 +77,20 @@ Public Class clsWorkEmail
|
|||||||
_windream_index = New clsWindream_Index(LogConf)
|
_windream_index = New clsWindream_Index(LogConf)
|
||||||
_windreamConnectionString = WmConStr
|
_windreamConnectionString = WmConStr
|
||||||
End If
|
End If
|
||||||
|
If pConfigData.GDPictureLicenseAsString = String.Empty Then
|
||||||
|
_Logger.Debug("clsWorkEmail - GDPicture local is empty ..switching to db-getting ...")
|
||||||
GDPictureLicense = ConfigDbFunct.GetProductLicense("GDPICTURE", pConfigData.GDPictureVersion, _LogConfig, ConStr)
|
GDPictureLicense = ConfigDbFunct.GetProductLicense("GDPICTURE", pConfigData.GDPictureVersion, _LogConfig, ConStr)
|
||||||
|
Else
|
||||||
|
_Logger.Debug("")
|
||||||
|
_Logger.Debug(String.Format("clsWorkEmail - GDPicture License from local config [{0}]", pConfigData.GDPictureLicenseAsString))
|
||||||
|
_Logger.Debug("")
|
||||||
|
GDPictureLicense = pConfigData.GDPictureLicenseAsString
|
||||||
|
End If
|
||||||
|
|
||||||
If String.IsNullOrEmpty(GDPictureLicense) = False Then
|
If String.IsNullOrEmpty(GDPictureLicense) = False Then
|
||||||
_LicenseManager.RegisterKEY(GDPictureLicense)
|
_LicenseManager.RegisterKEY(GDPictureLicense)
|
||||||
Else
|
Else
|
||||||
_Logger.Error("clsWorkEmail() No value for GDPictureLicense found!")
|
_Logger.Error("clsWorkEmail() - No value for GDPictureLicense found")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
_EmailAccountID = pConfigData.EmailAccountId
|
_EmailAccountID = pConfigData.EmailAccountId
|
||||||
@@ -546,7 +554,6 @@ Public Class clsWorkEmail
|
|||||||
Dim TEMP_PROCESS_PROFILE_DT As DataTable = DT_POLL_PROCESS
|
Dim TEMP_PROCESS_PROFILE_DT As DataTable = DT_POLL_PROCESS
|
||||||
Dim PM_ROW As DataRow() = TEMP_PROCESS_PROFILE_DT.Select(oExpression)
|
Dim PM_ROW As DataRow() = TEMP_PROCESS_PROFILE_DT.Select(oExpression)
|
||||||
For Each row As DataRow In PM_ROW
|
For Each row As DataRow In PM_ROW
|
||||||
|
|
||||||
Try
|
Try
|
||||||
WM_REFERENCE_INDEX = row("WM_REFERENCE_INDEX")
|
WM_REFERENCE_INDEX = row("WM_REFERENCE_INDEX")
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -563,8 +570,6 @@ Public Class clsWorkEmail
|
|||||||
If Copy2HDD(pCurrentMail, row("COPY_2_HDD"), row("PATH_ORIGINAL"), row("PATH_EMAIL_ERRORS"), False) = True Then
|
If Copy2HDD(pCurrentMail, row("COPY_2_HDD"), row("PATH_ORIGINAL"), row("PATH_EMAIL_ERRORS"), False) = True Then
|
||||||
ExtractBody(pCurrentMail)
|
ExtractBody(pCurrentMail)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
Next
|
Next
|
||||||
|
|
||||||
If CURRENT_MAIL_SUBJECT.Contains("[PROCESSMANAGER][EA]") Then
|
If CURRENT_MAIL_SUBJECT.Contains("[PROCESSMANAGER][EA]") Then
|
||||||
|
|||||||
@@ -1,7 +1,33 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="AE.Net.Mail" version="1.7.10.0" targetFramework="net461" />
|
<package id="AE.Net.Mail" version="1.7.10.0" targetFramework="net461" />
|
||||||
<package id="GdPicture" version="14.2.90" targetFramework="net462" />
|
<package id="BouncyCastle.Cryptography" version="2.5.0" targetFramework="net462" />
|
||||||
<package id="GdPicture.runtimes.windows" version="14.2.90" targetFramework="net462" />
|
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net462" />
|
||||||
|
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net462" />
|
||||||
|
<package id="GdPicture" version="14.3.21" targetFramework="net462" />
|
||||||
|
<package id="GdPicture.runtimes.windows" version="14.3.21" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.VisualBasic" version="10.3.0" targetFramework="net462" />
|
||||||
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
|
||||||
|
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net462" />
|
||||||
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
|
<package id="OpenMcdf" version="2.4.1" targetFramework="net462" />
|
||||||
|
<package id="protobuf-net" version="3.2.46" targetFramework="net462" />
|
||||||
|
<package id="protobuf-net.Core" version="3.2.46" targetFramework="net462" />
|
||||||
|
<package id="RtfPipe" version="2.0.7677.4303" targetFramework="net462" />
|
||||||
|
<package id="System.Buffers" version="4.6.0" targetFramework="net462" />
|
||||||
|
<package id="System.CodeDom" version="8.0.0" targetFramework="net462" />
|
||||||
|
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net462" />
|
||||||
|
<package id="System.IO.Packaging" version="8.0.1" targetFramework="net462" />
|
||||||
|
<package id="System.Management" version="8.0.0" targetFramework="net462" />
|
||||||
|
<package id="System.Memory" version="4.6.0" targetFramework="net462" />
|
||||||
|
<package id="System.Numerics.Vectors" version="4.6.0" targetFramework="net462" />
|
||||||
|
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.0" targetFramework="net462" />
|
||||||
|
<package id="System.Security.Cryptography.Pkcs" version="8.0.1" targetFramework="net462" />
|
||||||
|
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net462" />
|
||||||
|
<package id="System.Text.Json" version="8.0.6" targetFramework="net462" />
|
||||||
|
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net462" />
|
||||||
|
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
|
||||||
</packages>
|
</packages>
|
||||||
@@ -9,12 +9,10 @@
|
|||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="EmailProfiler.Form.My.MySettings.MyDatasetConnString"
|
<add name="EmailProfiler.Form.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;User ID=sa;Password=dd;Encrypt=True;TrustServerCertificate=True" providerName="System.Data.SqlClient"/>
|
||||||
connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;User ID=sa;Password=dd;Encrypt=True;TrustServerCertificate=True"
|
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
||||||
</startup>
|
</startup>
|
||||||
<runtime>
|
<runtime>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<AssemblyName>EmailProfiler.Form</AssemblyName>
|
<AssemblyName>EmailProfiler.Form</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<MyType>WindowsForms</MyType>
|
<MyType>WindowsForms</MyType>
|
||||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -82,10 +82,6 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\EmailProfiler.Common\bin\Debug\EmailProfiler.Common.dll</HintPath>
|
<HintPath>..\EmailProfiler.Common\bin\Debug\EmailProfiler.Common.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="GdPicture.NET.14, Version=14.2.90.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\GDPicture\14.3.3\GdPicture.NET.14.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="Microsoft.Identity.Client, Version=4.55.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.Identity.Client, Version=4.55.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
' <auto-generated>
|
' <auto-generated>
|
||||||
' Dieser Code wurde von einem Tool generiert.
|
' This code was generated by a tool.
|
||||||
' Laufzeitversion:4.0.30319.42000
|
' Runtime Version:4.0.30319.42000
|
||||||
'
|
'
|
||||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
' der Code erneut generiert wird.
|
' the code is regenerated.
|
||||||
' </auto-generated>
|
' </auto-generated>
|
||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -14,10 +14,10 @@ Option Explicit On
|
|||||||
|
|
||||||
Namespace My
|
Namespace My
|
||||||
|
|
||||||
'HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten
|
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||||
' oder in dieser Datei Buildfehler auftreten, wechseln Sie zum Projekt-Designer.
|
' or if you encounter build errors in this file, go to the Project Designer
|
||||||
' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im
|
' (go to Project Properties or double-click the My Project node in
|
||||||
' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor.
|
' Solution Explorer), and make changes on the Application tab.
|
||||||
'
|
'
|
||||||
Partial Friend Class MyApplication
|
Partial Friend Class MyApplication
|
||||||
|
|
||||||
@@ -34,5 +34,11 @@ Namespace My
|
|||||||
Protected Overrides Sub OnCreateMainForm()
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
Me.MainForm = Global.EmailProfiler.Form.frmMain
|
Me.MainForm = Global.EmailProfiler.Form.frmMain
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
|
||||||
|
Me.MinimumSplashScreenDisplayTime = 0
|
||||||
|
Return MyBase.OnInitialize(commandLineArgs)
|
||||||
|
End Function
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
<MyApplicationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<MySubMain>true</MySubMain>
|
<MySubMain>true</MySubMain>
|
||||||
<MainForm>Form1</MainForm>
|
<MainForm>frmMain</MainForm>
|
||||||
<SingleInstance>false</SingleInstance>
|
<SingleInstance>false</SingleInstance>
|
||||||
<ShutdownMode>0</ShutdownMode>
|
<ShutdownMode>0</ShutdownMode>
|
||||||
<EnableVisualStyles>true</EnableVisualStyles>
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
<AuthenticationMode>0</AuthenticationMode>
|
<AuthenticationMode>0</AuthenticationMode>
|
||||||
<ApplicationType>0</ApplicationType>
|
<MinimumSplashScreenDisplayTime>0</MinimumSplashScreenDisplayTime>
|
||||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||||
|
<HighDpiMode>0</HighDpiMode>
|
||||||
</MyApplicationData>
|
</MyApplicationData>
|
||||||
@@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyDescription("")>
|
<Assembly: AssemblyDescription("")>
|
||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("EmailProfiler Config")>
|
<Assembly: AssemblyProduct("EmailProfiler Config")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © 2025")>
|
<Assembly: AssemblyCopyright("Copyright © 2026")>
|
||||||
<Assembly: AssemblyTrademark("3.1.0")>
|
<Assembly: AssemblyTrademark("3.4.0.0")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.1.0.0")>
|
<Assembly: AssemblyVersion("3.4.0.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
' <auto-generated>
|
' <auto-generated>
|
||||||
' Dieser Code wurde von einem Tool generiert.
|
' This code was generated by a tool.
|
||||||
' Laufzeitversion:4.0.30319.42000
|
' Runtime Version:4.0.30319.42000
|
||||||
'
|
'
|
||||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
' der Code erneut generiert wird.
|
' the code is regenerated.
|
||||||
' </auto-generated>
|
' </auto-generated>
|
||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -15,12 +15,12 @@ Imports System
|
|||||||
|
|
||||||
Namespace My.Resources
|
Namespace My.Resources
|
||||||
|
|
||||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
'class via a tool like ResGen or Visual Studio.
|
||||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
'with the /str option, or rebuild your VS project.
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@@ -33,7 +33,7 @@ Namespace My.Resources
|
|||||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
''' Returns the cached ResourceManager instance used by this class.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
@@ -47,8 +47,8 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
''' Overrides the current thread's CurrentUICulture property for all
|
||||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
''' resource lookups using this strongly typed resource class.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
@@ -61,7 +61,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property arrow_Down_16xMD() As System.Drawing.Bitmap
|
Friend ReadOnly Property arrow_Down_16xMD() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -71,7 +71,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap
|
Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -81,7 +81,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property email_go() As System.Drawing.Bitmap
|
Friend ReadOnly Property email_go() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -91,7 +91,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property Encrypt() As System.Drawing.Bitmap
|
Friend ReadOnly Property Encrypt() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -101,7 +101,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property folder_Closed_16xLG() As System.Drawing.Bitmap
|
Friend ReadOnly Property folder_Closed_16xLG() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -111,7 +111,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property handdrawn_arrow_down() As System.Drawing.Bitmap
|
Friend ReadOnly Property handdrawn_arrow_down() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -121,7 +121,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property key_16xLG() As System.Drawing.Bitmap
|
Friend ReadOnly Property key_16xLG() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -131,7 +131,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property refresh_16xLG() As System.Drawing.Bitmap
|
Friend ReadOnly Property refresh_16xLG() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
@@ -141,7 +141,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property save_16xMD() As System.Drawing.Bitmap
|
Friend ReadOnly Property save_16xMD() As System.Drawing.Bitmap
|
||||||
Get
|
Get
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
' <auto-generated>
|
' <auto-generated>
|
||||||
' Dieser Code wurde von einem Tool generiert.
|
' This code was generated by a tool.
|
||||||
' Laufzeitversion:4.0.30319.42000
|
' Runtime Version:4.0.30319.42000
|
||||||
'
|
'
|
||||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
' der Code erneut generiert wird.
|
' the code is regenerated.
|
||||||
' </auto-generated>
|
' </auto-generated>
|
||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Namespace My
|
|||||||
|
|
||||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||||
|
|
||||||
#Region "Automatische My.Settings-Speicherfunktion"
|
#Region "My.Settings Auto-Save Functionality"
|
||||||
#If _MyType = "WindowsForms" Then
|
#If _MyType = "WindowsForms" Then
|
||||||
Private Shared addedHandler As Boolean
|
Private Shared addedHandler As Boolean
|
||||||
|
|
||||||
|
|||||||
252
App/EmailProfiler.Form/frmMain.Designer.vb
generated
252
App/EmailProfiler.Form/frmMain.Designer.vb
generated
@@ -324,6 +324,17 @@ Partial Class frmMain
|
|||||||
Me.txtUser = New System.Windows.Forms.TextBox()
|
Me.txtUser = New System.Windows.Forms.TextBox()
|
||||||
Me.Label3 = New System.Windows.Forms.Label()
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
||||||
|
Me.tabMonitoring = New System.Windows.Forms.TabPage()
|
||||||
|
Me.pnlMonitoringGrid = New DevExpress.XtraEditors.PanelControl()
|
||||||
|
Me.gridMonitoring = New DevExpress.XtraGrid.GridControl()
|
||||||
|
Me.GridViewMonitoring = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||||
|
Me.pnlMonitoringConfig = New DevExpress.XtraEditors.PanelControl()
|
||||||
|
Me.btnRestoreDefaultLayout = New System.Windows.Forms.Button()
|
||||||
|
Me.btnSaveLayout = New System.Windows.Forms.Button()
|
||||||
|
Me.btnRefresh = New System.Windows.Forms.Button()
|
||||||
|
Me.btnMonitoringConfig = New System.Windows.Forms.Button()
|
||||||
|
Me.txtMonitoringConfig = New System.Windows.Forms.TextBox()
|
||||||
|
Me.lblMonitoringConfig = New System.Windows.Forms.Label()
|
||||||
Me.TBEMLP_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
Me.TBEMLP_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
||||||
Me.TBEMLP_POLL_PROFILESTableAdapter = New EmailProfiler.Form.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter()
|
Me.TBEMLP_POLL_PROFILESTableAdapter = New EmailProfiler.Form.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter()
|
||||||
@@ -440,6 +451,13 @@ Partial Class frmMain
|
|||||||
CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.GroupBox1.SuspendLayout()
|
Me.GroupBox1.SuspendLayout()
|
||||||
|
Me.tabMonitoring.SuspendLayout()
|
||||||
|
CType(Me.pnlMonitoringGrid, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.pnlMonitoringGrid.SuspendLayout()
|
||||||
|
CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.GridViewMonitoring, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.pnlMonitoringConfig, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.pnlMonitoringConfig.SuspendLayout()
|
||||||
CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
'
|
'
|
||||||
@@ -1004,6 +1022,7 @@ Partial Class frmMain
|
|||||||
Me.TabControl1.Controls.Add(Me.tabProfile)
|
Me.TabControl1.Controls.Add(Me.tabProfile)
|
||||||
Me.TabControl1.Controls.Add(Me.tabEmail)
|
Me.TabControl1.Controls.Add(Me.tabEmail)
|
||||||
Me.TabControl1.Controls.Add(Me.tabConfig)
|
Me.TabControl1.Controls.Add(Me.tabConfig)
|
||||||
|
Me.TabControl1.Controls.Add(Me.tabMonitoring)
|
||||||
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.TabControl1.Name = "TabControl1"
|
Me.TabControl1.Name = "TabControl1"
|
||||||
@@ -1679,9 +1698,9 @@ Partial Class frmMain
|
|||||||
'ACTIVECheckBox1
|
'ACTIVECheckBox1
|
||||||
'
|
'
|
||||||
Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "ACTIVE", True))
|
Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "ACTIVE", True))
|
||||||
Me.ACTIVECheckBox1.Location = New System.Drawing.Point(757, 38)
|
Me.ACTIVECheckBox1.Location = New System.Drawing.Point(757, 47)
|
||||||
Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1"
|
Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1"
|
||||||
Me.ACTIVECheckBox1.Size = New System.Drawing.Size(94, 38)
|
Me.ACTIVECheckBox1.Size = New System.Drawing.Size(61, 22)
|
||||||
Me.ACTIVECheckBox1.TabIndex = 3
|
Me.ACTIVECheckBox1.TabIndex = 3
|
||||||
Me.ACTIVECheckBox1.Text = "Active"
|
Me.ACTIVECheckBox1.Text = "Active"
|
||||||
Me.ACTIVECheckBox1.UseVisualStyleBackColor = True
|
Me.ACTIVECheckBox1.UseVisualStyleBackColor = True
|
||||||
@@ -1693,7 +1712,6 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator2.CountItem = Me.ToolStripLabel1
|
Me.BindingNavigator2.CountItem = Me.ToolStripLabel1
|
||||||
Me.BindingNavigator2.CountItemFormat = "von {0} Prozessen"
|
Me.BindingNavigator2.CountItemFormat = "von {0} Prozessen"
|
||||||
Me.BindingNavigator2.DeleteItem = Me.ToolStripButton3
|
Me.BindingNavigator2.DeleteItem = Me.ToolStripButton3
|
||||||
Me.BindingNavigator2.ImageScalingSize = New System.Drawing.Size(24, 24)
|
|
||||||
Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton4, Me.ToolStripButton5, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton6, Me.ToolStripButton7, Me.ToolStripSeparator3, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton8, Me.ToolStripButton10})
|
Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton4, Me.ToolStripButton5, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton6, Me.ToolStripButton7, Me.ToolStripSeparator3, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton8, Me.ToolStripButton10})
|
||||||
Me.BindingNavigator2.Location = New System.Drawing.Point(245, 0)
|
Me.BindingNavigator2.Location = New System.Drawing.Point(245, 0)
|
||||||
Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton4
|
Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton4
|
||||||
@@ -1702,7 +1720,7 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5
|
Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5
|
||||||
Me.BindingNavigator2.Name = "BindingNavigator2"
|
Me.BindingNavigator2.Name = "BindingNavigator2"
|
||||||
Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1
|
Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1
|
||||||
Me.BindingNavigator2.Size = New System.Drawing.Size(974, 31)
|
Me.BindingNavigator2.Size = New System.Drawing.Size(974, 25)
|
||||||
Me.BindingNavigator2.TabIndex = 32
|
Me.BindingNavigator2.TabIndex = 32
|
||||||
Me.BindingNavigator2.Text = "BindingNavigator2"
|
Me.BindingNavigator2.Text = "BindingNavigator2"
|
||||||
'
|
'
|
||||||
@@ -1712,13 +1730,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
|
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||||
Me.ToolStripButton2.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton2.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton2.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton2.Text = "Neu hinzufügen"
|
Me.ToolStripButton2.Text = "Neu hinzufügen"
|
||||||
'
|
'
|
||||||
'ToolStripLabel1
|
'ToolStripLabel1
|
||||||
'
|
'
|
||||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||||
Me.ToolStripLabel1.Size = New System.Drawing.Size(99, 28)
|
Me.ToolStripLabel1.Size = New System.Drawing.Size(99, 22)
|
||||||
Me.ToolStripLabel1.Text = "von {0} Prozessen"
|
Me.ToolStripLabel1.Text = "von {0} Prozessen"
|
||||||
Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||||
'
|
'
|
||||||
@@ -1728,7 +1746,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
|
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton3.Name = "ToolStripButton3"
|
Me.ToolStripButton3.Name = "ToolStripButton3"
|
||||||
Me.ToolStripButton3.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton3.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton3.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton3.Text = "Löschen"
|
Me.ToolStripButton3.Text = "Löschen"
|
||||||
'
|
'
|
||||||
'ToolStripButton4
|
'ToolStripButton4
|
||||||
@@ -1737,7 +1755,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||||||
Me.ToolStripButton4.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton4.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton4.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton4.Text = "Erste verschieben"
|
Me.ToolStripButton4.Text = "Erste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton5
|
'ToolStripButton5
|
||||||
@@ -1746,13 +1764,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||||||
Me.ToolStripButton5.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton5.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton5.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton5.Text = "Vorherige verschieben"
|
Me.ToolStripButton5.Text = "Vorherige verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator1
|
'ToolStripSeparator1
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripTextBox1
|
'ToolStripTextBox1
|
||||||
'
|
'
|
||||||
@@ -1767,7 +1785,7 @@ Partial Class frmMain
|
|||||||
'ToolStripSeparator2
|
'ToolStripSeparator2
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton6
|
'ToolStripButton6
|
||||||
'
|
'
|
||||||
@@ -1775,7 +1793,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
|
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton6.Name = "ToolStripButton6"
|
Me.ToolStripButton6.Name = "ToolStripButton6"
|
||||||
Me.ToolStripButton6.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton6.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton6.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton6.Text = "Nächste verschieben"
|
Me.ToolStripButton6.Text = "Nächste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton7
|
'ToolStripButton7
|
||||||
@@ -1784,13 +1802,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image)
|
Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton7.Name = "ToolStripButton7"
|
Me.ToolStripButton7.Name = "ToolStripButton7"
|
||||||
Me.ToolStripButton7.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton7.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton7.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton7.Text = "Letzte verschieben"
|
Me.ToolStripButton7.Text = "Letzte verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator3
|
'ToolStripSeparator3
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
||||||
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton8
|
'ToolStripButton8
|
||||||
'
|
'
|
||||||
@@ -1798,7 +1816,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton8.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
Me.ToolStripButton8.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
||||||
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton8.Name = "ToolStripButton8"
|
Me.ToolStripButton8.Name = "ToolStripButton8"
|
||||||
Me.ToolStripButton8.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton8.Text = "ToolStripButton1"
|
Me.ToolStripButton8.Text = "ToolStripButton1"
|
||||||
'
|
'
|
||||||
'ToolStripButton10
|
'ToolStripButton10
|
||||||
@@ -1807,7 +1825,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton10.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
Me.ToolStripButton10.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
||||||
Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton10.Name = "ToolStripButton10"
|
Me.ToolStripButton10.Name = "ToolStripButton10"
|
||||||
Me.ToolStripButton10.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton10.Text = "Refresh"
|
Me.ToolStripButton10.Text = "Refresh"
|
||||||
'
|
'
|
||||||
'GridControl1
|
'GridControl1
|
||||||
@@ -1951,7 +1969,6 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator3.CountItem = Me.ToolStripLabel2
|
Me.BindingNavigator3.CountItem = Me.ToolStripLabel2
|
||||||
Me.BindingNavigator3.CountItemFormat = "von {0} möglichen Verarbeitungsschritten"
|
Me.BindingNavigator3.CountItemFormat = "von {0} möglichen Verarbeitungsschritten"
|
||||||
Me.BindingNavigator3.DeleteItem = Me.ToolStripButton12
|
Me.BindingNavigator3.DeleteItem = Me.ToolStripButton12
|
||||||
Me.BindingNavigator3.ImageScalingSize = New System.Drawing.Size(24, 24)
|
|
||||||
Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton13, Me.ToolStripButton14, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton15, Me.ToolStripButton16, Me.ToolStripSeparator6, Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripButton17, Me.ToolStripButton18})
|
Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton13, Me.ToolStripButton14, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton15, Me.ToolStripButton16, Me.ToolStripSeparator6, Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripButton17, Me.ToolStripButton18})
|
||||||
Me.BindingNavigator3.Location = New System.Drawing.Point(245, 0)
|
Me.BindingNavigator3.Location = New System.Drawing.Point(245, 0)
|
||||||
Me.BindingNavigator3.MoveFirstItem = Me.ToolStripButton13
|
Me.BindingNavigator3.MoveFirstItem = Me.ToolStripButton13
|
||||||
@@ -1960,7 +1977,7 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator3.MovePreviousItem = Me.ToolStripButton14
|
Me.BindingNavigator3.MovePreviousItem = Me.ToolStripButton14
|
||||||
Me.BindingNavigator3.Name = "BindingNavigator3"
|
Me.BindingNavigator3.Name = "BindingNavigator3"
|
||||||
Me.BindingNavigator3.PositionItem = Me.ToolStripTextBox2
|
Me.BindingNavigator3.PositionItem = Me.ToolStripTextBox2
|
||||||
Me.BindingNavigator3.Size = New System.Drawing.Size(974, 31)
|
Me.BindingNavigator3.Size = New System.Drawing.Size(974, 25)
|
||||||
Me.BindingNavigator3.TabIndex = 33
|
Me.BindingNavigator3.TabIndex = 33
|
||||||
Me.BindingNavigator3.Text = "BindingNavigator3"
|
Me.BindingNavigator3.Text = "BindingNavigator3"
|
||||||
'
|
'
|
||||||
@@ -1970,13 +1987,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image)
|
Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton11.Name = "ToolStripButton11"
|
Me.ToolStripButton11.Name = "ToolStripButton11"
|
||||||
Me.ToolStripButton11.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton11.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton11.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton11.Text = "Neu hinzufügen"
|
Me.ToolStripButton11.Text = "Neu hinzufügen"
|
||||||
'
|
'
|
||||||
'ToolStripLabel2
|
'ToolStripLabel2
|
||||||
'
|
'
|
||||||
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
||||||
Me.ToolStripLabel2.Size = New System.Drawing.Size(225, 28)
|
Me.ToolStripLabel2.Size = New System.Drawing.Size(225, 22)
|
||||||
Me.ToolStripLabel2.Text = "von {0} möglichen Verarbeitungsschritten"
|
Me.ToolStripLabel2.Text = "von {0} möglichen Verarbeitungsschritten"
|
||||||
Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente."
|
Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||||
'
|
'
|
||||||
@@ -1986,7 +2003,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image)
|
Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton12.Name = "ToolStripButton12"
|
Me.ToolStripButton12.Name = "ToolStripButton12"
|
||||||
Me.ToolStripButton12.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton12.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton12.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton12.Text = "Löschen"
|
Me.ToolStripButton12.Text = "Löschen"
|
||||||
'
|
'
|
||||||
'ToolStripButton13
|
'ToolStripButton13
|
||||||
@@ -1995,7 +2012,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image)
|
Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton13.Name = "ToolStripButton13"
|
Me.ToolStripButton13.Name = "ToolStripButton13"
|
||||||
Me.ToolStripButton13.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton13.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton13.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton13.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton13.Text = "Erste verschieben"
|
Me.ToolStripButton13.Text = "Erste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton14
|
'ToolStripButton14
|
||||||
@@ -2004,13 +2021,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image)
|
Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton14.Name = "ToolStripButton14"
|
Me.ToolStripButton14.Name = "ToolStripButton14"
|
||||||
Me.ToolStripButton14.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton14.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton14.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton14.Text = "Vorherige verschieben"
|
Me.ToolStripButton14.Text = "Vorherige verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator4
|
'ToolStripSeparator4
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
||||||
Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripTextBox2
|
'ToolStripTextBox2
|
||||||
'
|
'
|
||||||
@@ -2025,7 +2042,7 @@ Partial Class frmMain
|
|||||||
'ToolStripSeparator5
|
'ToolStripSeparator5
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
|
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
|
||||||
Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton15
|
'ToolStripButton15
|
||||||
'
|
'
|
||||||
@@ -2033,7 +2050,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image)
|
Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton15.Name = "ToolStripButton15"
|
Me.ToolStripButton15.Name = "ToolStripButton15"
|
||||||
Me.ToolStripButton15.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton15.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton15.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton15.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton15.Text = "Nächste verschieben"
|
Me.ToolStripButton15.Text = "Nächste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton16
|
'ToolStripButton16
|
||||||
@@ -2042,13 +2059,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton16.Image = CType(resources.GetObject("ToolStripButton16.Image"), System.Drawing.Image)
|
Me.ToolStripButton16.Image = CType(resources.GetObject("ToolStripButton16.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton16.Name = "ToolStripButton16"
|
Me.ToolStripButton16.Name = "ToolStripButton16"
|
||||||
Me.ToolStripButton16.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton16.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton16.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton16.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton16.Text = "Letzte verschieben"
|
Me.ToolStripButton16.Text = "Letzte verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator6
|
'ToolStripSeparator6
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
|
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
|
||||||
Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton17
|
'ToolStripButton17
|
||||||
'
|
'
|
||||||
@@ -2056,7 +2073,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton17.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
Me.ToolStripButton17.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
||||||
Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton17.Name = "ToolStripButton17"
|
Me.ToolStripButton17.Name = "ToolStripButton17"
|
||||||
Me.ToolStripButton17.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton17.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton17.Text = "ToolStripButton1"
|
Me.ToolStripButton17.Text = "ToolStripButton1"
|
||||||
'
|
'
|
||||||
'ToolStripButton18
|
'ToolStripButton18
|
||||||
@@ -2065,7 +2082,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton18.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
Me.ToolStripButton18.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
||||||
Me.ToolStripButton18.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton18.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton18.Name = "ToolStripButton18"
|
Me.ToolStripButton18.Name = "ToolStripButton18"
|
||||||
Me.ToolStripButton18.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton18.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton18.Text = "Refresh"
|
Me.ToolStripButton18.Text = "Refresh"
|
||||||
'
|
'
|
||||||
'GUIDPollStepsTextBox
|
'GUIDPollStepsTextBox
|
||||||
@@ -2291,7 +2308,6 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator4.CountItem = Me.ToolStripLabel3
|
Me.BindingNavigator4.CountItem = Me.ToolStripLabel3
|
||||||
Me.BindingNavigator4.CountItemFormat = "von {0} Indexierungsschritten"
|
Me.BindingNavigator4.CountItemFormat = "von {0} Indexierungsschritten"
|
||||||
Me.BindingNavigator4.DeleteItem = Me.ToolStripButton20
|
Me.BindingNavigator4.DeleteItem = Me.ToolStripButton20
|
||||||
Me.BindingNavigator4.ImageScalingSize = New System.Drawing.Size(24, 24)
|
|
||||||
Me.BindingNavigator4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton21, Me.ToolStripButton22, Me.ToolStripSeparator7, Me.ToolStripTextBox3, Me.ToolStripLabel3, Me.ToolStripSeparator8, Me.ToolStripButton23, Me.ToolStripButton24, Me.ToolStripSeparator9, Me.ToolStripButton19, Me.ToolStripButton20, Me.ToolStripButton25, Me.ToolStripButton26})
|
Me.BindingNavigator4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton21, Me.ToolStripButton22, Me.ToolStripSeparator7, Me.ToolStripTextBox3, Me.ToolStripLabel3, Me.ToolStripSeparator8, Me.ToolStripButton23, Me.ToolStripButton24, Me.ToolStripSeparator9, Me.ToolStripButton19, Me.ToolStripButton20, Me.ToolStripButton25, Me.ToolStripButton26})
|
||||||
Me.BindingNavigator4.Location = New System.Drawing.Point(245, 0)
|
Me.BindingNavigator4.Location = New System.Drawing.Point(245, 0)
|
||||||
Me.BindingNavigator4.MoveFirstItem = Me.ToolStripButton21
|
Me.BindingNavigator4.MoveFirstItem = Me.ToolStripButton21
|
||||||
@@ -2300,7 +2316,7 @@ Partial Class frmMain
|
|||||||
Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton22
|
Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton22
|
||||||
Me.BindingNavigator4.Name = "BindingNavigator4"
|
Me.BindingNavigator4.Name = "BindingNavigator4"
|
||||||
Me.BindingNavigator4.PositionItem = Me.ToolStripTextBox3
|
Me.BindingNavigator4.PositionItem = Me.ToolStripTextBox3
|
||||||
Me.BindingNavigator4.Size = New System.Drawing.Size(974, 31)
|
Me.BindingNavigator4.Size = New System.Drawing.Size(974, 25)
|
||||||
Me.BindingNavigator4.TabIndex = 35
|
Me.BindingNavigator4.TabIndex = 35
|
||||||
Me.BindingNavigator4.Text = "BindingNavigator4"
|
Me.BindingNavigator4.Text = "BindingNavigator4"
|
||||||
'
|
'
|
||||||
@@ -2310,13 +2326,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton19.Image = CType(resources.GetObject("ToolStripButton19.Image"), System.Drawing.Image)
|
Me.ToolStripButton19.Image = CType(resources.GetObject("ToolStripButton19.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton19.Name = "ToolStripButton19"
|
Me.ToolStripButton19.Name = "ToolStripButton19"
|
||||||
Me.ToolStripButton19.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton19.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton19.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton19.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton19.Text = "Neu hinzufügen"
|
Me.ToolStripButton19.Text = "Neu hinzufügen"
|
||||||
'
|
'
|
||||||
'ToolStripLabel3
|
'ToolStripLabel3
|
||||||
'
|
'
|
||||||
Me.ToolStripLabel3.Name = "ToolStripLabel3"
|
Me.ToolStripLabel3.Name = "ToolStripLabel3"
|
||||||
Me.ToolStripLabel3.Size = New System.Drawing.Size(160, 28)
|
Me.ToolStripLabel3.Size = New System.Drawing.Size(160, 22)
|
||||||
Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten"
|
Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten"
|
||||||
Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente."
|
Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||||
'
|
'
|
||||||
@@ -2326,7 +2342,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton20.Image = CType(resources.GetObject("ToolStripButton20.Image"), System.Drawing.Image)
|
Me.ToolStripButton20.Image = CType(resources.GetObject("ToolStripButton20.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton20.Name = "ToolStripButton20"
|
Me.ToolStripButton20.Name = "ToolStripButton20"
|
||||||
Me.ToolStripButton20.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton20.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton20.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton20.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton20.Text = "Löschen"
|
Me.ToolStripButton20.Text = "Löschen"
|
||||||
'
|
'
|
||||||
'ToolStripButton21
|
'ToolStripButton21
|
||||||
@@ -2335,7 +2351,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton21.Image = CType(resources.GetObject("ToolStripButton21.Image"), System.Drawing.Image)
|
Me.ToolStripButton21.Image = CType(resources.GetObject("ToolStripButton21.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton21.Name = "ToolStripButton21"
|
Me.ToolStripButton21.Name = "ToolStripButton21"
|
||||||
Me.ToolStripButton21.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton21.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton21.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton21.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton21.Text = "Erste verschieben"
|
Me.ToolStripButton21.Text = "Erste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton22
|
'ToolStripButton22
|
||||||
@@ -2344,13 +2360,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton22.Image = CType(resources.GetObject("ToolStripButton22.Image"), System.Drawing.Image)
|
Me.ToolStripButton22.Image = CType(resources.GetObject("ToolStripButton22.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton22.Name = "ToolStripButton22"
|
Me.ToolStripButton22.Name = "ToolStripButton22"
|
||||||
Me.ToolStripButton22.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton22.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton22.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton22.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton22.Text = "Vorherige verschieben"
|
Me.ToolStripButton22.Text = "Vorherige verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator7
|
'ToolStripSeparator7
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
||||||
Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripTextBox3
|
'ToolStripTextBox3
|
||||||
'
|
'
|
||||||
@@ -2365,7 +2381,7 @@ Partial Class frmMain
|
|||||||
'ToolStripSeparator8
|
'ToolStripSeparator8
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
|
Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
|
||||||
Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton23
|
'ToolStripButton23
|
||||||
'
|
'
|
||||||
@@ -2373,7 +2389,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton23.Image = CType(resources.GetObject("ToolStripButton23.Image"), System.Drawing.Image)
|
Me.ToolStripButton23.Image = CType(resources.GetObject("ToolStripButton23.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton23.Name = "ToolStripButton23"
|
Me.ToolStripButton23.Name = "ToolStripButton23"
|
||||||
Me.ToolStripButton23.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton23.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton23.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton23.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton23.Text = "Nächste verschieben"
|
Me.ToolStripButton23.Text = "Nächste verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripButton24
|
'ToolStripButton24
|
||||||
@@ -2382,13 +2398,13 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton24.Image = CType(resources.GetObject("ToolStripButton24.Image"), System.Drawing.Image)
|
Me.ToolStripButton24.Image = CType(resources.GetObject("ToolStripButton24.Image"), System.Drawing.Image)
|
||||||
Me.ToolStripButton24.Name = "ToolStripButton24"
|
Me.ToolStripButton24.Name = "ToolStripButton24"
|
||||||
Me.ToolStripButton24.RightToLeftAutoMirrorImage = True
|
Me.ToolStripButton24.RightToLeftAutoMirrorImage = True
|
||||||
Me.ToolStripButton24.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton24.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton24.Text = "Letzte verschieben"
|
Me.ToolStripButton24.Text = "Letzte verschieben"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator9
|
'ToolStripSeparator9
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
|
Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
|
||||||
Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 31)
|
Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25)
|
||||||
'
|
'
|
||||||
'ToolStripButton25
|
'ToolStripButton25
|
||||||
'
|
'
|
||||||
@@ -2396,7 +2412,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton25.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
Me.ToolStripButton25.Image = Global.EmailProfiler.Form.My.Resources.Resources.save_16xMD
|
||||||
Me.ToolStripButton25.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton25.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton25.Name = "ToolStripButton25"
|
Me.ToolStripButton25.Name = "ToolStripButton25"
|
||||||
Me.ToolStripButton25.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton25.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton25.Text = "ToolStripButton1"
|
Me.ToolStripButton25.Text = "ToolStripButton1"
|
||||||
'
|
'
|
||||||
'ToolStripButton26
|
'ToolStripButton26
|
||||||
@@ -2405,7 +2421,7 @@ Partial Class frmMain
|
|||||||
Me.ToolStripButton26.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
Me.ToolStripButton26.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
||||||
Me.ToolStripButton26.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.ToolStripButton26.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.ToolStripButton26.Name = "ToolStripButton26"
|
Me.ToolStripButton26.Name = "ToolStripButton26"
|
||||||
Me.ToolStripButton26.Size = New System.Drawing.Size(28, 28)
|
Me.ToolStripButton26.Size = New System.Drawing.Size(23, 22)
|
||||||
Me.ToolStripButton26.Text = "Refresh"
|
Me.ToolStripButton26.Text = "Refresh"
|
||||||
'
|
'
|
||||||
'GridControl3
|
'GridControl3
|
||||||
@@ -2502,9 +2518,9 @@ Partial Class frmMain
|
|||||||
'ACTIVECheckBox
|
'ACTIVECheckBox
|
||||||
'
|
'
|
||||||
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROFILESBindingSource, "ACTIVE", True))
|
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROFILESBindingSource, "ACTIVE", True))
|
||||||
Me.ACTIVECheckBox.Location = New System.Drawing.Point(258, 97)
|
Me.ACTIVECheckBox.Location = New System.Drawing.Point(258, 100)
|
||||||
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
|
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
|
||||||
Me.ACTIVECheckBox.Size = New System.Drawing.Size(58, 24)
|
Me.ACTIVECheckBox.Size = New System.Drawing.Size(58, 21)
|
||||||
Me.ACTIVECheckBox.TabIndex = 17
|
Me.ACTIVECheckBox.TabIndex = 17
|
||||||
Me.ACTIVECheckBox.Text = "Active"
|
Me.ACTIVECheckBox.Text = "Active"
|
||||||
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
|
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
|
||||||
@@ -2574,7 +2590,7 @@ Partial Class frmMain
|
|||||||
Me.tabEmail.Location = New System.Drawing.Point(4, 22)
|
Me.tabEmail.Location = New System.Drawing.Point(4, 22)
|
||||||
Me.tabEmail.Name = "tabEmail"
|
Me.tabEmail.Name = "tabEmail"
|
||||||
Me.tabEmail.Padding = New System.Windows.Forms.Padding(3)
|
Me.tabEmail.Padding = New System.Windows.Forms.Padding(3)
|
||||||
Me.tabEmail.Size = New System.Drawing.Size(1227, 567)
|
Me.tabEmail.Size = New System.Drawing.Size(1227, 568)
|
||||||
Me.tabEmail.TabIndex = 3
|
Me.tabEmail.TabIndex = 3
|
||||||
Me.tabEmail.Text = "EMail-Konto Konfiguration"
|
Me.tabEmail.Text = "EMail-Konto Konfiguration"
|
||||||
Me.tabEmail.UseVisualStyleBackColor = True
|
Me.tabEmail.UseVisualStyleBackColor = True
|
||||||
@@ -2853,7 +2869,7 @@ Partial Class frmMain
|
|||||||
Me.GridControl6.Location = New System.Drawing.Point(3, 28)
|
Me.GridControl6.Location = New System.Drawing.Point(3, 28)
|
||||||
Me.GridControl6.MainView = Me.GridView6
|
Me.GridControl6.MainView = Me.GridView6
|
||||||
Me.GridControl6.Name = "GridControl6"
|
Me.GridControl6.Name = "GridControl6"
|
||||||
Me.GridControl6.Size = New System.Drawing.Size(301, 536)
|
Me.GridControl6.Size = New System.Drawing.Size(301, 537)
|
||||||
Me.GridControl6.TabIndex = 34
|
Me.GridControl6.TabIndex = 34
|
||||||
Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6})
|
Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6})
|
||||||
'
|
'
|
||||||
@@ -2929,8 +2945,8 @@ Partial Class frmMain
|
|||||||
'BindingNavigatorCountItem1
|
'BindingNavigatorCountItem1
|
||||||
'
|
'
|
||||||
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
|
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
|
||||||
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
|
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(35, 22)
|
||||||
Me.BindingNavigatorCountItem1.Text = "von {0}"
|
Me.BindingNavigatorCountItem1.Text = "of {0}"
|
||||||
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||||
'
|
'
|
||||||
'BindingNavigatorDeleteItem1
|
'BindingNavigatorDeleteItem1
|
||||||
@@ -3030,7 +3046,7 @@ Partial Class frmMain
|
|||||||
Me.tabConfig.Location = New System.Drawing.Point(4, 22)
|
Me.tabConfig.Location = New System.Drawing.Point(4, 22)
|
||||||
Me.tabConfig.Name = "tabConfig"
|
Me.tabConfig.Name = "tabConfig"
|
||||||
Me.tabConfig.Padding = New System.Windows.Forms.Padding(3)
|
Me.tabConfig.Padding = New System.Windows.Forms.Padding(3)
|
||||||
Me.tabConfig.Size = New System.Drawing.Size(1227, 567)
|
Me.tabConfig.Size = New System.Drawing.Size(1227, 568)
|
||||||
Me.tabConfig.TabIndex = 1
|
Me.tabConfig.TabIndex = 1
|
||||||
Me.tabConfig.Text = "Grundeinstellungen"
|
Me.tabConfig.Text = "Grundeinstellungen"
|
||||||
Me.tabConfig.UseVisualStyleBackColor = True
|
Me.tabConfig.UseVisualStyleBackColor = True
|
||||||
@@ -3046,7 +3062,7 @@ Partial Class frmMain
|
|||||||
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.GroupBox4.Location = New System.Drawing.Point(3, 358)
|
Me.GroupBox4.Location = New System.Drawing.Point(3, 358)
|
||||||
Me.GroupBox4.Name = "GroupBox4"
|
Me.GroupBox4.Name = "GroupBox4"
|
||||||
Me.GroupBox4.Size = New System.Drawing.Size(1221, 206)
|
Me.GroupBox4.Size = New System.Drawing.Size(1221, 207)
|
||||||
Me.GroupBox4.TabIndex = 69
|
Me.GroupBox4.TabIndex = 69
|
||||||
Me.GroupBox4.TabStop = False
|
Me.GroupBox4.TabStop = False
|
||||||
Me.GroupBox4.Text = "Test RegEx"
|
Me.GroupBox4.Text = "Test RegEx"
|
||||||
@@ -3088,7 +3104,7 @@ Partial Class frmMain
|
|||||||
Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49)
|
Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49)
|
||||||
Me.txtResultRegEx.Multiline = True
|
Me.txtResultRegEx.Multiline = True
|
||||||
Me.txtResultRegEx.Name = "txtResultRegEx"
|
Me.txtResultRegEx.Name = "txtResultRegEx"
|
||||||
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 151)
|
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 187)
|
||||||
Me.txtResultRegEx.TabIndex = 69
|
Me.txtResultRegEx.TabIndex = 69
|
||||||
'
|
'
|
||||||
'txthtmlEmail
|
'txthtmlEmail
|
||||||
@@ -3100,7 +3116,7 @@ Partial Class frmMain
|
|||||||
Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49)
|
Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49)
|
||||||
Me.txthtmlEmail.Multiline = True
|
Me.txthtmlEmail.Multiline = True
|
||||||
Me.txthtmlEmail.Name = "txthtmlEmail"
|
Me.txthtmlEmail.Name = "txthtmlEmail"
|
||||||
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 151)
|
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 187)
|
||||||
Me.txthtmlEmail.TabIndex = 67
|
Me.txthtmlEmail.TabIndex = 67
|
||||||
Me.txthtmlEmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.MyTestHTML
|
Me.txthtmlEmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.MyTestHTML
|
||||||
'
|
'
|
||||||
@@ -3401,6 +3417,113 @@ Partial Class frmMain
|
|||||||
Me.txtPasswort.TabIndex = 50
|
Me.txtPasswort.TabIndex = 50
|
||||||
Me.txtPasswort.UseSystemPasswordChar = True
|
Me.txtPasswort.UseSystemPasswordChar = True
|
||||||
'
|
'
|
||||||
|
'tabMonitoring
|
||||||
|
'
|
||||||
|
Me.tabMonitoring.Controls.Add(Me.pnlMonitoringGrid)
|
||||||
|
Me.tabMonitoring.Controls.Add(Me.pnlMonitoringConfig)
|
||||||
|
Me.tabMonitoring.Location = New System.Drawing.Point(4, 22)
|
||||||
|
Me.tabMonitoring.Name = "tabMonitoring"
|
||||||
|
Me.tabMonitoring.Padding = New System.Windows.Forms.Padding(3)
|
||||||
|
Me.tabMonitoring.Size = New System.Drawing.Size(1227, 568)
|
||||||
|
Me.tabMonitoring.TabIndex = 4
|
||||||
|
Me.tabMonitoring.Text = "Monitoring"
|
||||||
|
Me.tabMonitoring.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'pnlMonitoringGrid
|
||||||
|
'
|
||||||
|
Me.pnlMonitoringGrid.Controls.Add(Me.gridMonitoring)
|
||||||
|
Me.pnlMonitoringGrid.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.pnlMonitoringGrid.Location = New System.Drawing.Point(3, 47)
|
||||||
|
Me.pnlMonitoringGrid.Name = "pnlMonitoringGrid"
|
||||||
|
Me.pnlMonitoringGrid.Size = New System.Drawing.Size(1221, 518)
|
||||||
|
Me.pnlMonitoringGrid.TabIndex = 1
|
||||||
|
'
|
||||||
|
'gridMonitoring
|
||||||
|
'
|
||||||
|
Me.gridMonitoring.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.gridMonitoring.Location = New System.Drawing.Point(2, 2)
|
||||||
|
Me.gridMonitoring.MainView = Me.GridViewMonitoring
|
||||||
|
Me.gridMonitoring.Name = "gridMonitoring"
|
||||||
|
Me.gridMonitoring.Size = New System.Drawing.Size(1217, 514)
|
||||||
|
Me.gridMonitoring.TabIndex = 0
|
||||||
|
Me.gridMonitoring.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewMonitoring})
|
||||||
|
'
|
||||||
|
'GridViewMonitoring
|
||||||
|
'
|
||||||
|
Me.GridViewMonitoring.GridControl = Me.gridMonitoring
|
||||||
|
Me.GridViewMonitoring.Name = "GridViewMonitoring"
|
||||||
|
'
|
||||||
|
'pnlMonitoringConfig
|
||||||
|
'
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.btnRestoreDefaultLayout)
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.btnSaveLayout)
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.btnRefresh)
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.btnMonitoringConfig)
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.txtMonitoringConfig)
|
||||||
|
Me.pnlMonitoringConfig.Controls.Add(Me.lblMonitoringConfig)
|
||||||
|
Me.pnlMonitoringConfig.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.pnlMonitoringConfig.Location = New System.Drawing.Point(3, 3)
|
||||||
|
Me.pnlMonitoringConfig.Name = "pnlMonitoringConfig"
|
||||||
|
Me.pnlMonitoringConfig.Size = New System.Drawing.Size(1221, 44)
|
||||||
|
Me.pnlMonitoringConfig.TabIndex = 0
|
||||||
|
'
|
||||||
|
'btnRestoreDefaultLayout
|
||||||
|
'
|
||||||
|
Me.btnRestoreDefaultLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
|
Me.btnRestoreDefaultLayout.Location = New System.Drawing.Point(1026, 10)
|
||||||
|
Me.btnRestoreDefaultLayout.Name = "btnRestoreDefaultLayout"
|
||||||
|
Me.btnRestoreDefaultLayout.Size = New System.Drawing.Size(183, 23)
|
||||||
|
Me.btnRestoreDefaultLayout.TabIndex = 5
|
||||||
|
Me.btnRestoreDefaultLayout.Text = "Standard-Layout wiederherstellen"
|
||||||
|
Me.btnRestoreDefaultLayout.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnSaveLayout
|
||||||
|
'
|
||||||
|
Me.btnSaveLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
|
Me.btnSaveLayout.Location = New System.Drawing.Point(910, 10)
|
||||||
|
Me.btnSaveLayout.Name = "btnSaveLayout"
|
||||||
|
Me.btnSaveLayout.Size = New System.Drawing.Size(106, 23)
|
||||||
|
Me.btnSaveLayout.TabIndex = 4
|
||||||
|
Me.btnSaveLayout.Text = "Layout speichern"
|
||||||
|
Me.btnSaveLayout.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnRefresh
|
||||||
|
'
|
||||||
|
Me.btnRefresh.Image = Global.EmailProfiler.Form.My.Resources.Resources.refresh_16xLG
|
||||||
|
Me.btnRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||||
|
Me.btnRefresh.Location = New System.Drawing.Point(311, 10)
|
||||||
|
Me.btnRefresh.Name = "btnRefresh"
|
||||||
|
Me.btnRefresh.Size = New System.Drawing.Size(92, 23)
|
||||||
|
Me.btnRefresh.TabIndex = 3
|
||||||
|
Me.btnRefresh.Text = "Aktualisieren"
|
||||||
|
Me.btnRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||||
|
Me.btnRefresh.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnMonitoringConfig
|
||||||
|
'
|
||||||
|
Me.btnMonitoringConfig.Location = New System.Drawing.Point(220, 10)
|
||||||
|
Me.btnMonitoringConfig.Name = "btnMonitoringConfig"
|
||||||
|
Me.btnMonitoringConfig.Size = New System.Drawing.Size(80, 23)
|
||||||
|
Me.btnMonitoringConfig.TabIndex = 2
|
||||||
|
Me.btnMonitoringConfig.Text = "Übernehmen"
|
||||||
|
Me.btnMonitoringConfig.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'txtMonitoringConfig
|
||||||
|
'
|
||||||
|
Me.txtMonitoringConfig.Location = New System.Drawing.Point(147, 11)
|
||||||
|
Me.txtMonitoringConfig.Name = "txtMonitoringConfig"
|
||||||
|
Me.txtMonitoringConfig.Size = New System.Drawing.Size(61, 21)
|
||||||
|
Me.txtMonitoringConfig.TabIndex = 1
|
||||||
|
'
|
||||||
|
'lblMonitoringConfig
|
||||||
|
'
|
||||||
|
Me.lblMonitoringConfig.AutoSize = True
|
||||||
|
Me.lblMonitoringConfig.Location = New System.Drawing.Point(23, 15)
|
||||||
|
Me.lblMonitoringConfig.Name = "lblMonitoringConfig"
|
||||||
|
Me.lblMonitoringConfig.Size = New System.Drawing.Size(117, 13)
|
||||||
|
Me.lblMonitoringConfig.TabIndex = 0
|
||||||
|
Me.lblMonitoringConfig.Text = "Abrufmenge an Emails:"
|
||||||
|
'
|
||||||
'TBEMLP_HISTORYBindingSource
|
'TBEMLP_HISTORYBindingSource
|
||||||
'
|
'
|
||||||
Me.TBEMLP_HISTORYBindingSource.DataMember = "TBEMLP_HISTORY"
|
Me.TBEMLP_HISTORYBindingSource.DataMember = "TBEMLP_HISTORY"
|
||||||
@@ -3462,12 +3585,14 @@ Partial Class frmMain
|
|||||||
Me.Appearance.Options.UseFont = True
|
Me.Appearance.Options.UseFont = True
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.AutoScroll = True
|
||||||
Me.ClientSize = New System.Drawing.Size(1235, 616)
|
Me.ClientSize = New System.Drawing.Size(1235, 616)
|
||||||
Me.Controls.Add(Me.TabControl1)
|
Me.Controls.Add(Me.TabControl1)
|
||||||
Me.Controls.Add(Me.StatusStrip1)
|
Me.Controls.Add(Me.StatusStrip1)
|
||||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon)
|
Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon)
|
||||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.MinimumSize = New System.Drawing.Size(800, 400)
|
||||||
Me.Name = "frmMain"
|
Me.Name = "frmMain"
|
||||||
Me.Text = "Konfiguration Email-Profiler"
|
Me.Text = "Konfiguration Email-Profiler"
|
||||||
Me.StatusStrip1.ResumeLayout(False)
|
Me.StatusStrip1.ResumeLayout(False)
|
||||||
@@ -3536,6 +3661,14 @@ Partial Class frmMain
|
|||||||
CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.CHECK_INTERVALL_MINUTESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.GroupBox1.ResumeLayout(False)
|
Me.GroupBox1.ResumeLayout(False)
|
||||||
Me.GroupBox1.PerformLayout()
|
Me.GroupBox1.PerformLayout()
|
||||||
|
Me.tabMonitoring.ResumeLayout(False)
|
||||||
|
CType(Me.pnlMonitoringGrid, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.pnlMonitoringGrid.ResumeLayout(False)
|
||||||
|
CType(Me.gridMonitoring, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.GridViewMonitoring, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.pnlMonitoringConfig, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.pnlMonitoringConfig.ResumeLayout(False)
|
||||||
|
Me.pnlMonitoringConfig.PerformLayout()
|
||||||
CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.TBEMLP_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
Me.PerformLayout()
|
Me.PerformLayout()
|
||||||
@@ -3799,4 +3932,15 @@ Partial Class frmMain
|
|||||||
Friend WithEvents CheckBoxEnableTls1_2 As CheckBox
|
Friend WithEvents CheckBoxEnableTls1_2 As CheckBox
|
||||||
Friend WithEvents CheckBoxEnableTls1_1 As CheckBox
|
Friend WithEvents CheckBoxEnableTls1_1 As CheckBox
|
||||||
Friend WithEvents Label15 As Label
|
Friend WithEvents Label15 As Label
|
||||||
|
Friend WithEvents tabMonitoring As TabPage
|
||||||
|
Friend WithEvents pnlMonitoringGrid As DevExpress.XtraEditors.PanelControl
|
||||||
|
Friend WithEvents pnlMonitoringConfig As DevExpress.XtraEditors.PanelControl
|
||||||
|
Friend WithEvents lblMonitoringConfig As Label
|
||||||
|
Friend WithEvents btnMonitoringConfig As Button
|
||||||
|
Friend WithEvents txtMonitoringConfig As TextBox
|
||||||
|
Friend WithEvents gridMonitoring As DevExpress.XtraGrid.GridControl
|
||||||
|
Friend WithEvents GridViewMonitoring As DevExpress.XtraGrid.Views.Grid.GridView
|
||||||
|
Friend WithEvents btnRefresh As Button
|
||||||
|
Friend WithEvents btnRestoreDefaultLayout As Button
|
||||||
|
Friend WithEvents btnSaveLayout As Button
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -380,9 +380,6 @@
|
|||||||
nlwVm9EAAAAASUVORK5CYII=
|
nlwVm9EAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="TBEMLP_POLL_PROCESSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 95</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
@@ -478,9 +475,6 @@
|
|||||||
nlwVm9EAAAAASUVORK5CYII=
|
nlwVm9EAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="TBEMLP_POLL_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>537, 95</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="ToolStripButton12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
@@ -571,9 +565,6 @@
|
|||||||
nlwVm9EAAAAASUVORK5CYII=
|
nlwVm9EAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="TBEMLP_POLL_INDEXING_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 134</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="ToolStripButton20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
@@ -652,15 +643,6 @@
|
|||||||
TDI0LDIzLjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs=
|
TDI0LDIzLjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="BindingNavigator6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>851, 173</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>180, 56</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="TBDD_EMAIL_ACCOUNTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>623, 134</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="ContextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ContextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1162, 173</value>
|
<value>1162, 173</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -734,9 +716,6 @@
|
|||||||
<metadata name="TBEMLP_CONFIGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="TBEMLP_CONFIGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>239, 173</value>
|
<value>239, 173</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="TBEMLP_CONFIGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>239, 173</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="TBEMLP_HISTORYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="TBEMLP_HISTORYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1297, 134</value>
|
<value>1297, 134</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
@@ -93,6 +93,11 @@ Public Class frmMain
|
|||||||
|
|
||||||
|
|
||||||
_Encryption = New clsEncryption("!35452didalog=", LogConfig)
|
_Encryption = New clsEncryption("!35452didalog=", LogConfig)
|
||||||
|
|
||||||
|
If String.IsNullOrWhiteSpace(txtMonitoringConfig.Text) OrElse Not IsNumeric(txtMonitoringConfig.Text) OrElse CInt(txtMonitoringConfig.Text) <= 0 Then
|
||||||
|
txtMonitoringConfig.Text = "500"
|
||||||
|
End If
|
||||||
|
LoadMonitoringIntoGrid()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub frmMain_Shown(sender As Object, e As EventArgs) Handles Me.Shown
|
Private Sub frmMain_Shown(sender As Object, e As EventArgs) Handles Me.Shown
|
||||||
@@ -1044,4 +1049,70 @@ Public Class frmMain
|
|||||||
Private Sub COMMENT_PROFILESTextBox_TextChanged(sender As Object, e As EventArgs) Handles COMMENT_PROFILESTextBox.TextChanged
|
Private Sub COMMENT_PROFILESTextBox_TextChanged(sender As Object, e As EventArgs) Handles COMMENT_PROFILESTextBox.TextChanged
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub LoadMonitoringIntoGrid()
|
||||||
|
Try
|
||||||
|
|
||||||
|
Dim emailAmount As Integer
|
||||||
|
If txtMonitoringConfig.Text = Nothing OrElse Not IsNumeric(txtMonitoringConfig.Text) Then
|
||||||
|
emailAmount = 500
|
||||||
|
Else
|
||||||
|
emailAmount = Convert.ToInt32(txtMonitoringConfig.Text)
|
||||||
|
End If
|
||||||
|
|
||||||
|
Dim oSQL = $"SELECT TOP ({emailAmount}) GUID, PROFILE_ID, EMAIL_MSGID, EMAIL_FROM, EMAIL_SUBJECT, EMAIL_DATE, ADDED_WHEN, STATUS FROM [dbo].[TBEMLP_HISTORY] (nolock) order by GUID DESC"
|
||||||
|
Dim oDT As DataTable = _database.GetDatatable(oSQL)
|
||||||
|
|
||||||
|
Me.gridMonitoring.DataSource = oDT
|
||||||
|
|
||||||
|
Dim gridView = TryCast(Me.GridViewMonitoring, DevExpress.XtraGrid.Views.Grid.GridView)
|
||||||
|
If gridView IsNot Nothing Then
|
||||||
|
|
||||||
|
gridView.OptionsView.ColumnAutoWidth = True
|
||||||
|
gridView.BestFitColumns()
|
||||||
|
gridView.OptionsBehavior.Editable = False
|
||||||
|
|
||||||
|
LoadLayoutMonitoring()
|
||||||
|
End If
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
If Logger IsNot Nothing Then Logger.Error(ex) Else Debug.WriteLine(ex.ToString())
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub txtMonitoringConfig_LostFocus(sender As Object, e As EventArgs) Handles txtMonitoringConfig.LostFocus
|
||||||
|
If Not IsNumeric(txtMonitoringConfig.Text) OrElse CInt(txtMonitoringConfig.Text) <= 0 Then
|
||||||
|
txtMonitoringConfig.Text = "500"
|
||||||
|
End If
|
||||||
|
LoadMonitoringIntoGrid()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnRefresh_Click(sender As Object, e As EventArgs) Handles btnRefresh.Click
|
||||||
|
LoadMonitoringIntoGrid()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnSaveLayout_Click(sender As Object, e As EventArgs) Handles btnSaveLayout.Click
|
||||||
|
Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml")
|
||||||
|
GridViewMonitoring.SaveLayoutToXml(layoutPath)
|
||||||
|
MessageBox.Show("Layout gespeichert!")
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnRestoreDefaultLayout_Click(sender As Object, e As EventArgs) Handles btnRestoreDefaultLayout.Click
|
||||||
|
Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml")
|
||||||
|
If System.IO.File.Exists(layoutPath) Then
|
||||||
|
System.IO.File.Delete(layoutPath)
|
||||||
|
End If
|
||||||
|
GridViewMonitoring.Columns.Clear()
|
||||||
|
gridMonitoring.DataSource = Nothing
|
||||||
|
LoadMonitoringIntoGrid()
|
||||||
|
MessageBox.Show("Standardlayout wurde wiederhergestellt!")
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub LoadLayoutMonitoring()
|
||||||
|
Dim layoutPath As String = System.IO.Path.Combine(Application.UserAppDataPath, "gridMonitoringLayout.xml")
|
||||||
|
If System.IO.File.Exists(layoutPath) Then
|
||||||
|
GridViewMonitoring.RestoreLayoutFromXml(layoutPath)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Microsoft.Identity.Client" version="4.55.0" targetFramework="net462" />
|
<package id="Microsoft.Identity.Client" version="4.55.0" targetFramework="net462" />
|
||||||
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net462" />
|
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net462" requireReinstallation="true" />
|
||||||
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
<package id="S22.Imap" version="3.6.0.0" targetFramework="net462" />
|
<package id="S22.Imap" version="3.6.0.0" targetFramework="net462" />
|
||||||
</packages>
|
</packages>
|
||||||
Reference in New Issue
Block a user