MS V 2.5.3.0

This commit is contained in:
Developer01 2025-02-24 15:19:17 +01:00
parent edb8476a50
commit 3e481d9a94
13 changed files with 2261 additions and 2633 deletions

View File

@ -90,9 +90,7 @@
</DevExpress.LookAndFeel.Design.AppSettings>
</applicationSettings>
<connectionStrings>
<add name="DD_ProcessManager.My.MySettings.ConnectionString"
connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False"
providerName="System.Data.SqlClient" />
<add name="DD_ProcessManager.My.MySettings.ConnectionString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False" providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
@ -148,7 +146,31 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="GdPicture.NET.14" publicKeyToken="f52a2e60ad468dbb" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-14.2.90.0" newVersion="14.2.90.0" />
<bindingRedirect oldVersion="0.0.0.0-14.3.1.0" newVersion="14.3.1.0" />
</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-9.0.0.0" newVersion="9.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>
</assemblyBinding>
</runtime>

View File

@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("taskFLOW")>
<Assembly: AssemblyCopyright("Copyright © Digital Data 2024")>
<Assembly: AssemblyCopyright("Copyright © Digital Data 2025")>
<Assembly: AssemblyTrademark("2.5.0.0")>
<Assembly: ComVisible(False)>
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.5.1.0")>
<Assembly: AssemblyVersion("2.5.3.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: NeutralResourcesLanguage("")>

View File

@ -77,6 +77,9 @@
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
<HintPath>..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
</Reference>
<Reference Include="DD_LIB_Standards, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DD_LIB_Standards.dll</HintPath>
@ -155,7 +158,7 @@
<Reference Include="DigitalData.Controls.SnapPanel">
<HintPath>..\..\..\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
</Reference>
<Reference Include="DigitalData.GUIs.Common, Version=2.5.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="DigitalData.GUIs.Common, Version=2.5.8.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll</HintPath>
</Reference>
@ -203,11 +206,74 @@
<Reference Include="DLLLicenseManager">
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DLLLicenseManager.dll</HintPath>
</Reference>
<Reference Include="DocumentFormat.OpenXml, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
</Reference>
<Reference Include="FormsUtils">
<HintPath>P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14, Version=14.2.90.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.2.90\lib\net462\GdPicture.NET.14.dll</HintPath>
<Reference Include="GdPicture.NET.14, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.barcode.1d.writer, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.barcode.2d.writer, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.CAD, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.CAD.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.CAD.DWG, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.CAD.DWG.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Common, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Common.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Document, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Document.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Email, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Email.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.HTML, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.HTML.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Imaging, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Imaging.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Imaging.Formats, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Imaging.Formats.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Imaging.Formats.Conversion, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.Imaging.Rendering, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.MSOfficeBinary, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.OpenDocument, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.OpenDocument.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.OpenXML, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.OpenXML.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.OpenXML.Templating, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.PDF, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.PDF.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.RTF, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.RTF.dll</HintPath>
</Reference>
<Reference Include="GdPicture.NET.14.SVG, Version=14.3.1.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\GdPicture.NET.14.SVG.dll</HintPath>
</Reference>
<Reference Include="Interop.WINDREAMLib">
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
@ -225,17 +291,53 @@
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.0\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\Microsoft.Win32.Registry.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">
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
</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="Oracle.ManagedDataAccess">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="PdfSharp-gdi">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\PdfSharp-gdi.dll</HintPath>
</Reference>
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.3.2.45\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.45\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.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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.CodeDom.9.0.0\lib\net462\System.CodeDom.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.9.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
@ -246,11 +348,53 @@
<Reference Include="System.DirectoryServices" />
<Reference Include="System.DirectoryServices.AccountManagement" />
<Reference Include="System.Drawing" />
<Reference Include="System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Packaging.9.0.0\lib\net462\System.IO.Packaging.dll</HintPath>
</Reference>
<Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.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" />
<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.Security" />
<Reference Include="System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Pkcs.9.0.0\lib\net462\System.Security.Cryptography.Pkcs.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\GdPicture.14.3.1\lib\net462\System.Security.Principal.Windows.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encodings.Web.9.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Json.9.0.0\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.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.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
@ -517,12 +661,6 @@
<Compile Include="frmMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmUserKonfig_AddUsers.designer.vb">
<DependentUpon>frmUserKonfig_AddUsers.vb</DependentUpon>
</Compile>
<Compile Include="frmUserKonfig_AddUsers.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmValidator.Designer.vb">
<DependentUpon>frmValidator.vb</DependentUpon>
</Compile>
@ -737,15 +875,13 @@
<DependentUpon>frmMain.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmUserKonfig_AddUsers.resx">
<DependentUpon>frmUserKonfig_AddUsers.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmValidator.en.resx">
<DependentUpon>frmValidator.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmValidator.fr.resx">
<DependentUpon>frmValidator.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmValidator.resx">
<DependentUpon>frmValidator.vb</DependentUpon>
@ -1124,12 +1260,12 @@
</BootstrapperPackage>
</ItemGroup>
<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.1\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.3.1\build\net462\GdPicture.runtimes.windows.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<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>
</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.1\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.3.1\build\net462\GdPicture.runtimes.windows.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

View File

@ -162,8 +162,16 @@ Partial Class frmAdmin2
Me.LayoutConverter1 = New DevExpress.XtraLayout.Converter.LayoutConverter(Me.components)
Me.XtraSaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
CType(Me.spcontwKonfMain, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.spcontwKonfMain.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfMain.Panel1.SuspendLayout()
CType(Me.spcontwKonfMain.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfMain.Panel2.SuspendLayout()
Me.spcontwKonfMain.SuspendLayout()
CType(Me.spcontwKonfleft, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.spcontwKonfleft.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfleft.Panel1.SuspendLayout()
CType(Me.spcontwKonfleft.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfleft.Panel2.SuspendLayout()
Me.spcontwKonfleft.SuspendLayout()
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewWK1, System.ComponentModel.ISupportInitialize).BeginInit()
@ -171,6 +179,10 @@ Partial Class frmAdmin2
CType(Me.GridControlWK3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewWK3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.spcontwKonfRight, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.spcontwKonfRight.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfRight.Panel1.SuspendLayout()
CType(Me.spcontwKonfRight.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.spcontwKonfRight.Panel2.SuspendLayout()
Me.spcontwKonfRight.SuspendLayout()
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewWK2, System.ComponentModel.ISupportInitialize).BeginInit()
@ -260,8 +272,14 @@ Partial Class frmAdmin2
'
resources.ApplyResources(Me.spcontwKonfMain, "spcontwKonfMain")
Me.spcontwKonfMain.Name = "spcontwKonfMain"
'
'spcontwKonfMain.Panel1
'
Me.spcontwKonfMain.Panel1.Controls.Add(Me.spcontwKonfleft)
resources.ApplyResources(Me.spcontwKonfMain.Panel1, "spcontwKonfMain.Panel1")
'
'spcontwKonfMain.Panel2
'
Me.spcontwKonfMain.Panel2.Controls.Add(Me.spcontwKonfRight)
resources.ApplyResources(Me.spcontwKonfMain.Panel2, "spcontwKonfMain.Panel2")
Me.spcontwKonfMain.SplitterPosition = 486
@ -272,8 +290,14 @@ Partial Class frmAdmin2
resources.ApplyResources(Me.spcontwKonfleft, "spcontwKonfleft")
Me.spcontwKonfleft.Horizontal = False
Me.spcontwKonfleft.Name = "spcontwKonfleft"
'
'spcontwKonfleft.Panel1
'
Me.spcontwKonfleft.Panel1.Controls.Add(Me.GridControlWK1)
resources.ApplyResources(Me.spcontwKonfleft.Panel1, "spcontwKonfleft.Panel1")
'
'spcontwKonfleft.Panel2
'
Me.spcontwKonfleft.Panel2.Controls.Add(Me.GridControlWK3)
resources.ApplyResources(Me.spcontwKonfleft.Panel2, "spcontwKonfleft.Panel2")
Me.spcontwKonfleft.SplitterPosition = 258
@ -516,8 +540,14 @@ Partial Class frmAdmin2
resources.ApplyResources(Me.spcontwKonfRight, "spcontwKonfRight")
Me.spcontwKonfRight.Horizontal = False
Me.spcontwKonfRight.Name = "spcontwKonfRight"
'
'spcontwKonfRight.Panel1
'
Me.spcontwKonfRight.Panel1.Controls.Add(Me.GridControlWK2)
resources.ApplyResources(Me.spcontwKonfRight.Panel1, "spcontwKonfRight.Panel1")
'
'spcontwKonfRight.Panel2
'
Me.spcontwKonfRight.Panel2.Controls.Add(Me.GridControlWK4)
resources.ApplyResources(Me.spcontwKonfRight.Panel2, "spcontwKonfRight.Panel2")
Me.spcontwKonfRight.SplitterPosition = 257
@ -790,7 +820,7 @@ Partial Class frmAdmin2
Me.Root.GroupBordersVisible = False
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1})
Me.Root.Name = "Root"
Me.Root.Size = New System.Drawing.Size(698, 491)
Me.Root.Size = New System.Drawing.Size(698, 478)
Me.Root.TextVisible = False
'
'LayoutControlGroup1
@ -800,7 +830,7 @@ Partial Class frmAdmin2
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.ItemForGUID, Me.ItemForTITLE, Me.ItemForEMAIL_SUBJECT, Me.ItemForEMAIL_BODY1, Me.ItemForEMAIL_BODY2, Me.ItemForEMAIL_BODY3, Me.ItemForADDED_WHO, Me.ItemForCHANGED_WHO, Me.ItemForADDED_WHEN, Me.ItemForCHANGED_WHEN})
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlGroup1.Name = "autoGeneratedGroup0"
Me.LayoutControlGroup1.Size = New System.Drawing.Size(678, 471)
Me.LayoutControlGroup1.Size = New System.Drawing.Size(678, 458)
'
'ItemForGUID
'
@ -809,7 +839,7 @@ Partial Class frmAdmin2
Me.ItemForGUID.Name = "ItemForGUID"
Me.ItemForGUID.Size = New System.Drawing.Size(678, 24)
resources.ApplyResources(Me.ItemForGUID, "ItemForGUID")
Me.ItemForGUID.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForGUID.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForTITLE
'
@ -818,7 +848,7 @@ Partial Class frmAdmin2
Me.ItemForTITLE.Name = "ItemForTITLE"
Me.ItemForTITLE.Size = New System.Drawing.Size(678, 24)
resources.ApplyResources(Me.ItemForTITLE, "ItemForTITLE")
Me.ItemForTITLE.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForTITLE.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForEMAIL_SUBJECT
'
@ -827,70 +857,70 @@ Partial Class frmAdmin2
Me.ItemForEMAIL_SUBJECT.Name = "ItemForEMAIL_SUBJECT"
Me.ItemForEMAIL_SUBJECT.Size = New System.Drawing.Size(678, 24)
resources.ApplyResources(Me.ItemForEMAIL_SUBJECT, "ItemForEMAIL_SUBJECT")
Me.ItemForEMAIL_SUBJECT.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForEMAIL_SUBJECT.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForEMAIL_BODY1
'
Me.ItemForEMAIL_BODY1.Control = Me.EMAIL_BODY1TextEdit
Me.ItemForEMAIL_BODY1.Location = New System.Drawing.Point(0, 72)
Me.ItemForEMAIL_BODY1.Name = "ItemForEMAIL_BODY1"
Me.ItemForEMAIL_BODY1.Size = New System.Drawing.Size(678, 142)
Me.ItemForEMAIL_BODY1.Size = New System.Drawing.Size(678, 137)
resources.ApplyResources(Me.ItemForEMAIL_BODY1, "ItemForEMAIL_BODY1")
Me.ItemForEMAIL_BODY1.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForEMAIL_BODY1.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForEMAIL_BODY2
'
Me.ItemForEMAIL_BODY2.Control = Me.EMAIL_BODY2TextEdit
Me.ItemForEMAIL_BODY2.Location = New System.Drawing.Point(0, 214)
Me.ItemForEMAIL_BODY2.Location = New System.Drawing.Point(0, 209)
Me.ItemForEMAIL_BODY2.Name = "ItemForEMAIL_BODY2"
Me.ItemForEMAIL_BODY2.Size = New System.Drawing.Size(678, 185)
Me.ItemForEMAIL_BODY2.Size = New System.Drawing.Size(678, 177)
resources.ApplyResources(Me.ItemForEMAIL_BODY2, "ItemForEMAIL_BODY2")
Me.ItemForEMAIL_BODY2.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForEMAIL_BODY2.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForEMAIL_BODY3
'
Me.ItemForEMAIL_BODY3.Control = Me.EMAIL_BODY3TextEdit
Me.ItemForEMAIL_BODY3.Location = New System.Drawing.Point(0, 399)
Me.ItemForEMAIL_BODY3.Location = New System.Drawing.Point(0, 386)
Me.ItemForEMAIL_BODY3.Name = "ItemForEMAIL_BODY3"
Me.ItemForEMAIL_BODY3.Size = New System.Drawing.Size(678, 24)
resources.ApplyResources(Me.ItemForEMAIL_BODY3, "ItemForEMAIL_BODY3")
Me.ItemForEMAIL_BODY3.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForEMAIL_BODY3.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForADDED_WHO
'
Me.ItemForADDED_WHO.Control = Me.ADDED_WHOTextEdit
Me.ItemForADDED_WHO.Location = New System.Drawing.Point(0, 423)
Me.ItemForADDED_WHO.Location = New System.Drawing.Point(0, 410)
Me.ItemForADDED_WHO.Name = "ItemForADDED_WHO"
Me.ItemForADDED_WHO.Size = New System.Drawing.Size(339, 24)
resources.ApplyResources(Me.ItemForADDED_WHO, "ItemForADDED_WHO")
Me.ItemForADDED_WHO.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForADDED_WHO.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForCHANGED_WHO
'
Me.ItemForCHANGED_WHO.Control = Me.CHANGED_WHOTextEdit
Me.ItemForCHANGED_WHO.Location = New System.Drawing.Point(0, 447)
Me.ItemForCHANGED_WHO.Location = New System.Drawing.Point(0, 434)
Me.ItemForCHANGED_WHO.Name = "ItemForCHANGED_WHO"
Me.ItemForCHANGED_WHO.Size = New System.Drawing.Size(339, 24)
resources.ApplyResources(Me.ItemForCHANGED_WHO, "ItemForCHANGED_WHO")
Me.ItemForCHANGED_WHO.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForCHANGED_WHO.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForADDED_WHEN
'
Me.ItemForADDED_WHEN.Control = Me.ADDED_WHENDateEdit
Me.ItemForADDED_WHEN.Location = New System.Drawing.Point(339, 423)
Me.ItemForADDED_WHEN.Location = New System.Drawing.Point(339, 410)
Me.ItemForADDED_WHEN.Name = "ItemForADDED_WHEN"
Me.ItemForADDED_WHEN.Size = New System.Drawing.Size(339, 24)
resources.ApplyResources(Me.ItemForADDED_WHEN, "ItemForADDED_WHEN")
Me.ItemForADDED_WHEN.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForADDED_WHEN.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForCHANGED_WHEN
'
Me.ItemForCHANGED_WHEN.Control = Me.CHANGED_WHENDateEdit
Me.ItemForCHANGED_WHEN.Location = New System.Drawing.Point(339, 447)
Me.ItemForCHANGED_WHEN.Location = New System.Drawing.Point(339, 434)
Me.ItemForCHANGED_WHEN.Name = "ItemForCHANGED_WHEN"
Me.ItemForCHANGED_WHEN.Size = New System.Drawing.Size(339, 24)
resources.ApplyResources(Me.ItemForCHANGED_WHEN, "ItemForCHANGED_WHEN")
Me.ItemForCHANGED_WHEN.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForCHANGED_WHEN.TextSize = New System.Drawing.Size(76, 13)
'
'GridControl1
'
@ -1151,7 +1181,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem1.Name = "ItemForGUID"
Me.LayoutControlItem1.Size = New System.Drawing.Size(262, 24)
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING1
'
@ -1160,7 +1190,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING1.Name = "ItemForSTRING1"
Me.ItemForSTRING1.Size = New System.Drawing.Size(524, 171)
resources.ApplyResources(Me.ItemForSTRING1, "ItemForSTRING1")
Me.ItemForSTRING1.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING1.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING2
'
@ -1169,7 +1199,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING2.Name = "ItemForSTRING2"
Me.ItemForSTRING2.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForSTRING2, "ItemForSTRING2")
Me.ItemForSTRING2.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING2.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING3
'
@ -1178,7 +1208,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING3.Name = "ItemForSTRING3"
Me.ItemForSTRING3.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForSTRING3, "ItemForSTRING3")
Me.ItemForSTRING3.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING3.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING4
'
@ -1187,7 +1217,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING4.Name = "ItemForSTRING4"
Me.ItemForSTRING4.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForSTRING4, "ItemForSTRING4")
Me.ItemForSTRING4.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING4.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING5
'
@ -1196,7 +1226,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING5.Name = "ItemForSTRING5"
Me.ItemForSTRING5.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForSTRING5, "ItemForSTRING5")
Me.ItemForSTRING5.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING5.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForSTRING6
'
@ -1205,7 +1235,7 @@ Partial Class frmAdmin2
Me.ItemForSTRING6.Name = "ItemForSTRING6"
Me.ItemForSTRING6.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForSTRING6, "ItemForSTRING6")
Me.ItemForSTRING6.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForSTRING6.TextSize = New System.Drawing.Size(76, 13)
'
'LayoutControlItem3
'
@ -1214,7 +1244,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem3.Name = "ItemForADDED_WHO"
Me.LayoutControlItem3.Size = New System.Drawing.Size(262, 24)
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(76, 13)
'
'LayoutControlItem5
'
@ -1223,7 +1253,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem5.Name = "ItemForCHANGED_WHO"
Me.LayoutControlItem5.Size = New System.Drawing.Size(262, 24)
resources.ApplyResources(Me.LayoutControlItem5, "LayoutControlItem5")
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(76, 13)
'
'LayoutControlItem4
'
@ -1232,7 +1262,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem4.Name = "ItemForADDED_WHEN"
Me.LayoutControlItem4.Size = New System.Drawing.Size(262, 24)
resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4")
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(76, 13)
'
'LayoutControlItem6
'
@ -1241,7 +1271,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem6.Name = "ItemForCHANGED_WHEN"
Me.LayoutControlItem6.Size = New System.Drawing.Size(262, 24)
resources.ApplyResources(Me.LayoutControlItem6, "LayoutControlItem6")
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForINTERNAL
'
@ -1260,7 +1290,7 @@ Partial Class frmAdmin2
Me.ItemForCAPT_TYPE.Name = "ItemForCAPT_TYPE"
Me.ItemForCAPT_TYPE.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForCAPT_TYPE, "ItemForCAPT_TYPE")
Me.ItemForCAPT_TYPE.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForCAPT_TYPE.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForLANGUAGE
'
@ -1269,7 +1299,7 @@ Partial Class frmAdmin2
Me.ItemForLANGUAGE.Name = "ItemForLANGUAGE"
Me.ItemForLANGUAGE.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForLANGUAGE, "ItemForLANGUAGE")
Me.ItemForLANGUAGE.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForLANGUAGE.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForMODULE
'
@ -1278,7 +1308,7 @@ Partial Class frmAdmin2
Me.ItemForMODULE.Name = "ItemForMODULE"
Me.ItemForMODULE.Size = New System.Drawing.Size(150, 24)
resources.ApplyResources(Me.ItemForMODULE, "ItemForMODULE")
Me.ItemForMODULE.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForMODULE.TextSize = New System.Drawing.Size(76, 13)
'
'LayoutControlItem2
'
@ -1287,7 +1317,7 @@ Partial Class frmAdmin2
Me.LayoutControlItem2.Name = "ItemForTITLE"
Me.LayoutControlItem2.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2")
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(74, 13)
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(76, 13)
'
'ItemForOBJ_NAME
'
@ -1296,7 +1326,7 @@ Partial Class frmAdmin2
Me.ItemForOBJ_NAME.Name = "ItemForOBJ_NAME"
Me.ItemForOBJ_NAME.Size = New System.Drawing.Size(524, 24)
resources.ApplyResources(Me.ItemForOBJ_NAME, "ItemForOBJ_NAME")
Me.ItemForOBJ_NAME.TextSize = New System.Drawing.Size(74, 13)
Me.ItemForOBJ_NAME.TextSize = New System.Drawing.Size(76, 13)
'
'BindingNavigator2
'
@ -1456,8 +1486,16 @@ Partial Class frmAdmin2
Me.Name = "frmAdmin2"
Me.Ribbon = Me.RibbonControl1
Me.StatusBar = Me.RibbonStatusBar1
CType(Me.spcontwKonfMain.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfMain.Panel1.ResumeLayout(False)
CType(Me.spcontwKonfMain.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfMain.Panel2.ResumeLayout(False)
CType(Me.spcontwKonfMain, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfMain.ResumeLayout(False)
CType(Me.spcontwKonfleft.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfleft.Panel1.ResumeLayout(False)
CType(Me.spcontwKonfleft.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfleft.Panel2.ResumeLayout(False)
CType(Me.spcontwKonfleft, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfleft.ResumeLayout(False)
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).EndInit()
@ -1465,6 +1503,10 @@ Partial Class frmAdmin2
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControlWK3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewWK3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.spcontwKonfRight.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfRight.Panel1.ResumeLayout(False)
CType(Me.spcontwKonfRight.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfRight.Panel2.ResumeLayout(False)
CType(Me.spcontwKonfRight, System.ComponentModel.ISupportInitialize).EndInit()
Me.spcontwKonfRight.ResumeLayout(False)
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).EndInit()

View File

@ -146,7 +146,7 @@
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<data name="BbitemplateAdd.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -167,7 +167,7 @@
</data>
<data name="BbitemplateSave.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -186,7 +186,7 @@
</data>
<data name="BbitemplateDelete.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -210,7 +210,7 @@
</data>
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -285,7 +285,7 @@
</data>
<data name="BarButtonItem3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -304,7 +304,7 @@
</data>
<data name="BarButtonItem4.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -328,7 +328,7 @@
</data>
<data name="BarButtonItem5.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -355,7 +355,7 @@
</data>
<data name="BarButtonItem6.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -591,7 +591,7 @@
</data>
<data name="BarButtonItem11.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAIkDAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
@ -631,13 +631,13 @@
<value>Start</value>
</data>
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
<value>1059, 146</value>
<value>1059, 158</value>
</data>
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 694</value>
<value>0, 693</value>
</data>
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
<value>1059, 21</value>
<value>1059, 22</value>
</data>
<data name="&gt;&gt;RibbonStatusBar1.Name" xml:space="preserve">
<value>RibbonStatusBar1</value>
@ -685,6 +685,18 @@
<data name="spcontwKonfleft.Panel1.Text" xml:space="preserve">
<value>Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel1.Name" xml:space="preserve">
<value>spcontwKonfleft.Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel1.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel1.Parent" xml:space="preserve">
<value>spcontwKonfleft</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="GridControlWK3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
@ -695,7 +707,7 @@
<value>Grid 3</value>
</data>
<data name="GridControlWK3.Size" type="System.Drawing.Size, System.Drawing">
<value>486, 253</value>
<value>486, 244</value>
</data>
<data name="GridControlWK3.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -715,8 +727,20 @@
<data name="spcontwKonfleft.Panel2.Text" xml:space="preserve">
<value>Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel2.Name" xml:space="preserve">
<value>spcontwKonfleft.Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel2.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel2.Parent" xml:space="preserve">
<value>spcontwKonfleft</value>
</data>
<data name="&gt;&gt;spcontwKonfleft.Panel2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="spcontwKonfleft.Size" type="System.Drawing.Size, System.Drawing">
<value>486, 523</value>
<value>486, 512</value>
</data>
<data name="spcontwKonfleft.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -736,6 +760,18 @@
<data name="spcontwKonfMain.Panel1.Text" xml:space="preserve">
<value>Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel1.Name" xml:space="preserve">
<value>spcontwKonfMain.Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel1.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel1.Parent" xml:space="preserve">
<value>spcontwKonfMain</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="spcontwKonfRight.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
@ -752,7 +788,7 @@
<value>Grid 2</value>
</data>
<data name="GridControlWK2.Size" type="System.Drawing.Size, System.Drawing">
<value>559, 257</value>
<value>561, 257</value>
</data>
<data name="GridControlWK2.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -772,6 +808,18 @@
<data name="spcontwKonfRight.Panel1.Text" xml:space="preserve">
<value>Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel1.Name" xml:space="preserve">
<value>spcontwKonfRight.Panel1</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel1.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel1.Parent" xml:space="preserve">
<value>spcontwKonfRight</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="GridControlWK4.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
@ -782,7 +830,7 @@
<value>Grid 4</value>
</data>
<data name="GridControlWK4.Size" type="System.Drawing.Size, System.Drawing">
<value>559, 254</value>
<value>561, 245</value>
</data>
<data name="GridControlWK4.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -802,8 +850,20 @@
<data name="spcontwKonfRight.Panel2.Text" xml:space="preserve">
<value>Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel2.Name" xml:space="preserve">
<value>spcontwKonfRight.Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel2.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel2.Parent" xml:space="preserve">
<value>spcontwKonfRight</value>
</data>
<data name="&gt;&gt;spcontwKonfRight.Panel2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="spcontwKonfRight.Size" type="System.Drawing.Size, System.Drawing">
<value>559, 523</value>
<value>561, 512</value>
</data>
<data name="spcontwKonfRight.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -823,8 +883,20 @@
<data name="spcontwKonfMain.Panel2.Text" xml:space="preserve">
<value>Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel2.Name" xml:space="preserve">
<value>spcontwKonfMain.Panel2</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel2.Type" xml:space="preserve">
<value>DevExpress.XtraEditors.SplitGroupPanel, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel2.Parent" xml:space="preserve">
<value>spcontwKonfMain</value>
</data>
<data name="&gt;&gt;spcontwKonfMain.Panel2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="spcontwKonfMain.Size" type="System.Drawing.Size, System.Drawing">
<value>1057, 523</value>
<value>1057, 512</value>
</data>
<data name="spcontwKonfMain.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -848,7 +920,7 @@
<value>Fill</value>
</data>
<data name="XtraTabControl1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 146</value>
<value>0, 158</value>
</data>
<data name="XtraTabPage1.AutoScroll" type="System.Boolean, mscorlib">
<value>True</value>
@ -874,7 +946,7 @@
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
@ -894,7 +966,7 @@
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
@ -936,7 +1008,7 @@
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
@ -954,7 +1026,7 @@
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
@ -1002,7 +1074,7 @@
<value>Top, Bottom, Left, Right</value>
</data>
<data name="GUIDTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 12</value>
<value>100, 12</value>
</data>
<data name="GUIDTextEdit.Properties.Mask.EditMask" xml:space="preserve">
<value>N0</value>
@ -1015,7 +1087,7 @@
<value>True</value>
</data>
<data name="GUIDTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 20</value>
<value>586, 20</value>
</data>
<data name="GUIDTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -1033,10 +1105,10 @@
<value>4</value>
</data>
<data name="TITLETextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 36</value>
<value>100, 36</value>
</data>
<data name="TITLETextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 20</value>
<value>586, 20</value>
</data>
<data name="TITLETextEdit.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -1054,10 +1126,10 @@
<value>5</value>
</data>
<data name="EMAIL_BODY3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 411</value>
<value>100, 398</value>
</data>
<data name="EMAIL_BODY3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 20</value>
<value>586, 20</value>
</data>
<data name="EMAIL_BODY3TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
@ -1075,10 +1147,10 @@
<value>6</value>
</data>
<data name="ADDED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 435</value>
<value>100, 422</value>
</data>
<data name="ADDED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>258, 20</value>
<value>247, 20</value>
</data>
<data name="ADDED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
@ -1096,10 +1168,10 @@
<value>7</value>
</data>
<data name="CHANGED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 459</value>
<value>100, 446</value>
</data>
<data name="CHANGED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>258, 20</value>
<value>247, 20</value>
</data>
<data name="CHANGED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
@ -1117,10 +1189,10 @@
<value>8</value>
</data>
<data name="EMAIL_BODY1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 84</value>
<value>100, 84</value>
</data>
<data name="EMAIL_BODY1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 138</value>
<value>586, 133</value>
</data>
<data name="EMAIL_BODY1TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
@ -1138,10 +1210,10 @@
<value>9</value>
</data>
<data name="EMAIL_BODY2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 226</value>
<value>100, 221</value>
</data>
<data name="EMAIL_BODY2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 181</value>
<value>586, 173</value>
</data>
<data name="EMAIL_BODY2TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
@ -1159,10 +1231,10 @@
<value>10</value>
</data>
<data name="EMAIL_SUBJECTTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 60</value>
<value>100, 60</value>
</data>
<data name="EMAIL_SUBJECTTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>597, 20</value>
<value>586, 20</value>
</data>
<data name="EMAIL_SUBJECTTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -1180,7 +1252,7 @@
<value>11</value>
</data>
<data name="ADDED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>428, 435</value>
<value>439, 422</value>
</data>
<data name="ADDED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
<value>G</value>
@ -1189,7 +1261,7 @@
<value>DateTime</value>
</data>
<data name="ADDED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>258, 20</value>
<value>247, 20</value>
</data>
<data name="ADDED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
@ -1207,7 +1279,7 @@
<value>12</value>
</data>
<data name="CHANGED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>428, 459</value>
<value>439, 446</value>
</data>
<data name="CHANGED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
<value>d</value>
@ -1216,7 +1288,7 @@
<value>DateTime</value>
</data>
<data name="CHANGED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>258, 20</value>
<value>247, 20</value>
</data>
<data name="CHANGED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
@ -1267,7 +1339,7 @@
<value>Geändert Wann</value>
</data>
<data name="DataLayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
<value>698, 491</value>
<value>698, 478</value>
</data>
<data name="DataLayoutControl1.TabIndex" type="System.Int32, mscorlib">
<value>22</value>
@ -1318,7 +1390,7 @@
<value>128</value>
</data>
<data name="GridControl1.Size" type="System.Drawing.Size, System.Drawing">
<value>353, 523</value>
<value>353, 512</value>
</data>
<data name="GridControl1.TabIndex" type="System.Int32, mscorlib">
<value>20</value>
@ -1336,7 +1408,7 @@
<value>2</value>
</data>
<data name="XtraTabPage1.Size" type="System.Drawing.Size, System.Drawing">
<value>1057, 523</value>
<value>1057, 512</value>
</data>
<data name="XtraTabPage1.Text" xml:space="preserve">
<value>Email Phrasen</value>
@ -1354,7 +1426,7 @@
<value>0</value>
</data>
<data name="XtraTabControl1.Size" type="System.Drawing.Size, System.Drawing">
<value>1059, 548</value>
<value>1059, 535</value>
</data>
<data name="XtraTabControl1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -1366,7 +1438,7 @@
<value>17, 56</value>
</metadata>
<data name="TextEdit1.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 12</value>
<value>100, 12</value>
</data>
<data name="TextEdit1.Properties.Mask.EditMask" xml:space="preserve">
<value>N0</value>
@ -1378,7 +1450,7 @@
<value>True</value>
</data>
<data name="TextEdit1.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 20</value>
<value>170, 20</value>
</data>
<data name="TextEdit1.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -1396,10 +1468,10 @@
<value>4</value>
</data>
<data name="MODULETextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 12</value>
<value>474, 12</value>
</data>
<data name="MODULETextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>69, 20</value>
<value>58, 20</value>
</data>
<data name="MODULETextEdit.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -1417,10 +1489,10 @@
<value>5</value>
</data>
<data name="TextEdit2.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 84</value>
<value>100, 84</value>
</data>
<data name="TextEdit2.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="TextEdit2.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -1438,14 +1510,14 @@
<value>6</value>
</data>
<data name="LANGUAGEComboBoxEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 36</value>
<value>100, 36</value>
</data>
<assembly alias="DevExpress.Utils.v21.2" name="DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<data name="LANGUAGEComboBoxEdit.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v21.2">
<value>Combo</value>
</data>
<data name="LANGUAGEComboBoxEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="LANGUAGEComboBoxEdit.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
@ -1463,10 +1535,10 @@
<value>7</value>
</data>
<data name="CAPT_TYPETextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 108</value>
<value>100, 108</value>
</data>
<data name="CAPT_TYPETextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="CAPT_TYPETextEdit.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
@ -1484,10 +1556,10 @@
<value>8</value>
</data>
<data name="STRING2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 303</value>
<value>100, 303</value>
</data>
<data name="STRING2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="STRING2TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
@ -1505,10 +1577,10 @@
<value>9</value>
</data>
<data name="STRING3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 327</value>
<value>100, 327</value>
</data>
<data name="STRING3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="STRING3TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
@ -1526,10 +1598,10 @@
<value>10</value>
</data>
<data name="STRING4TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 351</value>
<value>100, 351</value>
</data>
<data name="STRING4TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="STRING4TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
@ -1547,10 +1619,10 @@
<value>11</value>
</data>
<data name="STRING5TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 375</value>
<value>100, 375</value>
</data>
<data name="STRING5TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="STRING5TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
@ -1568,10 +1640,10 @@
<value>12</value>
</data>
<data name="STRING6TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 399</value>
<value>100, 399</value>
</data>
<data name="STRING6TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="STRING6TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
@ -1589,10 +1661,10 @@
<value>13</value>
</data>
<data name="TextEdit3.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 423</value>
<value>100, 423</value>
</data>
<data name="TextEdit3.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 20</value>
<value>170, 20</value>
</data>
<data name="TextEdit3.TabIndex" type="System.Int32, mscorlib">
<value>15</value>
@ -1610,7 +1682,7 @@
<value>14</value>
</data>
<data name="ADDED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>351, 423</value>
<value>362, 423</value>
</data>
<data name="ADDED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
<value>d</value>
@ -1619,7 +1691,7 @@
<value>DateTime</value>
</data>
<data name="ADDED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 20</value>
<value>170, 20</value>
</data>
<data name="ADDED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>16</value>
@ -1637,10 +1709,10 @@
<value>15</value>
</data>
<data name="TextEdit4.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 447</value>
<value>100, 447</value>
</data>
<data name="TextEdit4.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 20</value>
<value>170, 20</value>
</data>
<data name="TextEdit4.TabIndex" type="System.Int32, mscorlib">
<value>17</value>
@ -1658,7 +1730,7 @@
<value>16</value>
</data>
<data name="CHANGED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>351, 447</value>
<value>362, 447</value>
</data>
<data name="CHANGED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
<value>d</value>
@ -1667,7 +1739,7 @@
<value>DateTime</value>
</data>
<data name="CHANGED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 20</value>
<value>170, 20</value>
</data>
<data name="CHANGED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
<value>18</value>
@ -1685,10 +1757,10 @@
<value>17</value>
</data>
<data name="OBJ_NAMETextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 60</value>
<value>100, 60</value>
</data>
<data name="OBJ_NAMETextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 20</value>
<value>432, 20</value>
</data>
<data name="OBJ_NAMETextEdit.TabIndex" type="System.Int32, mscorlib">
<value>19</value>
@ -1715,7 +1787,7 @@
<value>Default</value>
</data>
<data name="INTERNALCheckEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>108, 19</value>
<value>108, 18</value>
</data>
<data name="INTERNALCheckEdit.TabIndex" type="System.Int32, mscorlib">
<value>20</value>
@ -1733,10 +1805,10 @@
<value>19</value>
</data>
<data name="STRING1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 132</value>
<value>100, 132</value>
</data>
<data name="STRING1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>443, 167</value>
<value>432, 167</value>
</data>
<data name="STRING1TextEdit.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
@ -1843,7 +1915,7 @@
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
@ -1863,7 +1935,7 @@
<data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
@ -1905,7 +1977,7 @@
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
@ -1923,7 +1995,7 @@
<data name="ToolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
@ -2013,7 +2085,7 @@
<value>3</value>
</data>
<data name="GridControl2.Size" type="System.Drawing.Size, System.Drawing">
<value>509, 523</value>
<value>509, 512</value>
</data>
<data name="GridControl2.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
@ -2031,7 +2103,7 @@
<value>2</value>
</data>
<data name="XtraTabPage2.Size" type="System.Drawing.Size, System.Drawing">
<value>1057, 523</value>
<value>1057, 512</value>
</data>
<data name="XtraTabPage2.Text" xml:space="preserve">
<value>GUI Phrasen</value>
@ -2049,7 +2121,7 @@
<value>1</value>
</data>
<data name="XtraTabPage3.Size" type="System.Drawing.Size, System.Drawing">
<value>1057, 523</value>
<value>1057, 512</value>
</data>
<data name="XtraTabPage3.Text" xml:space="preserve">
<value>Weitere Auswertungen</value>

View File

@ -591,13 +591,6 @@ Public Class frmAdministration
End If
End Sub
Private Sub ToolStripButton4_Click(sender As Object, e As EventArgs)
Cursor = Cursors.WaitCursor
frmUserKonfig_AddUsers.ShowDialog()
Load_User()
Cursor = Cursors.Default
End Sub
Private Sub ToolStripButton12_Click(sender As Object, e As EventArgs)
Load_User()
End Sub

View File

@ -108,18 +108,7 @@ Public Class frmMain
End Try
Return oCHANGED
End Function
Private Function Free_File()
Try
Dim sql = $"UPDATE TBPM_PROFILE_FILES SET EDIT = 0, IN_WORK = 0, IN_WORK_WHEN = NULL, WORK_USER = NULL WHERE GUID = {CURRENT_DOC_GUID}"
Return DatabaseFallback.ExecuteNonQueryECM(sql)
Catch ex As Exception
LOGGER.Error(ex)
Return False
End Try
End Function
Private Sub frmMain_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
Free_File()
Try
FormOpenClose = True
' Position und Größe speichern
@ -682,6 +671,9 @@ Public Class frmMain
End Sub
Private Sub COLUMNS_INVISIBLE()
Try
If GridViewWorkflows.Columns.Count = 0 Then
Exit Sub
End If
GridViewWorkflows.Columns.Item("PROFILE_ID").Visible = False
GridViewWorkflows.Columns.Item("GUID").Visible = False
Try

View File

@ -1,7 +1,6 @@
Imports WINDREAMLib
Imports Oracle.ManagedDataAccess.Client
Imports System.ComponentModel
Imports DD_LIB_Standards
Imports DigitalData.Controls.LookupGrid
Imports DigitalData.Modules.Language.Utils
Imports System.IO
@ -1085,7 +1084,7 @@ Public Class frmMassValidator
oValue = value
Catch ex As Exception
LOGGER.Error(ex)
clsLogger.Add("Error in LoadSimpleData for TextBox: " & ex.Message)
LOGGER.Warn($"Error in LoadSimpleData for TextBox: {ex.Message}")
End Try
ElseIf TypeOf control Is Windows.Forms.ComboBox Then
Try
@ -1099,7 +1098,7 @@ Public Class frmMassValidator
comboxBox.DataSource = list
Catch ex As Exception
LOGGER.Error(ex)
clsLogger.Add("Error in LoadSimpleData for Combobox: " & ex.Message)
LOGGER.Warn($"Error in LoadSimpleData for Combobox: {ex.Message}")
End Try
ElseIf TypeOf control Is LookupControl3 Then
Try
@ -1108,7 +1107,7 @@ Public Class frmMassValidator
lookup.Properties.DataSource = dt
Catch ex As Exception
LOGGER.Error(ex)
clsLogger.Add("Error in LoadSimpleData for LookupControl3: " & ex.Message)
LOGGER.Warn($"Error in LoadSimpleData for LookupControl3: {ex.Message}")
End Try
'ElseIf TypeOf control Is GridControl Then
' Try
@ -1135,7 +1134,6 @@ Public Class frmMassValidator
' End If
' Catch ex As Exception
' LOGGER.Error(ex)
' clsLogger.Add("Error in LoadSimpleData for DataGridView: " & ex.Message)
' End Try
End If
Next
@ -1163,7 +1161,9 @@ Public Class frmMassValidator
If CreateWMObject() = True Then
If ClassFinalizeDoc.Write_Final_Metadata(CURRENT_WMFILE) = True Then
Dim sql = String.Format("UPDATE TBPM_PROFILE_FILES SET IN_WORK = 0, WORK_USER = '{0}', EDIT = 1 WHERE GUID = {1}", USER_USERNAME, CURRENT_DOC_GUID)
Dim sql = $"EXEC PRTF_PROFILE_FILES_WORK {CURRENT_DOC_ID},{CURRENT_ProfilGUID},{USER_ID},'Worked'"
'String.Format("UPDATE TBPM_PROFILE_FILES SET IN_WORK = 0, WORK_USER = '{0}', EDIT = 1 WHERE GUID = {1}", USER_USERNAME, CURRENT_DOC_GUID)
If DatabaseFallback.ExecuteNonQueryECM(sql) = True Then
workedFiles += 1
End If

View File

@ -95,11 +95,10 @@ Partial Class frmValidator
Me.bbtnitmInfoWorkflow = New DevExpress.XtraBars.BarButtonItem()
Me.bchkitmNotes = New DevExpress.XtraBars.BarCheckItem()
Me.BarButtonGroup1 = New DevExpress.XtraBars.BarButtonGroup()
Me.BarListItem1 = New DevExpress.XtraBars.BarListItem()
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
Me.RibbonPageFile = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.RbnPgGrpActions = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.rbnPgGroupHinweise = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.rbnPgGroupAttmt = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.RibbonPageGroupCustom = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
@ -150,74 +149,67 @@ Partial Class frmValidator
'
'SplitContainerButtons.Panel1
'
resources.ApplyResources(Me.SplitContainerButtons.Panel1, "SplitContainerButtons.Panel1")
Me.SplitContainerButtons.Panel1.Controls.Add(Me.SplitContainerReject_NotResp)
resources.ApplyResources(Me.SplitContainerButtons.Panel1, "SplitContainerButtons.Panel1")
'
'SplitContainerButtons.Panel2
'
resources.ApplyResources(Me.SplitContainerButtons.Panel2, "SplitContainerButtons.Panel2")
Me.SplitContainerButtons.Panel2.Controls.Add(Me.btnSave)
resources.ApplyResources(Me.SplitContainerButtons.Panel2, "SplitContainerButtons.Panel2")
Me.SplitContainerButtons.SplitterPosition = 391
Me.ToolTip1.SetToolTip(Me.SplitContainerButtons, resources.GetString("SplitContainerButtons.ToolTip"))
'
'SplitContainerReject_NotResp
'
resources.ApplyResources(Me.SplitContainerReject_NotResp, "SplitContainerReject_NotResp")
Me.SplitContainerReject_NotResp.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2
resources.ApplyResources(Me.SplitContainerReject_NotResp, "SplitContainerReject_NotResp")
Me.SplitContainerReject_NotResp.Name = "SplitContainerReject_NotResp"
'
'SplitContainerReject_NotResp.Panel1
'
resources.ApplyResources(Me.SplitContainerReject_NotResp.Panel1, "SplitContainerReject_NotResp.Panel1")
Me.SplitContainerReject_NotResp.Panel1.Controls.Add(Me.btnReject)
'
'SplitContainerReject_NotResp.Panel2
'
resources.ApplyResources(Me.SplitContainerReject_NotResp.Panel2, "SplitContainerReject_NotResp.Panel2")
Me.SplitContainerReject_NotResp.Panel2.Controls.Add(Me.btnNotResponsible)
Me.SplitContainerReject_NotResp.SplitterPosition = 197
Me.ToolTip1.SetToolTip(Me.SplitContainerReject_NotResp, resources.GetString("SplitContainerReject_NotResp.ToolTip"))
'
'btnReject
'
resources.ApplyResources(Me.btnReject, "btnReject")
Me.btnReject.Appearance.BackColor = System.Drawing.Color.Red
Me.btnReject.Appearance.Font = CType(resources.GetObject("btnReject.Appearance.Font"), System.Drawing.Font)
Me.btnReject.Appearance.Options.UseBackColor = True
Me.btnReject.Appearance.Options.UseFont = True
Me.btnReject.Appearance.Options.UseTextOptions = True
Me.btnReject.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap
resources.ApplyResources(Me.btnReject, "btnReject")
Me.btnReject.ImageOptions.Image = CType(resources.GetObject("btnReject.ImageOptions.Image"), System.Drawing.Image)
Me.btnReject.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
Me.btnReject.Name = "btnReject"
Me.ToolTip1.SetToolTip(Me.btnReject, resources.GetString("btnReject.ToolTip1"))
'
'btnNotResponsible
'
resources.ApplyResources(Me.btnNotResponsible, "btnNotResponsible")
Me.btnNotResponsible.Appearance.BackColor = System.Drawing.Color.Yellow
Me.btnNotResponsible.Appearance.Font = CType(resources.GetObject("btnNotResponsible.Appearance.Font"), System.Drawing.Font)
Me.btnNotResponsible.Appearance.Options.UseBackColor = True
Me.btnNotResponsible.Appearance.Options.UseFont = True
resources.ApplyResources(Me.btnNotResponsible, "btnNotResponsible")
Me.btnNotResponsible.ImageOptions.Image = CType(resources.GetObject("btnNotResponsible.ImageOptions.Image"), System.Drawing.Image)
Me.btnNotResponsible.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft
Me.btnNotResponsible.Name = "btnNotResponsible"
Me.ToolTip1.SetToolTip(Me.btnNotResponsible, resources.GetString("btnNotResponsible.ToolTip1"))
'
'btnSave
'
resources.ApplyResources(Me.btnSave, "btnSave")
Me.btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success
Me.btnSave.Appearance.Font = CType(resources.GetObject("btnSave.Appearance.Font"), System.Drawing.Font)
Me.btnSave.Appearance.Options.UseBackColor = True
Me.btnSave.Appearance.Options.UseFont = True
Me.btnSave.Appearance.Options.UseTextOptions = True
Me.btnSave.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap
resources.ApplyResources(Me.btnSave, "btnSave")
Me.btnSave.ImageOptions.Image = CType(resources.GetObject("btnSave.ImageOptions.Image"), System.Drawing.Image)
Me.btnSave.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter
Me.btnSave.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
Me.btnSave.Name = "btnSave"
Me.ToolTip1.SetToolTip(Me.btnSave, resources.GetString("btnSave.ToolTip1"))
'
'SplitContainer1
'
@ -226,27 +218,21 @@ Partial Class frmValidator
'
'SplitContainer1.Panel1
'
resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1")
Me.SplitContainer1.Panel1.Controls.Add(Me.PanelControl1)
Me.ToolTip1.SetToolTip(Me.SplitContainer1.Panel1, resources.GetString("SplitContainer1.Panel1.ToolTip"))
'
'SplitContainer1.Panel2
'
resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2")
Me.SplitContainer1.Panel2.Controls.Add(Me.DocumentViewerValidator)
Me.ToolTip1.SetToolTip(Me.SplitContainer1.Panel2, resources.GetString("SplitContainer1.Panel2.ToolTip"))
Me.SplitContainer1.TabStop = False
Me.ToolTip1.SetToolTip(Me.SplitContainer1, resources.GetString("SplitContainer1.ToolTip"))
'
'PanelControl1
'
resources.ApplyResources(Me.PanelControl1, "PanelControl1")
Me.PanelControl1.Controls.Add(Me.SplitContainerButtons)
Me.PanelControl1.Controls.Add(Me.PanelValidatorControlBorder)
Me.PanelControl1.Controls.Add(Me.DESCRIPTIONLabel)
Me.PanelControl1.Controls.Add(Me.TITLELabel1)
resources.ApplyResources(Me.PanelControl1, "PanelControl1")
Me.PanelControl1.Name = "PanelControl1"
Me.ToolTip1.SetToolTip(Me.PanelControl1, resources.GetString("PanelControl1.ToolTip"))
'
'PanelValidatorControlBorder
'
@ -256,15 +242,13 @@ Partial Class frmValidator
Me.PanelValidatorControlBorder.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple
Me.PanelValidatorControlBorder.Controls.Add(Me.PanelValidatorControl)
Me.PanelValidatorControlBorder.Name = "PanelValidatorControlBorder"
Me.ToolTip1.SetToolTip(Me.PanelValidatorControlBorder, resources.GetString("PanelValidatorControlBorder.ToolTip"))
'
'PanelValidatorControl
'
resources.ApplyResources(Me.PanelValidatorControl, "PanelValidatorControl")
Me.PanelValidatorControl.Appearance.BackColor = System.Drawing.Color.WhiteSmoke
Me.PanelValidatorControl.Appearance.Options.UseBackColor = True
resources.ApplyResources(Me.PanelValidatorControl, "PanelValidatorControl")
Me.PanelValidatorControl.Name = "PanelValidatorControl"
Me.ToolTip1.SetToolTip(Me.PanelValidatorControl, resources.GetString("PanelValidatorControl.ToolTip"))
'
'DESCRIPTIONLabel
'
@ -275,7 +259,6 @@ Partial Class frmValidator
Me.DESCRIPTIONLabel.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top
Me.DESCRIPTIONLabel.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap
Me.DESCRIPTIONLabel.Name = "DESCRIPTIONLabel"
Me.ToolTip1.SetToolTip(Me.DESCRIPTIONLabel, resources.GetString("DESCRIPTIONLabel.ToolTip"))
'
'TITLELabel1
'
@ -285,14 +268,12 @@ Partial Class frmValidator
Me.TITLELabel1.Appearance.Options.UseTextOptions = True
Me.TITLELabel1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap
Me.TITLELabel1.Name = "TITLELabel1"
Me.ToolTip1.SetToolTip(Me.TITLELabel1, resources.GetString("TITLELabel1.ToolTip"))
'
'DocumentViewerValidator
'
resources.ApplyResources(Me.DocumentViewerValidator, "DocumentViewerValidator")
Me.DocumentViewerValidator.FileLoaded = False
Me.DocumentViewerValidator.Name = "DocumentViewerValidator"
Me.ToolTip1.SetToolTip(Me.DocumentViewerValidator, resources.GetString("DocumentViewerValidator.ToolTip"))
'
'BarManager1
'
@ -312,40 +293,33 @@ Partial Class frmValidator
'
'barDockControlTop
'
resources.ApplyResources(Me.barDockControlTop, "barDockControlTop")
Me.barDockControlTop.CausesValidation = False
resources.ApplyResources(Me.barDockControlTop, "barDockControlTop")
Me.barDockControlTop.Manager = Me.BarManager1
Me.ToolTip1.SetToolTip(Me.barDockControlTop, resources.GetString("barDockControlTop.ToolTip"))
'
'barDockControlBottom
'
resources.ApplyResources(Me.barDockControlBottom, "barDockControlBottom")
Me.barDockControlBottom.CausesValidation = False
resources.ApplyResources(Me.barDockControlBottom, "barDockControlBottom")
Me.barDockControlBottom.Manager = Me.BarManager1
Me.ToolTip1.SetToolTip(Me.barDockControlBottom, resources.GetString("barDockControlBottom.ToolTip"))
'
'barDockControlLeft
'
resources.ApplyResources(Me.barDockControlLeft, "barDockControlLeft")
Me.barDockControlLeft.CausesValidation = False
resources.ApplyResources(Me.barDockControlLeft, "barDockControlLeft")
Me.barDockControlLeft.Manager = Me.BarManager1
Me.ToolTip1.SetToolTip(Me.barDockControlLeft, resources.GetString("barDockControlLeft.ToolTip"))
'
'barDockControlRight
'
resources.ApplyResources(Me.barDockControlRight, "barDockControlRight")
Me.barDockControlRight.CausesValidation = False
resources.ApplyResources(Me.barDockControlRight, "barDockControlRight")
Me.barDockControlRight.Manager = Me.BarManager1
Me.ToolTip1.SetToolTip(Me.barDockControlRight, resources.GetString("barDockControlRight.ToolTip"))
'
'PdfFileOpenBarItem1
'
resources.ApplyResources(Me.PdfFileOpenBarItem1, "PdfFileOpenBarItem1")
Me.PdfFileOpenBarItem1.Enabled = False
Me.PdfFileOpenBarItem1.Id = 1
Me.PdfFileOpenBarItem1.ImageOptions.ImageIndex = CType(resources.GetObject("PdfFileOpenBarItem1.ImageOptions.ImageIndex"), Integer)
Me.PdfFileOpenBarItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfFileOpenBarItem1.ImageOptions.LargeImageIndex"), Integer)
Me.PdfFileOpenBarItem1.ImageOptions.SvgImage = CType(resources.GetObject("PdfFileOpenBarItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfFileOpenBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O))
Me.PdfFileOpenBarItem1.Name = "PdfFileOpenBarItem1"
'
@ -354,9 +328,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfFileSaveAsBarItem1, "PdfFileSaveAsBarItem1")
Me.PdfFileSaveAsBarItem1.Enabled = False
Me.PdfFileSaveAsBarItem1.Id = 2
Me.PdfFileSaveAsBarItem1.ImageOptions.ImageIndex = CType(resources.GetObject("PdfFileSaveAsBarItem1.ImageOptions.ImageIndex"), Integer)
Me.PdfFileSaveAsBarItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfFileSaveAsBarItem1.ImageOptions.LargeImageIndex"), Integer)
Me.PdfFileSaveAsBarItem1.ImageOptions.SvgImage = CType(resources.GetObject("PdfFileSaveAsBarItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfFileSaveAsBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S))
Me.PdfFileSaveAsBarItem1.Name = "PdfFileSaveAsBarItem1"
'
@ -365,9 +336,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfFilePrintBarItem2, "PdfFilePrintBarItem2")
Me.PdfFilePrintBarItem2.Enabled = False
Me.PdfFilePrintBarItem2.Id = 3
Me.PdfFilePrintBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfFilePrintBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfFilePrintBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfFilePrintBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfFilePrintBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfFilePrintBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfFilePrintBarItem2.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P))
Me.PdfFilePrintBarItem2.Name = "PdfFilePrintBarItem2"
'
@ -376,9 +344,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfPreviousPageBarItem2, "PdfPreviousPageBarItem2")
Me.PdfPreviousPageBarItem2.Enabled = False
Me.PdfPreviousPageBarItem2.Id = 4
Me.PdfPreviousPageBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfPreviousPageBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfPreviousPageBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfPreviousPageBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfPreviousPageBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfPreviousPageBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfPreviousPageBarItem2.Name = "PdfPreviousPageBarItem2"
'
'PdfNextPageBarItem2
@ -386,9 +351,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfNextPageBarItem2, "PdfNextPageBarItem2")
Me.PdfNextPageBarItem2.Enabled = False
Me.PdfNextPageBarItem2.Id = 5
Me.PdfNextPageBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfNextPageBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfNextPageBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfNextPageBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfNextPageBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfNextPageBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfNextPageBarItem2.Name = "PdfNextPageBarItem2"
'
'PdfFindTextBarItem2
@ -396,9 +358,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfFindTextBarItem2, "PdfFindTextBarItem2")
Me.PdfFindTextBarItem2.Enabled = False
Me.PdfFindTextBarItem2.Id = 6
Me.PdfFindTextBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfFindTextBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfFindTextBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfFindTextBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfFindTextBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfFindTextBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfFindTextBarItem2.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F))
Me.PdfFindTextBarItem2.Name = "PdfFindTextBarItem2"
'
@ -407,9 +366,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoomOutBarItem2, "PdfZoomOutBarItem2")
Me.PdfZoomOutBarItem2.Enabled = False
Me.PdfZoomOutBarItem2.Id = 7
Me.PdfZoomOutBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoomOutBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoomOutBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoomOutBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoomOutBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoomOutBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoomOutBarItem2.Name = "PdfZoomOutBarItem2"
'
'PdfZoomInBarItem2
@ -417,9 +373,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoomInBarItem2, "PdfZoomInBarItem2")
Me.PdfZoomInBarItem2.Enabled = False
Me.PdfZoomInBarItem2.Id = 8
Me.PdfZoomInBarItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoomInBarItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoomInBarItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoomInBarItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoomInBarItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoomInBarItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoomInBarItem2.Name = "PdfZoomInBarItem2"
'
'PdfExactZoomListBarSubItem2
@ -427,9 +380,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfExactZoomListBarSubItem2, "PdfExactZoomListBarSubItem2")
Me.PdfExactZoomListBarSubItem2.Enabled = False
Me.PdfExactZoomListBarSubItem2.Id = 9
Me.PdfExactZoomListBarSubItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfExactZoomListBarSubItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfExactZoomListBarSubItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfExactZoomListBarSubItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfExactZoomListBarSubItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfExactZoomListBarSubItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfExactZoomListBarSubItem2.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom10CheckItem2, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom25CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom50CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom75CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom100CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom125CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom150CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom200CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom400CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom500CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetActualSizeZoomModeCheckItem2, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetPageLevelZoomModeCheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitWidthZoomModeCheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitVisibleZoomModeCheckItem2)})
Me.PdfExactZoomListBarSubItem2.Name = "PdfExactZoomListBarSubItem2"
Me.PdfExactZoomListBarSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu
@ -439,9 +389,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom10CheckItem2, "PdfZoom10CheckItem2")
Me.PdfZoom10CheckItem2.Enabled = False
Me.PdfZoom10CheckItem2.Id = 10
Me.PdfZoom10CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom10CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom10CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom10CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom10CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom10CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom10CheckItem2.Name = "PdfZoom10CheckItem2"
'
'PdfZoom25CheckItem2
@ -449,9 +396,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom25CheckItem2, "PdfZoom25CheckItem2")
Me.PdfZoom25CheckItem2.Enabled = False
Me.PdfZoom25CheckItem2.Id = 11
Me.PdfZoom25CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom25CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom25CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom25CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom25CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom25CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom25CheckItem2.Name = "PdfZoom25CheckItem2"
'
'PdfZoom50CheckItem2
@ -459,9 +403,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom50CheckItem2, "PdfZoom50CheckItem2")
Me.PdfZoom50CheckItem2.Enabled = False
Me.PdfZoom50CheckItem2.Id = 12
Me.PdfZoom50CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom50CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom50CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom50CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom50CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom50CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom50CheckItem2.Name = "PdfZoom50CheckItem2"
'
'PdfZoom75CheckItem2
@ -469,9 +410,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom75CheckItem2, "PdfZoom75CheckItem2")
Me.PdfZoom75CheckItem2.Enabled = False
Me.PdfZoom75CheckItem2.Id = 13
Me.PdfZoom75CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom75CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom75CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom75CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom75CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom75CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom75CheckItem2.Name = "PdfZoom75CheckItem2"
'
'PdfZoom100CheckItem2
@ -479,9 +417,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom100CheckItem2, "PdfZoom100CheckItem2")
Me.PdfZoom100CheckItem2.Enabled = False
Me.PdfZoom100CheckItem2.Id = 14
Me.PdfZoom100CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom100CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom100CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom100CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom100CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom100CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom100CheckItem2.Name = "PdfZoom100CheckItem2"
'
'PdfZoom125CheckItem2
@ -489,9 +424,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom125CheckItem2, "PdfZoom125CheckItem2")
Me.PdfZoom125CheckItem2.Enabled = False
Me.PdfZoom125CheckItem2.Id = 15
Me.PdfZoom125CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom125CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom125CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom125CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom125CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom125CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom125CheckItem2.Name = "PdfZoom125CheckItem2"
'
'PdfZoom150CheckItem2
@ -499,9 +431,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom150CheckItem2, "PdfZoom150CheckItem2")
Me.PdfZoom150CheckItem2.Enabled = False
Me.PdfZoom150CheckItem2.Id = 16
Me.PdfZoom150CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom150CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom150CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom150CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom150CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom150CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom150CheckItem2.Name = "PdfZoom150CheckItem2"
'
'PdfZoom200CheckItem2
@ -509,9 +438,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom200CheckItem2, "PdfZoom200CheckItem2")
Me.PdfZoom200CheckItem2.Enabled = False
Me.PdfZoom200CheckItem2.Id = 17
Me.PdfZoom200CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom200CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom200CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom200CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom200CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom200CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom200CheckItem2.Name = "PdfZoom200CheckItem2"
'
'PdfZoom400CheckItem2
@ -519,9 +445,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom400CheckItem2, "PdfZoom400CheckItem2")
Me.PdfZoom400CheckItem2.Enabled = False
Me.PdfZoom400CheckItem2.Id = 18
Me.PdfZoom400CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom400CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom400CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom400CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom400CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom400CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom400CheckItem2.Name = "PdfZoom400CheckItem2"
'
'PdfZoom500CheckItem2
@ -529,9 +452,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfZoom500CheckItem2, "PdfZoom500CheckItem2")
Me.PdfZoom500CheckItem2.Enabled = False
Me.PdfZoom500CheckItem2.Id = 19
Me.PdfZoom500CheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfZoom500CheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfZoom500CheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfZoom500CheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfZoom500CheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfZoom500CheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfZoom500CheckItem2.Name = "PdfZoom500CheckItem2"
'
'PdfSetActualSizeZoomModeCheckItem2
@ -539,9 +459,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfSetActualSizeZoomModeCheckItem2, "PdfSetActualSizeZoomModeCheckItem2")
Me.PdfSetActualSizeZoomModeCheckItem2.Enabled = False
Me.PdfSetActualSizeZoomModeCheckItem2.Id = 20
Me.PdfSetActualSizeZoomModeCheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfSetActualSizeZoomModeCheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfSetActualSizeZoomModeCheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfSetActualSizeZoomModeCheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfSetActualSizeZoomModeCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfSetActualSizeZoomModeCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfSetActualSizeZoomModeCheckItem2.Name = "PdfSetActualSizeZoomModeCheckItem2"
'
'PdfSetPageLevelZoomModeCheckItem2
@ -549,9 +466,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfSetPageLevelZoomModeCheckItem2, "PdfSetPageLevelZoomModeCheckItem2")
Me.PdfSetPageLevelZoomModeCheckItem2.Enabled = False
Me.PdfSetPageLevelZoomModeCheckItem2.Id = 21
Me.PdfSetPageLevelZoomModeCheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfSetPageLevelZoomModeCheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfSetPageLevelZoomModeCheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfSetPageLevelZoomModeCheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfSetPageLevelZoomModeCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfSetPageLevelZoomModeCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfSetPageLevelZoomModeCheckItem2.Name = "PdfSetPageLevelZoomModeCheckItem2"
'
'PdfSetFitWidthZoomModeCheckItem2
@ -559,9 +473,6 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfSetFitWidthZoomModeCheckItem2, "PdfSetFitWidthZoomModeCheckItem2")
Me.PdfSetFitWidthZoomModeCheckItem2.Enabled = False
Me.PdfSetFitWidthZoomModeCheckItem2.Id = 22
Me.PdfSetFitWidthZoomModeCheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfSetFitWidthZoomModeCheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfSetFitWidthZoomModeCheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfSetFitWidthZoomModeCheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfSetFitWidthZoomModeCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfSetFitWidthZoomModeCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfSetFitWidthZoomModeCheckItem2.Name = "PdfSetFitWidthZoomModeCheckItem2"
'
'PdfSetFitVisibleZoomModeCheckItem2
@ -569,18 +480,12 @@ Partial Class frmValidator
resources.ApplyResources(Me.PdfSetFitVisibleZoomModeCheckItem2, "PdfSetFitVisibleZoomModeCheckItem2")
Me.PdfSetFitVisibleZoomModeCheckItem2.Enabled = False
Me.PdfSetFitVisibleZoomModeCheckItem2.Id = 23
Me.PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.ImageIndex = CType(resources.GetObject("PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.ImageIndex"), Integer)
Me.PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.LargeImageIndex = CType(resources.GetObject("PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.LargeImageIndex"), Integer)
Me.PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("PdfSetFitVisibleZoomModeCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.PdfSetFitVisibleZoomModeCheckItem2.Name = "PdfSetFitVisibleZoomModeCheckItem2"
'
'BarButtonItem1
'
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
Me.BarButtonItem1.Id = 0
Me.BarButtonItem1.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem1.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem1.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItem1.Name = "BarButtonItem1"
'
'BarAndDockingController2
@ -621,13 +526,9 @@ Partial Class frmValidator
'
'RibbonControl1
'
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
Me.RibbonControl1.ExpandCollapseItem.Id = 0
Me.RibbonControl1.ExpandCollapseItem.ImageOptions.ImageIndex = CType(resources.GetObject("RibbonControl1.ExpandCollapseItem.ImageOptions.ImageIndex"), Integer)
Me.RibbonControl1.ExpandCollapseItem.ImageOptions.LargeImageIndex = CType(resources.GetObject("RibbonControl1.ExpandCollapseItem.ImageOptions.LargeImageIndex"), Integer)
Me.RibbonControl1.ExpandCollapseItem.ImageOptions.SvgImage = CType(resources.GetObject("RibbonControl1.ExpandCollapseItem.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.RibbonControl1.ExpandCollapseItem.SearchTags = resources.GetString("RibbonControl1.ExpandCollapseItem.SearchTags")
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bsiError, Me.bsiInformation, Me.bsiDocID, Me.BarButtonItemFileView, Me.BarButtonItem3, Me.BarButtonItem4, Me.bbtniRefresh, Me.bbtniRefreshSearches, Me.bbtniNext, Me.bbtniDelete, Me.bbtniAnnotation, Me.bsiInfo1, Me.bsiInfo2, Me.BbtnitmSave, Me.BarButtonItem5, Me.Attmt_bbtnitmShow, Me.barbtnitmExport, Me.ToggleSwitchItemLoadonClick, Me.Attmnt_bbtnitm_LoadonClick, Me.BarButtonItem6, Me.bbtnitmInfoWorkflow, Me.bchkitmNotes, Me.BarButtonGroup1, Me.BarListItem1})
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bsiError, Me.bsiInformation, Me.bsiDocID, Me.BarButtonItemFileView, Me.BarButtonItem3, Me.BarButtonItem4, Me.bbtniRefresh, Me.bbtniRefreshSearches, Me.bbtniNext, Me.bbtniDelete, Me.bbtniAnnotation, Me.bsiInfo1, Me.bsiInfo2, Me.BbtnitmSave, Me.BarButtonItem5, Me.Attmt_bbtnitmShow, Me.barbtnitmExport, Me.ToggleSwitchItemLoadonClick, Me.Attmnt_bbtnitm_LoadonClick, Me.BarButtonItem6, Me.bbtnitmInfoWorkflow, Me.bchkitmNotes, Me.BarButtonGroup1})
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
Me.RibbonControl1.MaxItemId = 38
Me.RibbonControl1.Name = "RibbonControl1"
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
@ -637,15 +538,10 @@ Partial Class frmValidator
Me.RibbonControl1.ShowToolbarCustomizeItem = False
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
Me.ToolTip1.SetToolTip(Me.RibbonControl1, resources.GetString("RibbonControl1.ToolTip"))
'
'bsiError
'
resources.ApplyResources(Me.bsiError, "bsiError")
Me.bsiError.Id = 1
Me.bsiError.ImageOptions.ImageIndex = CType(resources.GetObject("bsiError.ImageOptions.ImageIndex"), Integer)
Me.bsiError.ImageOptions.LargeImageIndex = CType(resources.GetObject("bsiError.ImageOptions.LargeImageIndex"), Integer)
Me.bsiError.ImageOptions.SvgImage = CType(resources.GetObject("bsiError.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bsiError.ItemAppearance.Normal.Font = CType(resources.GetObject("bsiError.ItemAppearance.Normal.Font"), System.Drawing.Font)
Me.bsiError.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Red
Me.bsiError.ItemAppearance.Normal.Options.UseFont = True
@ -656,9 +552,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.bsiInformation, "bsiInformation")
Me.bsiInformation.Id = 2
Me.bsiInformation.ImageOptions.ImageIndex = CType(resources.GetObject("bsiInformation.ImageOptions.ImageIndex"), Integer)
Me.bsiInformation.ImageOptions.LargeImageIndex = CType(resources.GetObject("bsiInformation.ImageOptions.LargeImageIndex"), Integer)
Me.bsiInformation.ImageOptions.SvgImage = CType(resources.GetObject("bsiInformation.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bsiInformation.ItemAppearance.Normal.BackColor = System.Drawing.Color.Transparent
Me.bsiInformation.ItemAppearance.Normal.Options.UseBackColor = True
Me.bsiInformation.Name = "bsiInformation"
@ -667,17 +560,12 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.bsiDocID, "bsiDocID")
Me.bsiDocID.Id = 3
Me.bsiDocID.ImageOptions.ImageIndex = CType(resources.GetObject("bsiDocID.ImageOptions.ImageIndex"), Integer)
Me.bsiDocID.ImageOptions.LargeImageIndex = CType(resources.GetObject("bsiDocID.ImageOptions.LargeImageIndex"), Integer)
Me.bsiDocID.ImageOptions.SvgImage = CType(resources.GetObject("bsiDocID.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bsiDocID.Name = "bsiDocID"
'
'BarButtonItemFileView
'
resources.ApplyResources(Me.BarButtonItemFileView, "BarButtonItemFileView")
Me.BarButtonItemFileView.Id = 4
Me.BarButtonItemFileView.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItemFileView.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItemFileView.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItemFileView.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItemFileView.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItemFileView.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItemFileView.Name = "BarButtonItemFileView"
'
@ -686,10 +574,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.BarButtonItem3, "BarButtonItem3")
Me.BarButtonItem3.Id = 5
Me.BarButtonItem3.ImageOptions.Image = CType(resources.GetObject("BarButtonItem3.ImageOptions.Image"), System.Drawing.Image)
Me.BarButtonItem3.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem3.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItem3.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem3.ImageOptions.LargeImage"), System.Drawing.Image)
Me.BarButtonItem3.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem3.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItem3.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItem3.Name = "BarButtonItem3"
Me.BarButtonItem3.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
'
@ -697,8 +582,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.BarButtonItem4, "BarButtonItem4")
Me.BarButtonItem4.Id = 6
Me.BarButtonItem4.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem4.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItem4.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem4.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItem4.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItem4.Name = "BarButtonItem4"
Me.BarButtonItem4.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
@ -708,10 +591,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bbtniRefresh, "bbtniRefresh")
Me.bbtniRefresh.Id = 7
Me.bbtniRefresh.ImageOptions.Image = CType(resources.GetObject("bbtniRefresh.ImageOptions.Image"), System.Drawing.Image)
Me.bbtniRefresh.ImageOptions.ImageIndex = CType(resources.GetObject("bbtniRefresh.ImageOptions.ImageIndex"), Integer)
Me.bbtniRefresh.ImageOptions.LargeImage = CType(resources.GetObject("bbtniRefresh.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bbtniRefresh.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtniRefresh.ImageOptions.LargeImageIndex"), Integer)
Me.bbtniRefresh.ImageOptions.SvgImage = CType(resources.GetObject("bbtniRefresh.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtniRefresh.Name = "bbtniRefresh"
'
'bbtniRefreshSearches
@ -719,10 +599,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bbtniRefreshSearches, "bbtniRefreshSearches")
Me.bbtniRefreshSearches.Id = 8
Me.bbtniRefreshSearches.ImageOptions.Image = CType(resources.GetObject("bbtniRefreshSearches.ImageOptions.Image"), System.Drawing.Image)
Me.bbtniRefreshSearches.ImageOptions.ImageIndex = CType(resources.GetObject("bbtniRefreshSearches.ImageOptions.ImageIndex"), Integer)
Me.bbtniRefreshSearches.ImageOptions.LargeImage = CType(resources.GetObject("bbtniRefreshSearches.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bbtniRefreshSearches.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtniRefreshSearches.ImageOptions.LargeImageIndex"), Integer)
Me.bbtniRefreshSearches.ImageOptions.SvgImage = CType(resources.GetObject("bbtniRefreshSearches.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtniRefreshSearches.Name = "bbtniRefreshSearches"
Me.bbtniRefreshSearches.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
'
@ -731,10 +608,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bbtniNext, "bbtniNext")
Me.bbtniNext.Id = 9
Me.bbtniNext.ImageOptions.Image = CType(resources.GetObject("bbtniNext.ImageOptions.Image"), System.Drawing.Image)
Me.bbtniNext.ImageOptions.ImageIndex = CType(resources.GetObject("bbtniNext.ImageOptions.ImageIndex"), Integer)
Me.bbtniNext.ImageOptions.LargeImage = CType(resources.GetObject("bbtniNext.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bbtniNext.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtniNext.ImageOptions.LargeImageIndex"), Integer)
Me.bbtniNext.ImageOptions.SvgImage = CType(resources.GetObject("bbtniNext.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtniNext.Name = "bbtniNext"
'
'bbtniDelete
@ -742,10 +616,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bbtniDelete, "bbtniDelete")
Me.bbtniDelete.Id = 10
Me.bbtniDelete.ImageOptions.Image = CType(resources.GetObject("bbtniDelete.ImageOptions.Image"), System.Drawing.Image)
Me.bbtniDelete.ImageOptions.ImageIndex = CType(resources.GetObject("bbtniDelete.ImageOptions.ImageIndex"), Integer)
Me.bbtniDelete.ImageOptions.LargeImage = CType(resources.GetObject("bbtniDelete.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bbtniDelete.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtniDelete.ImageOptions.LargeImageIndex"), Integer)
Me.bbtniDelete.ImageOptions.SvgImage = CType(resources.GetObject("bbtniDelete.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtniDelete.Name = "bbtniDelete"
Me.bbtniDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing
'
@ -754,10 +625,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bbtniAnnotation, "bbtniAnnotation")
Me.bbtniAnnotation.Id = 11
Me.bbtniAnnotation.ImageOptions.Image = CType(resources.GetObject("bbtniAnnotation.ImageOptions.Image"), System.Drawing.Image)
Me.bbtniAnnotation.ImageOptions.ImageIndex = CType(resources.GetObject("bbtniAnnotation.ImageOptions.ImageIndex"), Integer)
Me.bbtniAnnotation.ImageOptions.LargeImage = CType(resources.GetObject("bbtniAnnotation.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bbtniAnnotation.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtniAnnotation.ImageOptions.LargeImageIndex"), Integer)
Me.bbtniAnnotation.ImageOptions.SvgImage = CType(resources.GetObject("bbtniAnnotation.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtniAnnotation.Name = "bbtniAnnotation"
Me.bbtniAnnotation.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing
'
@ -766,10 +634,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bsiInfo1, "bsiInfo1")
Me.bsiInfo1.Id = 14
Me.bsiInfo1.ImageOptions.Image = CType(resources.GetObject("bsiInfo1.ImageOptions.Image"), System.Drawing.Image)
Me.bsiInfo1.ImageOptions.ImageIndex = CType(resources.GetObject("bsiInfo1.ImageOptions.ImageIndex"), Integer)
Me.bsiInfo1.ImageOptions.LargeImage = CType(resources.GetObject("bsiInfo1.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bsiInfo1.ImageOptions.LargeImageIndex = CType(resources.GetObject("bsiInfo1.ImageOptions.LargeImageIndex"), Integer)
Me.bsiInfo1.ImageOptions.SvgImage = CType(resources.GetObject("bsiInfo1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bsiInfo1.ItemAppearance.Normal.Font = CType(resources.GetObject("bsiInfo1.ItemAppearance.Normal.Font"), System.Drawing.Font)
Me.bsiInfo1.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Red
Me.bsiInfo1.ItemAppearance.Normal.Options.UseFont = True
@ -782,10 +647,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.bsiInfo2, "bsiInfo2")
Me.bsiInfo2.Id = 15
Me.bsiInfo2.ImageOptions.Image = CType(resources.GetObject("bsiInfo2.ImageOptions.Image"), System.Drawing.Image)
Me.bsiInfo2.ImageOptions.ImageIndex = CType(resources.GetObject("bsiInfo2.ImageOptions.ImageIndex"), Integer)
Me.bsiInfo2.ImageOptions.LargeImage = CType(resources.GetObject("bsiInfo2.ImageOptions.LargeImage"), System.Drawing.Image)
Me.bsiInfo2.ImageOptions.LargeImageIndex = CType(resources.GetObject("bsiInfo2.ImageOptions.LargeImageIndex"), Integer)
Me.bsiInfo2.ImageOptions.SvgImage = CType(resources.GetObject("bsiInfo2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bsiInfo2.ItemAppearance.Normal.Font = CType(resources.GetObject("bsiInfo2.ItemAppearance.Normal.Font"), System.Drawing.Font)
Me.bsiInfo2.ItemAppearance.Normal.Options.UseFont = True
Me.bsiInfo2.Name = "bsiInfo2"
@ -796,18 +658,12 @@ Partial Class frmValidator
resources.ApplyResources(Me.BbtnitmSave, "BbtnitmSave")
Me.BbtnitmSave.Id = 16
Me.BbtnitmSave.ImageOptions.Image = CType(resources.GetObject("BbtnitmSave.ImageOptions.Image"), System.Drawing.Image)
Me.BbtnitmSave.ImageOptions.ImageIndex = CType(resources.GetObject("BbtnitmSave.ImageOptions.ImageIndex"), Integer)
Me.BbtnitmSave.ImageOptions.LargeImage = CType(resources.GetObject("BbtnitmSave.ImageOptions.LargeImage"), System.Drawing.Image)
Me.BbtnitmSave.ImageOptions.LargeImageIndex = CType(resources.GetObject("BbtnitmSave.ImageOptions.LargeImageIndex"), Integer)
Me.BbtnitmSave.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmSave.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BbtnitmSave.Name = "BbtnitmSave"
'
'BarButtonItem5
'
resources.ApplyResources(Me.BarButtonItem5, "BarButtonItem5")
Me.BarButtonItem5.Id = 26
Me.BarButtonItem5.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem5.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItem5.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem5.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItem5.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem5.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItem5.Name = "BarButtonItem5"
'
@ -815,8 +671,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.Attmt_bbtnitmShow, "Attmt_bbtnitmShow")
Me.Attmt_bbtnitmShow.Id = 27
Me.Attmt_bbtnitmShow.ImageOptions.ImageIndex = CType(resources.GetObject("Attmt_bbtnitmShow.ImageOptions.ImageIndex"), Integer)
Me.Attmt_bbtnitmShow.ImageOptions.LargeImageIndex = CType(resources.GetObject("Attmt_bbtnitmShow.ImageOptions.LargeImageIndex"), Integer)
Me.Attmt_bbtnitmShow.ImageOptions.SvgImage = CType(resources.GetObject("Attmt_bbtnitmShow.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.Attmt_bbtnitmShow.Name = "Attmt_bbtnitmShow"
'
@ -824,8 +678,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.barbtnitmExport, "barbtnitmExport")
Me.barbtnitmExport.Id = 28
Me.barbtnitmExport.ImageOptions.ImageIndex = CType(resources.GetObject("barbtnitmExport.ImageOptions.ImageIndex"), Integer)
Me.barbtnitmExport.ImageOptions.LargeImageIndex = CType(resources.GetObject("barbtnitmExport.ImageOptions.LargeImageIndex"), Integer)
Me.barbtnitmExport.ImageOptions.SvgImage = CType(resources.GetObject("barbtnitmExport.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.barbtnitmExport.Name = "barbtnitmExport"
Me.barbtnitmExport.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
@ -834,8 +686,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.ToggleSwitchItemLoadonClick, "ToggleSwitchItemLoadonClick")
Me.ToggleSwitchItemLoadonClick.Id = 30
Me.ToggleSwitchItemLoadonClick.ImageOptions.ImageIndex = CType(resources.GetObject("ToggleSwitchItemLoadonClick.ImageOptions.ImageIndex"), Integer)
Me.ToggleSwitchItemLoadonClick.ImageOptions.LargeImageIndex = CType(resources.GetObject("ToggleSwitchItemLoadonClick.ImageOptions.LargeImageIndex"), Integer)
Me.ToggleSwitchItemLoadonClick.ImageOptions.SvgImage = CType(resources.GetObject("ToggleSwitchItemLoadonClick.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.ToggleSwitchItemLoadonClick.Name = "ToggleSwitchItemLoadonClick"
'
@ -843,8 +693,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.Attmnt_bbtnitm_LoadonClick, "Attmnt_bbtnitm_LoadonClick")
Me.Attmnt_bbtnitm_LoadonClick.Id = 31
Me.Attmnt_bbtnitm_LoadonClick.ImageOptions.ImageIndex = CType(resources.GetObject("Attmnt_bbtnitm_LoadonClick.ImageOptions.ImageIndex"), Integer)
Me.Attmnt_bbtnitm_LoadonClick.ImageOptions.LargeImageIndex = CType(resources.GetObject("Attmnt_bbtnitm_LoadonClick.ImageOptions.LargeImageIndex"), Integer)
Me.Attmnt_bbtnitm_LoadonClick.ImageOptions.SvgImage = CType(resources.GetObject("Attmnt_bbtnitm_LoadonClick.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.Attmnt_bbtnitm_LoadonClick.ItemAppearance.Pressed.Font = CType(resources.GetObject("Attmnt_bbtnitm_LoadonClick.ItemAppearance.Pressed.Font"), System.Drawing.Font)
Me.Attmnt_bbtnitm_LoadonClick.ItemAppearance.Pressed.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information
@ -861,10 +709,7 @@ Partial Class frmValidator
resources.ApplyResources(Me.BarButtonItem6, "BarButtonItem6")
Me.BarButtonItem6.Id = 32
Me.BarButtonItem6.ImageOptions.Image = CType(resources.GetObject("BarButtonItem6.ImageOptions.Image"), System.Drawing.Image)
Me.BarButtonItem6.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem6.ImageOptions.ImageIndex"), Integer)
Me.BarButtonItem6.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem6.ImageOptions.LargeImage"), System.Drawing.Image)
Me.BarButtonItem6.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem6.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonItem6.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem6.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonItem6.Name = "BarButtonItem6"
Me.BarButtonItem6.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
Me.BarButtonItem6.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
@ -873,8 +718,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.bbtnitmInfoWorkflow, "bbtnitmInfoWorkflow")
Me.bbtnitmInfoWorkflow.Id = 34
Me.bbtnitmInfoWorkflow.ImageOptions.ImageIndex = CType(resources.GetObject("bbtnitmInfoWorkflow.ImageOptions.ImageIndex"), Integer)
Me.bbtnitmInfoWorkflow.ImageOptions.LargeImageIndex = CType(resources.GetObject("bbtnitmInfoWorkflow.ImageOptions.LargeImageIndex"), Integer)
Me.bbtnitmInfoWorkflow.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmInfoWorkflow.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bbtnitmInfoWorkflow.Name = "bbtnitmInfoWorkflow"
'
@ -882,8 +725,6 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.bchkitmNotes, "bchkitmNotes")
Me.bchkitmNotes.Id = 35
Me.bchkitmNotes.ImageOptions.ImageIndex = CType(resources.GetObject("bchkitmNotes.ImageOptions.ImageIndex"), Integer)
Me.bchkitmNotes.ImageOptions.LargeImageIndex = CType(resources.GetObject("bchkitmNotes.ImageOptions.LargeImageIndex"), Integer)
Me.bchkitmNotes.ImageOptions.SvgImage = CType(resources.GetObject("bchkitmNotes.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.bchkitmNotes.Name = "bchkitmNotes"
'
@ -891,23 +732,11 @@ Partial Class frmValidator
'
resources.ApplyResources(Me.BarButtonGroup1, "BarButtonGroup1")
Me.BarButtonGroup1.Id = 36
Me.BarButtonGroup1.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonGroup1.ImageOptions.ImageIndex"), Integer)
Me.BarButtonGroup1.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonGroup1.ImageOptions.LargeImageIndex"), Integer)
Me.BarButtonGroup1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonGroup1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarButtonGroup1.Name = "BarButtonGroup1"
'
'BarListItem1
'
resources.ApplyResources(Me.BarListItem1, "BarListItem1")
Me.BarListItem1.Id = 37
Me.BarListItem1.ImageOptions.ImageIndex = CType(resources.GetObject("BarListItem1.ImageOptions.ImageIndex"), Integer)
Me.BarListItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarListItem1.ImageOptions.LargeImageIndex"), Integer)
Me.BarListItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarListItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.BarListItem1.Name = "BarListItem1"
'
'RibbonPage1
'
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageFile, Me.RibbonPageGroup1, Me.RibbonPageGroup3, Me.rbnPgGroupHinweise, Me.rbnPgGroupAttmt, Me.RibbonPageGroupCustom, Me.RibbonPageGroup2})
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageFile, Me.RibbonPageGroup1, Me.RbnPgGrpActions, Me.rbnPgGroupHinweise, Me.rbnPgGroupAttmt, Me.RibbonPageGroupCustom, Me.RibbonPageGroup2})
Me.RibbonPage1.Name = "RibbonPage1"
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
'
@ -927,15 +756,15 @@ Partial Class frmValidator
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
'
'RibbonPageGroup3
'RbnPgGrpActions
'
Me.RibbonPageGroup3.ItemLinks.Add(Me.bbtniNext)
Me.RibbonPageGroup3.ItemLinks.Add(Me.bbtniDelete)
Me.RibbonPageGroup3.ItemLinks.Add(Me.bbtniAnnotation)
Me.RibbonPageGroup3.ItemLinks.Add(Me.BarButtonItem6)
Me.RibbonPageGroup3.ItemLinks.Add(Me.BarListItem1)
Me.RibbonPageGroup3.Name = "RibbonPageGroup3"
resources.ApplyResources(Me.RibbonPageGroup3, "RibbonPageGroup3")
Me.RbnPgGrpActions.ItemLinks.Add(Me.bbtniNext)
Me.RbnPgGrpActions.ItemLinks.Add(Me.bbtniDelete)
Me.RbnPgGrpActions.ItemLinks.Add(Me.bbtniAnnotation)
Me.RbnPgGrpActions.ItemLinks.Add(Me.BarButtonItem6)
Me.RbnPgGrpActions.Name = "RbnPgGrpActions"
resources.ApplyResources(Me.RbnPgGrpActions, "RbnPgGrpActions")
Me.RbnPgGrpActions.Visible = False
'
'rbnPgGroupHinweise
'
@ -992,27 +821,22 @@ Partial Class frmValidator
'
'RibbonStatusBar1
'
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiError)
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInformation)
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiDocID)
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
Me.ToolTip1.SetToolTip(Me.RibbonStatusBar1, resources.GetString("RibbonStatusBar1.ToolTip"))
'
'RibbonPage2
'
Me.RibbonPage2.Name = "RibbonPage2"
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
'
'FolderBrowserDialog1
'
resources.ApplyResources(Me.FolderBrowserDialog1, "FolderBrowserDialog1")
'
'frmValidator
'
resources.ApplyResources(Me, "$this")
Me.Appearance.Options.UseFont = True
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.RibbonControl1)
@ -1027,7 +851,6 @@ Partial Class frmValidator
Me.Name = "frmValidator"
Me.Ribbon = Me.RibbonControl1
Me.StatusBar = Me.RibbonStatusBar1
Me.ToolTip1.SetToolTip(Me, resources.GetString("$this.ToolTip"))
CType(Me.SplitContainerButtons.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerButtons.Panel1.ResumeLayout(False)
CType(Me.SplitContainerButtons.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
@ -1109,7 +932,7 @@ Partial Class frmValidator
Friend WithEvents BarButtonItemFileView As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
Friend WithEvents RbnPgGrpActions As DevExpress.XtraBars.Ribbon.RibbonPageGroup
Friend WithEvents bbtniRefresh As DevExpress.XtraBars.BarButtonItem
Friend WithEvents bbtniRefreshSearches As DevExpress.XtraBars.BarButtonItem
Friend WithEvents bbtniNext As DevExpress.XtraBars.BarButtonItem
@ -1146,6 +969,5 @@ Partial Class frmValidator
Friend WithEvents BarButtonGroup1 As DevExpress.XtraBars.BarButtonGroup
Friend WithEvents rbnPgGroupHinweise As DevExpress.XtraBars.Ribbon.RibbonPageGroup
Friend WithEvents rbnPgGroupAttmt As DevExpress.XtraBars.Ribbon.RibbonPageGroup
Friend WithEvents BarListItem1 As DevExpress.XtraBars.BarListItem
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
End Class

View File

@ -1191,6 +1191,18 @@
<data name="PdfZoomInBarItem2.Caption" xml:space="preserve">
<value>Agrandir</value>
</data>
<data name="PdfSetActualSizeZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Taille réelle</value>
</data>
<data name="PdfSetPageLevelZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Zoom au niveau de la page</value>
</data>
<data name="PdfSetFitWidthZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Ajuster la largeur</value>
</data>
<data name="PdfSetFitVisibleZoomModeCheckItem2.Caption" xml:space="preserve">
<value>ajuster visible</value>
</data>
<data name="PdfExactZoomListBarSubItem2.SuperTip" type="DevExpress.Utils.SuperToolTip, DevExpress.Utils.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFpEZXZFeHByZXNzLlV0aWxzLnYyMS4yLCBWZXJzaW9uPTIxLjIu
@ -1224,16 +1236,4 @@
AAAACwAAAAkQAAAAAe3////v////AAAAAAAAAAAB7P///+7///8AAAAA/////w4AAAAL
</value>
</data>
<data name="PdfSetActualSizeZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Taille réelle</value>
</data>
<data name="PdfSetPageLevelZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Zoom au niveau de la page</value>
</data>
<data name="PdfSetFitWidthZoomModeCheckItem2.Caption" xml:space="preserve">
<value>Ajuster la largeur</value>
</data>
<data name="PdfSetFitVisibleZoomModeCheckItem2.Caption" xml:space="preserve">
<value>ajuster visible</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

View File

@ -20,15 +20,15 @@ Imports DigitalData.Modules.Logging
Imports DigitalData.Modules.ZooFlow
Imports DigitalData.Modules.ZooFlow.Constants
Imports System.ComponentModel
Imports System.Data.SqlClient
'Imports System.Data.SqlClient
Imports System.Globalization
Imports System.IO
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports System.Text.RegularExpressions
Imports System.Threading
Imports System.Windows.Forms.VisualStyles.VisualStyleElement
Imports System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox
'Imports System.Windows.Forms.VisualStyles.VisualStyleElement
'Imports System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox
Imports WINDREAMLib
Public Class frmValidator
@ -101,7 +101,6 @@ Public Class frmValidator
Private Property Override_SQLCommand As String = ""
Private Property listChangedLookup As New List(Of String)
Private DD_Documentloader As Loader
Private ControlCreator As ClassControlCreator
Private PerformanceLogger As Logger
@ -177,6 +176,7 @@ Public Class frmValidator
Return False ' Punkt ist außerhalb aller sichtbaren Bereiche
End Function
Private Sub frmValidation_Load(sender As Object, e As System.EventArgs) Handles Me.Load
Try
@ -437,8 +437,10 @@ Public Class frmValidator
End If
bbtniNext.Visibility = BarItemVisibility.Always
If CURRENT_JUMP_DOC_GUID <> 0 Then
bbtniNext.Visibility = BarItemVisibility.Never
Amount_Docs2Validate = 1
Else
@ -456,12 +458,14 @@ Public Class frmValidator
'Delete Button anzeigen ja/nein
If USER_RIGHT_FILE_DELETE = True Then
bbtniDelete.Visibility = BarItemVisibility.Always
Else
bbtniDelete.Visibility = BarItemVisibility.Never
End If
If CBool(CURRENT_DT_PROFILE.Rows(0).Item("ANNOTATE_WORK_HISTORY_ENTRY")) = True Then
bbtniAnnotation.Visibility = BarItemVisibility.Always
Else
bbtniAnnotation.Visibility = BarItemVisibility.Never
End If
@ -523,9 +527,13 @@ Public Class frmValidator
If CURRENT_DOC_GUID <> 0 Then
Try
'If ItemWorked = False Then
Free_File()
'End If
If _ItemWorked = False Then
Dim sql = $"UPDATE TBPM_PROFILE_FILES Set IN_WORK = 0, IN_WORK_WHEN = NULL, WORK_USER = NULL WHERE GUID = {CURRENT_DOC_GUID}"
DatabaseFallback.ExecuteNonQueryECM(sql)
'PRTF_PROFILE_FILES_WORK("FreeFile")
End If
Catch ex As Exception
Logger.Error(ex)
End Try
@ -660,6 +668,7 @@ Public Class frmValidator
Else
Logger.Debug("AdditionlSearhes result = false!")
bbtniRefreshSearches.Visibility = BarItemVisibility.Never
rbnPgGroupAttmt.Visible = False
End If
'Else
@ -2634,11 +2643,8 @@ Public Class frmValidator
End If
End If
'Beschriftung des Navigators
'lblNavigator_anzDok.Text = position & " Of " & Anzahl_ValDoks & " files"
'If WMDocPathWindows <> String.Empty Then
' >> >> >> >> >> >>##### Das Dokument in Bearbeitung nehmen ###########################
'PRTF_PROFILE_FILES_WORK("InWork")
Dim sql = $"UPDATE TBPM_PROFILE_FILES Set IN_WORK = 1, IN_WORK_WHEN = GETDATE(), WORK_USER = '{USER_USERNAME}' WHERE GUID = {CURRENT_DOC_GUID}"
DatabaseFallback.ExecuteNonQueryECM(sql)
@ -4033,6 +4039,7 @@ Public Class frmValidator
End If
End If
Catch ex As Exception
Logger.Error(ex)
End Try
@ -4528,6 +4535,7 @@ Public Class frmValidator
MsgBox("Unhandled error occured in Finish Workflow-Step...Please check your log!", MsgBoxStyle.Exclamation, ADDITIONAL_TITLE)
_ItemWorked = False
Else
'PRTF_PROFILE_FILES_WORK("Worked")
Logger.Debug("Validation of document ended successfully!")
Dim oPROCSQL = $"EXEC PRPM_CHECK_NEXT_WF {CURRENT_DOC_GUID}"
If DatabaseFallback.ExecuteNonQueryECM(oPROCSQL) = False Then
@ -4536,6 +4544,7 @@ Public Class frmValidator
End If
If CURRENT_JUMP_DOC_GUID <> 0 Then
CURRENT_DOC_GUID = 0
Me.Close()
Else
'Das nächste Dokument laden
@ -5679,7 +5688,10 @@ Public Class frmValidator
Try
Logger.Debug("Skipping document....(Datei_ueberspringen)")
'Das Dokument freigeben
Free_File()
'PRTF_PROFILE_FILES_WORK("FreeFile")
Dim sql = $"UPDATE TBPM_PROFILE_FILES Set IN_WORK = 0, IN_WORK_WHEN = NULL, WORK_USER = NULL WHERE GUID = {CURRENT_DOC_GUID}"
DatabaseFallback.ExecuteNonQueryECM(sql)
Dim oSQL = $"EXECUTE PRPM_FILES_NOT_INDEXED '{USER_USERNAME}',{CURRENT_ProfilGUID},'{WMDocPathWindows}',{CURRENT_DOC_GUID}"
DatabaseFallback.ExecuteNonQueryECM(oSQL)
Logger.Debug($"Skipped DocGUID {CURRENT_DOC_GUID}")
@ -5689,9 +5701,9 @@ Public Class frmValidator
MsgBox("Fehler bei Überspringen:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
Private Function Free_File()
Private Function PRTF_PROFILE_FILES_WORK(ByVal pMode As String) As Boolean
Try
Dim sql = $"UPDATE TBPM_PROFILE_FILES SET EDIT = 0, IN_WORK = 0, IN_WORK_WHEN = NULL, WORK_USER = NULL WHERE GUID = {CURRENT_DOC_GUID}"
Dim sql = $"EXEC PRTF_PROFILE_FILES_WORK {CURRENT_DOC_ID},{CURRENT_ProfilGUID},{USER_ID},'{pMode}'"
Return DatabaseFallback.ExecuteNonQueryECM(sql)
Catch ex As Exception
Logger.Error(ex)

View File

@ -1,6 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GdPicture" version="14.2.90" targetFramework="net462" />
<package id="GdPicture.runtimes.windows" version="14.2.90" targetFramework="net462" />
<package id="BouncyCastle.Cryptography" version="2.5.0" 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.1" targetFramework="net462" />
<package id="GdPicture.runtimes.windows" version="14.3.1" targetFramework="net462" />
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net462" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net462" />
<package id="Microsoft.Bcl.Cryptography" version="9.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="OpenMcdf" version="2.4.1" targetFramework="net462" />
<package id="protobuf-net" version="3.2.45" targetFramework="net462" />
<package id="protobuf-net.Core" version="3.2.45" 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="9.0.0" targetFramework="net462" />
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net462" />
<package id="System.Formats.Asn1" version="9.0.0" targetFramework="net462" />
<package id="System.IO.Packaging" version="9.0.0" targetFramework="net462" />
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net462" />
<package id="System.Management" version="9.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="9.0.0" targetFramework="net462" />
<package id="System.Text.Encodings.Web" version="9.0.0" targetFramework="net462" />
<package id="System.Text.Json" version="9.0.0" 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>