Compare commits
72 Commits
431a22c955
...
2.5.4.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aca8634e26 | ||
|
|
ae389d4f3c | ||
|
|
5431b60f9a | ||
|
|
f8c822a868 | ||
|
|
21777d216b | ||
|
|
e8877ffc99 | ||
|
|
32fce5f142 | ||
|
|
f9ae01b631 | ||
|
|
a16308c1cd | ||
|
|
85bc215cd0 | ||
|
|
89313eb0b6 | ||
|
|
3e481d9a94 | ||
|
|
edb8476a50 | ||
|
|
1b539bce13 | ||
|
|
d3ef49ed83 | ||
|
|
911c7f04ce | ||
|
|
a99258cfea | ||
|
|
a535792b08 | ||
|
|
dd616b2d22 | ||
|
|
208b76d38e | ||
|
|
5be782333d | ||
|
|
3b064662d6 | ||
|
|
9b9ed9fb6e | ||
|
|
493f85a8c0 | ||
|
|
9ffad954cb | ||
|
|
09b60929b3 | ||
|
|
1b04665e82 | ||
|
|
3b08bafa49 | ||
|
|
5ac618ba21 | ||
|
|
f2f62fcac8 | ||
| 1c5afd198f | |||
| 4a93b2e6fe | |||
| 4660e8ee9a | |||
| cd75a665e6 | |||
| d902548ec5 | |||
| a0c2bfe82b | |||
| 63ece35aec | |||
| 23ea8ef686 | |||
| cddb7bfe66 | |||
| c5454ef0cd | |||
| 64b8c4a54d | |||
| dab5fb5f77 | |||
| e0e32790d8 | |||
| 02e3485aaf | |||
| eaa1b001bc | |||
| 254885966e | |||
| d7eedc08d5 | |||
| 2c9522d8e1 | |||
|
|
88c7be1b3c | ||
| 339651f079 | |||
|
|
5055a19959 | ||
|
|
1abfb8dc31 | ||
|
|
f0a36dc43a | ||
|
|
f601485bc4 | ||
|
|
c4229df1a7 | ||
| 3c06877732 | |||
|
|
9909131b73 | ||
|
|
55fc44ab45 | ||
| 516141a840 | |||
| 64a8422f84 | |||
|
|
6fa8f157a0 | ||
|
|
86f27d8817 | ||
|
|
a01698807d | ||
| ab46724e79 | |||
| f11b118560 | |||
| 5b1d07d98b | |||
|
|
8324bbeb16 | ||
|
|
3b16e15896 | ||
| 2facc47a4b | |||
| 31ac48207c | |||
|
|
ffefabbaaf | ||
|
|
d4995b4d93 |
@@ -2,6 +2,6 @@
|
|||||||
"ExpandedNodes": [
|
"ExpandedNodes": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"SelectedNode": "\\.gitignore",
|
"SelectedNode": "\\TaskFlow.sln",
|
||||||
"PreviewInSolutionExplorer": false
|
"PreviewInSolutionExplorer": false
|
||||||
}
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Aber El Raho ist cooler!
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Include>
|
<Include>
|
||||||
<?define ProgramName="TaskFlow"?>
|
<?define ProgramName="taskFLOW"?>
|
||||||
<?define ProductName="TaskFlow"?>
|
<?define ProductName="taskFLOW"?>
|
||||||
<?define Manufacturer="Digital Data"?>
|
<?define Manufacturer="Digital Data"?>
|
||||||
<?define Description="Beschreibung des Programms"?>
|
<?define Description="Beschreibung des Programms"?>
|
||||||
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?define ProgramName="TaskFlow"?>
|
<?define ProgramName="taskFLOW"?>
|
||||||
<?define ProductName="TaskFlow"?>
|
<?define ProductName="taskFLOW"?>
|
||||||
<?define Manufacturer="Digital Data"?>
|
<?define Manufacturer="Digital Data"?>
|
||||||
<?define Description="Beschreibung des Programms"?>
|
<?define Description="Beschreibung des Programms"?>
|
||||||
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Upgrade>
|
</Upgrade>
|
||||||
|
|
||||||
<!-- Legt das Icon fest -->
|
<!-- Legt das Icon fest -->
|
||||||
<Icon Id="AppIcon.exe" SourceFile="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe" />
|
<Icon Id="AppIcon.exe" SourceFile="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe" />
|
||||||
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
||||||
<Property Id="ARPPRODUCTICON" Value="AppIcon.exe" />
|
<Property Id="ARPPRODUCTICON" Value="AppIcon.exe" />
|
||||||
|
|
||||||
@@ -85,18 +85,18 @@
|
|||||||
<DirectoryRef Id="INSTALLDIR">
|
<DirectoryRef Id="INSTALLDIR">
|
||||||
|
|
||||||
<Component Id="MainApplicationExe" Guid="71B06048-F595-40CE-B429-79C2F2D6001B" KeyPath="yes">
|
<Component Id="MainApplicationExe" Guid="71B06048-F595-40CE-B429-79C2F2D6001B" KeyPath="yes">
|
||||||
<File Id="MainApplicationExe" Source="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
<File Id="MainApplicationExe" Source="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
||||||
<File Id="MainApplicationExeConfig" Source="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe.config" Name="$(var.ProgramName).exe.config" KeyPath="no" Checksum="yes" />
|
<File Id="MainApplicationExeConfig" Source="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe.config" Name="$(var.ProgramName).exe.config" KeyPath="no" Checksum="yes" />
|
||||||
<!--
|
<!--
|
||||||
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
||||||
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuDir" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuDir" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
||||||
-->
|
-->
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id="ReleaseNotes" Guid="D1496E4D-98C2-4849-9914-DB47D47CC6BE">
|
<!--<Component Id="ReleaseNotes" Guid="D1496E4D-98C2-4849-9914-DB47D47CC6BE">
|
||||||
<File Id="ReleaseNote" Name="Release Notes.txt" Source="P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DD_MODULE\DD Process Manager\Release_Notes.txt" KeyPath="yes">
|
<File Id="ReleaseNote" Name="Release Notes.txt" Source="P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DD_MODULE\DD Process Manager\Release_Notes.txt" KeyPath="yes">
|
||||||
</File>
|
</File>
|
||||||
</Component>
|
</Component>-->
|
||||||
|
|
||||||
<Component Id="WindreamLibs" Guid="4D11FC99-50D9-4E54-B18A-8885C9112646">
|
<Component Id="WindreamLibs" Guid="4D11FC99-50D9-4E54-B18A-8885C9112646">
|
||||||
<File Id="WINDREAMLibDLL" Name="Interop.WINDREAMLib.dll" Source="P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll" KeyPath="yes"/>
|
<File Id="WINDREAMLibDLL" Name="Interop.WINDREAMLib.dll" Source="P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll" KeyPath="yes"/>
|
||||||
@@ -121,6 +121,7 @@
|
|||||||
<File Id="DDCommonGUIs" Name="DigitalData.GUIs.Common.dll" Source="DigitalData.GUIs.Common.dll"/>
|
<File Id="DDCommonGUIs" Name="DigitalData.GUIs.Common.dll" Source="DigitalData.GUIs.Common.dll"/>
|
||||||
<File Id="DDConfig" Name="DigitalData.Modules.Config.dll" Source="DigitalData.Modules.Config.dll"/>
|
<File Id="DDConfig" Name="DigitalData.Modules.Config.dll" Source="DigitalData.Modules.Config.dll"/>
|
||||||
<File Id="DDLogging" Name="DigitalData.Modules.Logging.dll" Source="DigitalData.Modules.Logging.dll"/>
|
<File Id="DDLogging" Name="DigitalData.Modules.Logging.dll" Source="DigitalData.Modules.Logging.dll"/>
|
||||||
|
<File Id="DDInterfaces" Name="DigitalData.Modules.Interfaces.dll" Source="DigitalData.Modules.Interfaces.dll"/>
|
||||||
<File Id="DDBase" Name="DigitalData.Modules.Base.dll" Source="DigitalData.Modules.Base.dll"/>
|
<File Id="DDBase" Name="DigitalData.Modules.Base.dll" Source="DigitalData.Modules.Base.dll"/>
|
||||||
<File Id="DDLanguage" Name="DigitalData.Modules.Language.dll" Source="DigitalData.Modules.Language.dll"/>
|
<File Id="DDLanguage" Name="DigitalData.Modules.Language.dll" Source="DigitalData.Modules.Language.dll"/>
|
||||||
<File Id="DDFilesystem" Name="DigitalData.Modules.Filesystem.dll" Source="DigitalData.Modules.Filesystem.dll"/>
|
<File Id="DDFilesystem" Name="DigitalData.Modules.Filesystem.dll" Source="DigitalData.Modules.Filesystem.dll"/>
|
||||||
@@ -147,14 +148,26 @@
|
|||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id="GDPictureLibs" Guid="9ea5ab43-58ff-4813-9a8b-f854784f0275">
|
<Component Id="GDPictureLibs" Guid="9ea5ab43-58ff-4813-9a8b-f854784f0275">
|
||||||
<File Id="GdPicture.NET.14" Name="GdPicture.NET.14.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET (.NET Framework 4.5)\GdPicture.NET.14.dll" KeyPath="yes" />
|
<File Id="GdPicture.NET.14" Name="GdPicture.NET.14.dll" KeyPath="yes" />
|
||||||
<File Id="GdPicture.NET.14.filters" Name="GdPicture.NET.14.filters.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.filters.dll" />
|
<File Id="GdPicture.NET.14.filters" Name="GdPicture.NET.14.filters.dll" />
|
||||||
<File Id="GdPicture.NET.14.filters64" Name="GdPicture.NET.14.filters.64.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.filters.64.dll" />
|
<File Id="GdPicture.NET.14.filters64" Name="GdPicture.NET.14.filters.64.dll" />
|
||||||
<File Id="GdPicture.NET.14.image" Name="GdPicture.NET.14.image.gdimgplug.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.image.gdimgplug.dll" />
|
<File Id="GdPicture.NET.14.image" Name="GdPicture.NET.14.image.gdimgplug.dll" />
|
||||||
<File Id="GdPicture.NET.14.image64" Name="GdPicture.NET.14.image.gdimgplug.64.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.image.gdimgplug.64.dll" />
|
<File Id="GdPicture.NET.14.image64" Name="GdPicture.NET.14.image.gdimgplug.64.dll" />
|
||||||
<File Id="GdPicture.NET.14.Imaging" Name="GdPicture.NET.14.Imaging.Rendering.Skia.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.Imaging.Rendering.Skia.dll" />
|
<File Id="GdPicture.NET.14.Imaging.Rendering.Skia" Name="GdPicture.NET.14.Imaging.Rendering.Skia.dll" />
|
||||||
<File Id="GdPicture.NET.14.Imaging64" Name="GdPicture.NET.14.Imaging.Rendering.Skia.64.dll" Source="D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET.14.Imaging.Rendering.Skia.64.dll" />
|
<File Id="GdPicture.NET.14..Rendering.Skia.64" Name="GdPicture.NET.14.Imaging.Rendering.Skia.64.dll" />
|
||||||
</Component>
|
<File Id="GdPicture.NET.14.Imaging" Name="GdPicture.NET.14.Imaging.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Common" Name="GdPicture.NET.14.Common.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Imaging.Rendering" Name="GdPicture.NET.14.Imaging.Rendering.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Document" Name="GdPicture.NET.14.Document.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.PDF" Name="GdPicture.NET.14.PDF.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Imaging.Formats" Name="GdPicture.NET.14.Imaging.Formats.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.RTF" Name="GdPicture.NET.14.RTF.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.OpenDocument" Name="GdPicture.NET.14.OpenDocument.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.OpenXML" Name="GdPicture.NET.14.OpenXML.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Email" Name="GdPicture.NET.14.Email.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.HTML" Name="GdPicture.NET.14.HTML.dll" />
|
||||||
|
|
||||||
|
</Component>
|
||||||
|
|
||||||
<Component Id="DevExpressLibs" Guid="CB40DAAE-348E-4BD3-B275-9A526EB8F191">
|
<Component Id="DevExpressLibs" Guid="CB40DAAE-348E-4BD3-B275-9A526EB8F191">
|
||||||
<File Id="DevExpress.Images.v21.2" Name="DevExpress.Images.v21.2.dll" KeyPath="yes"/>
|
<File Id="DevExpress.Images.v21.2" Name="DevExpress.Images.v21.2.dll" KeyPath="yes"/>
|
||||||
@@ -266,7 +279,7 @@
|
|||||||
<Feature Id="MainApplication" Title="Main Application" Level="1">
|
<Feature Id="MainApplication" Title="Main Application" Level="1">
|
||||||
<ComponentRef Id="MainApplicationExe" />
|
<ComponentRef Id="MainApplicationExe" />
|
||||||
<ComponentRef Id="RegistryKeys" />
|
<ComponentRef Id="RegistryKeys" />
|
||||||
<ComponentRef Id="ReleaseNotes" />
|
<!--<ComponentRef Id="ReleaseNotes" />-->
|
||||||
<ComponentRef Id="WindreamLibs" />
|
<ComponentRef Id="WindreamLibs" />
|
||||||
<ComponentRef Id="FormsUtilsLibs"/>
|
<ComponentRef Id="FormsUtilsLibs"/>
|
||||||
<ComponentRef Id="DDLibs" />
|
<ComponentRef Id="DDLibs" />
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
<DefineConstants>Debug</DefineConstants>
|
<DefineConstants>Debug</DefineConstants>
|
||||||
<LinkerAdditionalOptions>-b "$(SolutionDir)TaskFlow\bin\$(Configuration)"</LinkerAdditionalOptions>
|
<LinkerAdditionalOptions>-b "$(SolutionDir)taskFLOW\bin\$(Configuration)"</LinkerAdditionalOptions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
<LinkerAdditionalOptions>-b "$(SolutionDir)TaskFlow\bin\$(Configuration)"</LinkerAdditionalOptions>
|
<LinkerAdditionalOptions>-b "$(SolutionDir)taskFLOW\bin\$(Configuration)"</LinkerAdditionalOptions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Product.wxs" />
|
<Compile Include="Product.wxs" />
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
<!-- Get the programs assembly version from the .exe file -->
|
<!-- Get the programs assembly version from the .exe file -->
|
||||||
<GetAssemblyIdentity AssemblyFiles="..\TaskFlow\bin\$(Configuration)\TaskFlow.exe">
|
<GetAssemblyIdentity AssemblyFiles="..\taskFLOW\bin\$(Configuration)\TaskFlow.exe">
|
||||||
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
||||||
</GetAssemblyIdentity>
|
</GetAssemblyIdentity>
|
||||||
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
||||||
|
|||||||
@@ -5,37 +5,106 @@ VisualStudioVersion = 17.3.32929.385
|
|||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupVS19", "SetupVS19\SetupVS19.wixproj", "{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}"
|
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupVS19", "SetupVS19\SetupVS19.wixproj", "{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TaskFlow", "TaskFlow\TaskFlow.vbproj", "{6ACA1432-09A2-47EF-A704-C0AA73905756}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "taskFLOW", "TaskFlow\taskFLOW.vbproj", "{6ACA1432-09A2-47EF-A704-C0AA73905756}"
|
||||||
|
EndProject
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Windream", "..\..\..\2_DLL Projekte\DDModules\Windream\Windream.vbproj", "{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}"
|
||||||
|
EndProject
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "LookupControl", "..\..\..\2_DLL Projekte\DDMonorepo\Controls.LookupGrid\LookupControl.vbproj", "{3DCD6D1A-C830-4241-B7E4-27430E7EA483}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
CD_ROM|Any CPU = CD_ROM|Any CPU
|
||||||
CD_ROM|x86 = CD_ROM|x86
|
CD_ROM|x86 = CD_ROM|x86
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Debug|x86 = Debug|x86
|
Debug|x86 = Debug|x86
|
||||||
|
DVD-5|Any CPU = DVD-5|Any CPU
|
||||||
DVD-5|x86 = DVD-5|x86
|
DVD-5|x86 = DVD-5|x86
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
Release|x86 = Release|x86
|
Release|x86 = Release|x86
|
||||||
|
SingleImage|Any CPU = SingleImage|Any CPU
|
||||||
SingleImage|x86 = SingleImage|x86
|
SingleImage|x86 = SingleImage|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|Any CPU.Build.0 = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|x86.ActiveCfg = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|x86.ActiveCfg = Release|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|x86.Build.0 = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.CD_ROM|x86.Build.0 = Release|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|Any CPU.Build.0 = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|x86.ActiveCfg = Debug|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|x86.Build.0 = Debug|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|Any CPU.Build.0 = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|x86.ActiveCfg = Debug|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|x86.ActiveCfg = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|x86.Build.0 = Debug|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.DVD-5|x86.Build.0 = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|Any CPU.Build.0 = Release|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|x86.ActiveCfg = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|x86.ActiveCfg = Release|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|x86.Build.0 = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.Release|x86.Build.0 = Release|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|Any CPU.Build.0 = Debug|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|x86.ActiveCfg = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|x86.ActiveCfg = Release|x86
|
||||||
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|x86.Build.0 = Release|x86
|
{11F40F86-5DF6-4279-BDF3-17AD8B93AE7C}.SingleImage|x86.Build.0 = Release|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|Any CPU.Build.0 = Release|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.ActiveCfg = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.ActiveCfg = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.Build.0 = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.Build.0 = Debug|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|Any CPU.Build.0 = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.ActiveCfg = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.Build.0 = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|Any CPU.Build.0 = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.ActiveCfg = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.ActiveCfg = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.Build.0 = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.Build.0 = Debug|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|Any CPU.Build.0 = Release|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.ActiveCfg = Release|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.ActiveCfg = Release|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.Build.0 = Release|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.Build.0 = Release|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|Any CPU.Build.0 = Release|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.ActiveCfg = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.ActiveCfg = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.Build.0 = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.Build.0 = Debug|x86
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System">
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System">
|
||||||
<section name="DD_ProcessManager.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
<section name="DD_ProcessManager.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
<section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection" requirePermission="false"/>
|
<section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="DD_ProcessManager.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="DD_ProcessManager.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
</configSections>
|
</configSections>
|
||||||
<applicationSettings>
|
<applicationSettings>
|
||||||
<DD_ProcessManager.My.MySettings>
|
<DD_ProcessManager.My.MySettings>
|
||||||
@@ -15,7 +17,10 @@
|
|||||||
<value>False</value>
|
<value>False</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="UserConfig_Prefix" serializeAs="String">
|
<setting name="UserConfig_Prefix" serializeAs="String">
|
||||||
<value>PROD</value>
|
<value>TEST</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="GDPICTURE_VERSION" serializeAs="String">
|
||||||
|
<value>11.2024</value>
|
||||||
</setting>
|
</setting>
|
||||||
</DD_ProcessManager.My.MySettings>
|
</DD_ProcessManager.My.MySettings>
|
||||||
<DevExpress.LookAndFeel.Design.AppSettings>
|
<DevExpress.LookAndFeel.Design.AppSettings>
|
||||||
@@ -26,59 +31,68 @@
|
|||||||
<value>Custom/Digital Data</value>
|
<value>Custom/Digital Data</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="TouchUI" serializeAs="String">
|
<setting name="TouchUI" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="TouchScaleFactor" serializeAs="String">
|
<setting name="TouchScaleFactor" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="DirectX" serializeAs="String">
|
<setting name="DirectX" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="RegisterUserSkins" serializeAs="String">
|
<setting name="RegisterUserSkins" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FontBehavior" serializeAs="String">
|
<setting name="FontBehavior" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="DefaultAppFont" serializeAs="String">
|
<setting name="DefaultAppFont" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="DPIAwarenessMode" serializeAs="String">
|
<setting name="DPIAwarenessMode" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="CompactUI" serializeAs="String">
|
<setting name="CompactUI" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="RegisterBonusSkins" serializeAs="String">
|
<setting name="RegisterBonusSkins" serializeAs="String">
|
||||||
<value></value>
|
<value>
|
||||||
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="CustomPaletteCollection" serializeAs="Xml">
|
<setting name="CustomPaletteCollection" serializeAs="Xml">
|
||||||
<value>
|
<value>
|
||||||
<CustomPaletteCollection>
|
<CustomPaletteCollection>
|
||||||
<Skin Name="Office 2019 White">
|
<Skin Name="Office 2019 White">
|
||||||
<SvgPalette Name="Digital Data">
|
<SvgPalette Name="Digital Data">
|
||||||
<SvgColor Name="Paint" Value="White"/>
|
<SvgColor Name="Paint" Value="White" />
|
||||||
<SvgColor Name="Paint High" Value="White"/>
|
<SvgColor Name="Paint High" Value="White" />
|
||||||
<SvgColor Name="Paint Shadow" Value="240,240,240"/>
|
<SvgColor Name="Paint Shadow" Value="240,240,240" />
|
||||||
<SvgColor Name="Paint Deep Shadow" Value="230,230,230"/>
|
<SvgColor Name="Paint Deep Shadow" Value="230,230,230" />
|
||||||
<SvgColor Name="Brush" Value="72,70,68"/>
|
<SvgColor Name="Brush" Value="72,70,68" />
|
||||||
<SvgColor Name="Brush High" Value="72,70,68"/>
|
<SvgColor Name="Brush High" Value="72,70,68" />
|
||||||
<SvgColor Name="Brush Light" Value="119,119,119"/>
|
<SvgColor Name="Brush Light" Value="119,119,119" />
|
||||||
<SvgColor Name="Brush Major" Value="171,171,171"/>
|
<SvgColor Name="Brush Major" Value="171,171,171" />
|
||||||
<SvgColor Name="Brush Minor" Value="225,225,225"/>
|
<SvgColor Name="Brush Minor" Value="225,225,225" />
|
||||||
<SvgColor Name="Accent Paint" Value="165,36,49"/>
|
<SvgColor Name="Accent Paint" Value="165,36,49" />
|
||||||
<SvgColor Name="Accent Paint Dark" Value="133,28,38"/>
|
<SvgColor Name="Accent Paint Dark" Value="133,28,38" />
|
||||||
<SvgColor Name="Accent Paint Light" Value="250,220,221"/>
|
<SvgColor Name="Accent Paint Light" Value="250,220,221" />
|
||||||
<SvgColor Name="Accent Paint Lighter" Value="251,233,234"/>
|
<SvgColor Name="Accent Paint Lighter" Value="251,233,234" />
|
||||||
<SvgColor Name="Accent Brush" Value="255,255,255"/>
|
<SvgColor Name="Accent Brush" Value="255,255,255" />
|
||||||
<SvgColor Name="Accent Brush Light" Value="218,175,176"/>
|
<SvgColor Name="Accent Brush Light" Value="218,175,176" />
|
||||||
<SvgColor Name="Red" Value="237,61,59"/>
|
<SvgColor Name="Red" Value="237,61,59" />
|
||||||
<SvgColor Name="Green" Value="48,144,72"/>
|
<SvgColor Name="Green" Value="48,144,72" />
|
||||||
<SvgColor Name="Blue" Value="30,139,205"/>
|
<SvgColor Name="Blue" Value="30,139,205" />
|
||||||
<SvgColor Name="Yellow" Value="251,152,59"/>
|
<SvgColor Name="Yellow" Value="251,152,59" />
|
||||||
<SvgColor Name="Black" Value="87,87,85"/>
|
<SvgColor Name="Black" Value="87,87,85" />
|
||||||
<SvgColor Name="Gray" Value="169,168,168"/>
|
<SvgColor Name="Gray" Value="169,168,168" />
|
||||||
<SvgColor Name="White" Value="255,255,255"/>
|
<SvgColor Name="White" Value="255,255,255" />
|
||||||
</SvgPalette>
|
</SvgPalette>
|
||||||
</Skin>
|
</Skin>
|
||||||
</CustomPaletteCollection>
|
</CustomPaletteCollection>
|
||||||
@@ -87,12 +101,10 @@
|
|||||||
</DevExpress.LookAndFeel.Design.AppSettings>
|
</DevExpress.LookAndFeel.Design.AppSettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="DD_ProcessManager.My.MySettings.ConnectionString"
|
<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" />
|
||||||
connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd"
|
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
||||||
</startup>
|
</startup>
|
||||||
<userSettings>
|
<userSettings>
|
||||||
<DD_ProcessManager.My.MySettings>
|
<DD_ProcessManager.My.MySettings>
|
||||||
@@ -140,9 +152,72 @@
|
|||||||
<runtime>
|
<runtime>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral"/>
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="GdPicture.NET.14" publicKeyToken="f52a2e60ad468dbb" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-14.3.3.0" newVersion="14.3.3.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>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="GdPicture.NET.14.Common" publicKeyToken="f52a2e60ad468dbb" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-14.3.1.0" newVersion="14.3.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="GdPicture.NET.14.Imaging" publicKeyToken="f52a2e60ad468dbb" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-14.3.1.0" newVersion="14.3.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Security.Cryptography.Pkcs" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.IO.Packaging" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-7.5.0.0" newVersion="7.5.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
</configuration>
|
<entityFramework>
|
||||||
|
<providers>
|
||||||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||||
|
<provider invariantName="FirebirdSql.Data.FirebirdClient" type="EntityFramework.Firebird.FbProviderServices, EntityFramework.Firebird" />
|
||||||
|
</providers>
|
||||||
|
<defaultConnectionFactory type="EntityFramework.Firebird.FbConnectionFactory, EntityFramework.Firebird" />
|
||||||
|
</entityFramework>
|
||||||
|
</configuration>
|
||||||
@@ -1,12 +1,16 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## 2.5.0.0
|
## 2.4.7.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Modernisierung von verschiedenen Elementen (Validator, Startseite)
|
- Modernisierung von verschiedenen Elementen (Validator, Startseite)
|
||||||
- Format Strings für Textboxen (Währung, Fließkommazahlen, Datum & Uhrzeit)
|
- Format Strings für Textboxen (Währung, Fließkommazahlen, Datum & Uhrzeit)
|
||||||
|
- Tabellen Filter im Hauptfenster speichern
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Anzeige-/Indexierungsfehler bei Mehrzeiligen Textboxen
|
- Anzeige-/Indexierungsfehler bei Mehrzeiligen Textboxen
|
||||||
|
- Formatierungsfehler bei Fließkomma-Indexen
|
||||||
|
- Fehlerhafte Verkettung von Werten bei abhängigen Controls
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
Imports System.Data.OracleClient
|
Imports System.Data.OracleClient
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
Imports WINDREAMLib
|
Imports WINDREAMLib
|
||||||
|
Imports DevExpress.Utils.CommonDialogs
|
||||||
|
|
||||||
Public Class ClassAllgemeineFunktionen
|
Public Class ClassAllgemeineFunktionen
|
||||||
Public Shared Function GUI_LANGUAGE_INFO(pTITLE As String)
|
Public Shared Function GUI_LANGUAGE_INFO(pTITLE As String)
|
||||||
@@ -91,19 +92,6 @@ Public Class ClassAllgemeineFunktionen
|
|||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Function Insert_LogEntry(ERR_MSG As String)
|
|
||||||
Try
|
|
||||||
ERR_MSG = ERR_MSG.Replace("'", "''")
|
|
||||||
Dim insert As String = $"INSERT INTO TBPM_LOG_DEBUG (USERID, LOGMSG) VALUES ({USER_ID},'{ERR_MSG}')"
|
|
||||||
If ExecuteonMSSQL(insert, CONNECTION_STRING_ECM) <> "" Then
|
|
||||||
LOGGER.Warn("...Eintrag in Log-Tabelle konnte nicht erstellt werden!!", True)
|
|
||||||
End If
|
|
||||||
Catch ex As Exception
|
|
||||||
LOGGER.Error(ex)
|
|
||||||
LOGGER.Info("Error in Insert_LogEntry: " & ex.Message)
|
|
||||||
End Try
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Public Function ExecuteonMSSQL(ByVal sqlcommand As String, ConString As String)
|
Public Function ExecuteonMSSQL(ByVal sqlcommand As String, ConString As String)
|
||||||
Try
|
Try
|
||||||
' die nötigen Variablen definieren
|
' die nötigen Variablen definieren
|
||||||
@@ -208,7 +196,6 @@ Public Class ClassAllgemeineFunktionen
|
|||||||
LOGGER.Info("Fehler bei Move2Folder", True)
|
LOGGER.Info("Fehler bei Move2Folder", True)
|
||||||
LOGGER.Info("Fehlermeldung")
|
LOGGER.Info("Fehlermeldung")
|
||||||
LOGGER.Info(ex.Message)
|
LOGGER.Info(ex.Message)
|
||||||
Insert_LogEntry($"ERROR {ex.Message}")
|
|
||||||
Return ex.Message
|
Return ex.Message
|
||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
@@ -294,7 +281,6 @@ Public Class ClassAllgemeineFunktionen
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
MsgBox("Unexpected error Execute_Scalar_SQLServer" & vbNewLine & "Automatic Index (j/n): " & check.ToString & vbNewLine & "ERROR:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error Execute_Scalar_SQL sql:")
|
MsgBox("Unexpected error Execute_Scalar_SQLServer" & vbNewLine & "Automatic Index (j/n): " & check.ToString & vbNewLine & "ERROR:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error Execute_Scalar_SQL sql:")
|
||||||
Insert_LogEntry($"ERROR Execute_Scalar_SQLServer{ex.Message}")
|
|
||||||
LOGGER.Info(" - Unvorhergesehener Fehler bei Execute_Scalar_SQLServer" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message)
|
LOGGER.Info(" - Unvorhergesehener Fehler bei Execute_Scalar_SQLServer" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message)
|
||||||
LOGGER.Info(" - SQL: " & vsql_statement)
|
LOGGER.Info(" - SQL: " & vsql_statement)
|
||||||
LOGGER.Info(" - Connection: " & vconnectionString)
|
LOGGER.Info(" - Connection: " & vconnectionString)
|
||||||
@@ -328,11 +314,56 @@ Public Class ClassAllgemeineFunktionen
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
MsgBox("Unexpected error Execute_Scalar_Oracle" & vbNewLine & "Automatic Index (y/n): " & check.ToString & vbNewLine & "Error:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error Execute_Scalar_oracle sql:")
|
MsgBox("Unexpected error Execute_Scalar_Oracle" & vbNewLine & "Automatic Index (y/n): " & check.ToString & vbNewLine & "Error:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error Execute_Scalar_oracle sql:")
|
||||||
Insert_LogEntry($"ERROR Execute_Scalar_Oracle{ex.Message}")
|
|
||||||
LOGGER.Info(" - Unvorhergesehener Fehler bei Execute_Scalar_Oracle" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message)
|
LOGGER.Info(" - Unvorhergesehener Fehler bei Execute_Scalar_Oracle" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message)
|
||||||
LOGGER.Info(" - SQL: " & vsql_statement)
|
LOGGER.Info(" - SQL: " & vsql_statement)
|
||||||
LOGGER.Info(" - Connection: " & vconnectionString)
|
LOGGER.Info(" - Connection: " & vconnectionString)
|
||||||
Return 99
|
Return 99
|
||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
Public Shared Sub Save_Logfiles()
|
||||||
|
Try
|
||||||
|
Dim saveFileDialog1 As New SaveFileDialog()
|
||||||
|
If File.Exists(LOGCONFIG.LogFile) Then
|
||||||
|
saveFileDialog1.Filter = "log file|*.log"
|
||||||
|
saveFileDialog1.FileName = Path.GetFileName(LOGCONFIG.LogFile)
|
||||||
|
If saveFileDialog1.ShowDialog() = DialogResult.OK Then
|
||||||
|
If File.Exists(saveFileDialog1.FileName) Then
|
||||||
|
File.Delete(saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
File.Copy(LOGCONFIG.LogFile, saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
|
If DEBUG = True Then
|
||||||
|
Dim oDebuglogFilename_only = Path.GetFileNameWithoutExtension(LOGCONFIG.LogFile) + "-Debug.log"
|
||||||
|
Dim oDebuglogFilename = LOGCONFIG.LogDirectory + "\" + oDebuglogFilename_only
|
||||||
|
If File.Exists(oDebuglogFilename) Then
|
||||||
|
saveFileDialog1.Filter = "log file|*.log"
|
||||||
|
saveFileDialog1.FileName = oDebuglogFilename_only
|
||||||
|
If saveFileDialog1.ShowDialog() = DialogResult.OK Then
|
||||||
|
If File.Exists(saveFileDialog1.FileName) Then
|
||||||
|
File.Delete(saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
File.Copy(oDebuglogFilename, saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Dim oErrorlogFilename_only = Path.GetFileNameWithoutExtension(LOGCONFIG.LogFile) + "-Error.log"
|
||||||
|
Dim oErrorlogFilename = LOGCONFIG.LogDirectory + "\" + oErrorlogFilename_only
|
||||||
|
If File.Exists(oErrorlogFilename) Then
|
||||||
|
saveFileDialog1.Filter = "log file|*.log"
|
||||||
|
saveFileDialog1.FileName = oErrorlogFilename_only
|
||||||
|
If saveFileDialog1.ShowDialog() = DialogResult.OK Then
|
||||||
|
If File.Exists(saveFileDialog1.FileName) Then
|
||||||
|
File.Delete(saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
File.Copy(oErrorlogFilename, saveFileDialog1.FileName)
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Dim oMSG = ClassAllgemeineFunktionen.GUI_LANGUAGE_INFO("ExportLogFiles_Result")
|
||||||
|
MsgBox(oMSG, MsgBoxStyle.Information, ADDITIONAL_TITLE)
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox(ex.Message, MsgBoxStyle.Critical, "Error saving log file")
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ Public Class ClassConfig
|
|||||||
' Misc Settings
|
' Misc Settings
|
||||||
Public Property DEBUG As Boolean = False
|
Public Property DEBUG As Boolean = False
|
||||||
Public Property ReminderTimer As Integer = 5
|
Public Property ReminderTimer As Integer = 5
|
||||||
|
Public Property OverviewRefresh_Intervall As Integer = 2
|
||||||
|
|
||||||
Public Property MonitorSplitter1_Distance As Integer = 510
|
Public Property MonitorSplitter1_Distance As Integer = 510
|
||||||
Public Property MonitorSplitter2_Distance As Integer = 270
|
Public Property MonitorSplitter2_Distance As Integer = 270
|
||||||
Public Property MonitorSplitter3_Distance As Integer = 400
|
Public Property MonitorSplitter3_Distance As Integer = 400
|
||||||
@@ -38,6 +40,7 @@ Public Class ClassConfig
|
|||||||
|
|
||||||
Public Property LastExportPath As String = ""
|
Public Property LastExportPath As String = ""
|
||||||
Public Property ADDITIONAL_SEARCHES_LOAD_ONCLICK As Boolean = True
|
Public Property ADDITIONAL_SEARCHES_LOAD_ONCLICK As Boolean = True
|
||||||
|
Public Property NOTES_ONCLICK As Boolean = True
|
||||||
Public Property GridFontSizeDelta As Integer = 0
|
Public Property GridFontSizeDelta As Integer = 0
|
||||||
Public Property ProfileConfig As New ProfileUserConfig
|
Public Property ProfileConfig As New ProfileUserConfig
|
||||||
|
|
||||||
|
|||||||
@@ -79,17 +79,21 @@ Public Class ClassControlCreator
|
|||||||
Private Class ControlDBProps
|
Private Class ControlDBProps
|
||||||
Public Guid As Integer
|
Public Guid As Integer
|
||||||
Public Name As String
|
Public Name As String
|
||||||
|
Public Attribute As String
|
||||||
Public Location As Point
|
Public Location As Point
|
||||||
Public [Font] As Font
|
Public [Font] As Font
|
||||||
Public [Color] As Color
|
Public [Color] As Color
|
||||||
Public [ReadOnly] As Boolean
|
Public [ReadOnly] As Boolean
|
||||||
|
Public AddNewItems As Boolean = False
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
Public Class ControlMetadata
|
Public Class ControlMetadata
|
||||||
Public Guid As Integer
|
Public Guid As Integer
|
||||||
Public Name As String
|
Public Name As String
|
||||||
|
Public Attribute As String
|
||||||
Public [ReadOnly] As Boolean = False
|
Public [ReadOnly] As Boolean = False
|
||||||
Public BackColor As Color = Color.White
|
Public BackColor As Color = Color.White
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
Public Sub New(pLogConfig As LogConfig)
|
Public Sub New(pLogConfig As LogConfig)
|
||||||
@@ -106,19 +110,23 @@ Public Class ClassControlCreator
|
|||||||
Dim family As FontFamily = New FontFamily(familyString)
|
Dim family As FontFamily = New FontFamily(familyString)
|
||||||
|
|
||||||
Dim oGuid As Integer = row.Item("GUID")
|
Dim oGuid As Integer = row.Item("GUID")
|
||||||
Dim oName As String = row.Item("NAME")
|
Dim oName As String = NotNull(row.Item("NAME"), "")
|
||||||
|
Dim oAttribute As String = NotNull(row.Item("INDEX_NAME"), "")
|
||||||
Dim oLocation As New Point(x, y)
|
Dim oLocation As New Point(x, y)
|
||||||
Dim oFont As New Font(family, size, style, GraphicsUnit.Point)
|
Dim oFont As New Font(family, size, style, GraphicsUnit.Point)
|
||||||
Dim oColor As Color = IntToColor(NotNull(row.Item("FONT_COLOR"), DEFAULT_COLOR))
|
Dim oColor As Color = IntToColor(NotNull(row.Item("FONT_COLOR"), DEFAULT_COLOR))
|
||||||
Dim oReadOnly As Boolean = row.Item("READ_ONLY")
|
Dim oReadOnly As Boolean = row.Item("READ_ONLY")
|
||||||
|
Dim oAddNewItems As Boolean = row.Item("VKT_ADD_ITEM")
|
||||||
|
|
||||||
Return New ControlDBProps() With {
|
Return New ControlDBProps() With {
|
||||||
.Guid = oGuid,
|
.Guid = oGuid,
|
||||||
.Name = oName,
|
.Name = oName,
|
||||||
|
.Attribute = oAttribute,
|
||||||
.Location = oLocation,
|
.Location = oLocation,
|
||||||
.Font = oFont,
|
.Font = oFont,
|
||||||
.Color = oColor,
|
.Color = oColor,
|
||||||
.ReadOnly = oReadOnly
|
.ReadOnly = oReadOnly,
|
||||||
|
.AddNewItems = oAddNewItems
|
||||||
}
|
}
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
@@ -128,6 +136,7 @@ Public Class ClassControlCreator
|
|||||||
|
|
||||||
ctrl.Tag = New ControlMetadata() With {
|
ctrl.Tag = New ControlMetadata() With {
|
||||||
.Guid = props.Guid,
|
.Guid = props.Guid,
|
||||||
|
.Attribute = props.Attribute,
|
||||||
.ReadOnly = props.ReadOnly,
|
.ReadOnly = props.ReadOnly,
|
||||||
.Name = props.Name
|
.Name = props.Name
|
||||||
}
|
}
|
||||||
@@ -463,6 +472,7 @@ Public Class ClassControlCreator
|
|||||||
control.Properties.Name = control.Name
|
control.Properties.Name = control.Name
|
||||||
control.Width = row.Item("WIDTH")
|
control.Width = row.Item("WIDTH")
|
||||||
control.ReadOnly = row.Item("READ_ONLY")
|
control.ReadOnly = row.Item("READ_ONLY")
|
||||||
|
control.Properties.AllowAddNewValues = row.Item("VKT_ADD_ITEM")
|
||||||
|
|
||||||
If designMode Then
|
If designMode Then
|
||||||
control.Cursor = Cursors.Hand
|
control.Cursor = Cursors.Hand
|
||||||
@@ -477,6 +487,7 @@ Public Class ClassControlCreator
|
|||||||
Dim oControlId = DirectCast(oControl.Tag, ControlMetadata).Guid
|
Dim oControlId = DirectCast(oControl.Tag, ControlMetadata).Guid
|
||||||
Dim oView As GridView
|
Dim oView As GridView
|
||||||
|
|
||||||
|
|
||||||
oControl.ForceInitialize()
|
oControl.ForceInitialize()
|
||||||
|
|
||||||
oView = oControl.MainView
|
oView = oControl.MainView
|
||||||
@@ -490,7 +501,9 @@ Public Class ClassControlCreator
|
|||||||
oView.OptionsBehavior.Editable = Not row.Item("READ_ONLY")
|
oView.OptionsBehavior.Editable = Not row.Item("READ_ONLY")
|
||||||
oView.OptionsBehavior.ReadOnly = row.Item("READ_ONLY")
|
oView.OptionsBehavior.ReadOnly = row.Item("READ_ONLY")
|
||||||
'oView.OptionsBehavior.EditorShowMode = EditorShowMode.Click
|
'oView.OptionsBehavior.EditorShowMode = EditorShowMode.Click
|
||||||
|
If oView.OptionsBehavior.ReadOnly = True Then
|
||||||
|
oView.OptionsBehavior.Editable = False
|
||||||
|
End If
|
||||||
oControl.UseEmbeddedNavigator = Not row.Item("READ_ONLY")
|
oControl.UseEmbeddedNavigator = Not row.Item("READ_ONLY")
|
||||||
|
|
||||||
oView.OptionsBehavior.EditorShowMode = EditorShowMode.MouseDown
|
oView.OptionsBehavior.EditorShowMode = EditorShowMode.MouseDown
|
||||||
@@ -499,17 +512,18 @@ Public Class ClassControlCreator
|
|||||||
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CellSelect
|
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CellSelect
|
||||||
oView.OptionsSelection.MultiSelect = True
|
oView.OptionsSelection.MultiSelect = True
|
||||||
oView.OptionsClipboard.CopyColumnHeaders = DefaultBoolean.False
|
oView.OptionsClipboard.CopyColumnHeaders = DefaultBoolean.False
|
||||||
|
'oView.OptionsView.ColumnAutoWidth = True
|
||||||
|
If oView.OptionsBehavior.ReadOnly = False Then
|
||||||
If row.Item("VKT_ADD_ITEM") = True Then
|
If row.Item("VKT_ADD_ITEM") = True Then
|
||||||
oView.OptionsBehavior.AllowAddRows = DefaultBoolean.True
|
oView.OptionsBehavior.AllowAddRows = DefaultBoolean.True
|
||||||
oView.OptionsBehavior.AllowDeleteRows = DefaultBoolean.True
|
oView.OptionsBehavior.AllowDeleteRows = DefaultBoolean.True
|
||||||
oView.OptionsView.NewItemRowPosition = NewItemRowPosition.Bottom
|
oView.OptionsView.NewItemRowPosition = NewItemRowPosition.Bottom
|
||||||
Else
|
Else
|
||||||
oView.OptionsBehavior.AllowAddRows = DefaultBoolean.False
|
oView.OptionsBehavior.Editable = False
|
||||||
oView.OptionsBehavior.AllowDeleteRows = DefaultBoolean.False
|
oView.OptionsView.NewItemRowPosition = NewItemRowPosition.None
|
||||||
oView.OptionsView.NewItemRowPosition = NewItemRowPosition.None
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
oControl.Size = New Size(row.Item("WIDTH"), row.Item("HEIGHT"))
|
oControl.Size = New Size(row.Item("WIDTH"), row.Item("HEIGHT"))
|
||||||
@@ -571,7 +585,7 @@ Public Class ClassControlCreator
|
|||||||
End Try
|
End Try
|
||||||
End If
|
End If
|
||||||
|
|
||||||
oGridControlCreator.ConfigureViewColumns(DT_MY_COLUMNS, oView)
|
oGridControlCreator.ConfigureViewColumns(DT_MY_COLUMNS, oView, oControl)
|
||||||
oGridControlCreator.ConfigureViewEvents(DT_MY_COLUMNS, oView, oControl, oControlId)
|
oGridControlCreator.ConfigureViewEvents(DT_MY_COLUMNS, oView, oControl, oControlId)
|
||||||
|
|
||||||
' 08.11.2021: Fix editor being empty on first open
|
' 08.11.2021: Fix editor being empty on first open
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
Imports DigitalData.Modules.EDMI.API.Constants
|
Imports DevExpress.DataAccess.Native.Json
|
||||||
|
Imports DigitalData.Modules.EDMI.API.Constants
|
||||||
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
||||||
|
|
||||||
Public Class ClassFinalizeDoc
|
Public Class ClassFinalizeDoc
|
||||||
@@ -18,10 +19,11 @@ Public Class ClassFinalizeDoc
|
|||||||
'Jetzt finale Indexe setzen
|
'Jetzt finale Indexe setzen
|
||||||
LOGGER.Debug("working final indices for doc: " & WMObject.aName)
|
LOGGER.Debug("working final indices for doc: " & WMObject.aName)
|
||||||
For Each dr As DataRow In CURRENT_DT_FINAL_INDEXING.Rows
|
For Each dr As DataRow In CURRENT_DT_FINAL_INDEXING.Rows
|
||||||
Dim value As String = dr.Item("VALUE").ToString
|
Dim ovalueString As String = dr.Item("VALUE").ToString
|
||||||
Dim INDEXNAME = dr.Item("INDEXNAME").ToString
|
Dim INDEXNAME = dr.Item("INDEXNAME").ToString
|
||||||
Dim oContinueOnIndifferentState As Boolean = CBool(dr.Item("CONTINUE_INDETERMINED"))
|
Dim oContinueOnIndifferentState As Boolean = CBool(dr.Item("CONTINUE_INDETERMINED"))
|
||||||
If value.ToUpper = "SQL-Command".ToUpper Then '###### Indexierung mit variablen SQL ###
|
Dim VektorBeahaviour = dr.Item("IF_VEKTOR_BEHAVIOUR").ToString
|
||||||
|
If ovalueString.ToUpper = "SQL-Command".ToUpper Then '###### Indexierung mit variablen SQL ###
|
||||||
LOGGER.Debug("indexing with dynamic sql...")
|
LOGGER.Debug("indexing with dynamic sql...")
|
||||||
'Dim SQL_COMMAND = dr.Item("SQL_COMMAND")
|
'Dim SQL_COMMAND = dr.Item("SQL_COMMAND")
|
||||||
'' Regulären Ausdruck zum Auslesen der Indexe definieren
|
'' Regulären Ausdruck zum Auslesen der Indexe definieren
|
||||||
@@ -52,32 +54,32 @@ Public Class ClassFinalizeDoc
|
|||||||
LOGGER.Debug("sql after ReplaceAllValues: " & sql_Statement)
|
LOGGER.Debug("sql after ReplaceAllValues: " & sql_Statement)
|
||||||
Dim oDynamic_value = DatabaseFallback.GetScalarValueECM(sql_Statement) ', CONNECTION_STRING_ECM, "Write_Final_Metadata/dynamic_value")
|
Dim oDynamic_value = DatabaseFallback.GetScalarValueECM(sql_Statement) ', CONNECTION_STRING_ECM, "Write_Final_Metadata/dynamic_value")
|
||||||
If Not IsNothing(oDynamic_value) Then
|
If Not IsNothing(oDynamic_value) Then
|
||||||
value = oDynamic_value
|
ovalueString = oDynamic_value
|
||||||
Else
|
Else
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
If value.StartsWith("v") Then
|
If ovalueString.StartsWith("v") Then
|
||||||
Select Case dr.Item("VALUE").ToString
|
Select Case dr.Item("VALUE").ToString
|
||||||
Case "vDate"
|
Case "vDate"
|
||||||
value = Now.ToShortDateString
|
ovalueString = Now.ToShortDateString
|
||||||
Case "vUserName"
|
Case "vUserName"
|
||||||
value = USER_USERNAME
|
ovalueString = USER_USERNAME
|
||||||
Case Else
|
Case Else
|
||||||
value = dr.Item("VALUE")
|
ovalueString = dr.Item("VALUE")
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim result() As String
|
Dim result() As String
|
||||||
ReDim Preserve result(0)
|
ReDim Preserve result(0)
|
||||||
result(0) = value
|
result(0) = ovalueString
|
||||||
|
|
||||||
Dim oIndexType = WINDREAM.GetTypeOfIndex(INDEXNAME)
|
Dim oIndexType = WINDREAM.GetTypeOfIndex(INDEXNAME)
|
||||||
LOGGER.Debug($"oIndexType {oIndexType.ToString}")
|
LOGGER.Debug($"oIndexType {oIndexType.ToString}")
|
||||||
If oIndexType > 4000 And oIndexType < 5000 Then
|
If oIndexType > 4000 And oIndexType < 5000 Then
|
||||||
'Hier muss nun separat als Vektorfeld indexiert werden
|
'Hier muss nun separat als Vektorfeld indexiert werden
|
||||||
If Indexiere_VektorfeldPM(value, INDEXNAME, WMObject) = True Then
|
If Indexiere_VektorfeldPM(ovalueString, INDEXNAME, WMObject) = True Then
|
||||||
LOGGER.Debug("FINALER INDEX '" & INDEXNAME.Replace("[%VKT", "") & "' WURDE ERFOLGREICH GESETZT")
|
LOGGER.Debug("FINALER INDEX '" & INDEXNAME.Replace("[%VKT", "") & "' WURDE ERFOLGREICH GESETZT")
|
||||||
Else
|
Else
|
||||||
|
|
||||||
@@ -87,12 +89,13 @@ Public Class ClassFinalizeDoc
|
|||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
LOGGER.Debug("now indexing..")
|
LOGGER.Debug("now indexing..")
|
||||||
If Indexiere_File(INDEXNAME, result, WMObject) = True Then
|
|
||||||
|
If WINDREAM_MOD.SetFileIndex(CURRENT_DOC_PATH, INDEXNAME, ovalueString, CURRENT_WMObjecttype) = True Then 'Indexiere_File(INDEXNAME, result, WMObject) = True Then
|
||||||
LOGGER.Debug("FINALER INDEX '" & INDEXNAME & "' WURDE ERFOLGREICH GESETZT")
|
LOGGER.Debug("FINALER INDEX '" & INDEXNAME & "' WURDE ERFOLGREICH GESETZT")
|
||||||
LOGGER.Debug("")
|
LOGGER.Debug("")
|
||||||
'Nun das Logging
|
'Nun das Logging
|
||||||
If CURRENT_PROFILE_LOG_INDEX <> "" Then
|
If CURRENT_PROFILE_LOG_INDEX <> "" Then
|
||||||
Dim logstr = Return_LOGString(value, "DDFINALINDEX", INDEXNAME)
|
Dim logstr = Return_LOGString(ovalueString, "DDFINALINDEX", INDEXNAME)
|
||||||
Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_LOG_INDEX, WMObject)
|
Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_LOG_INDEX, WMObject)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@@ -120,39 +123,73 @@ Public Class ClassFinalizeDoc
|
|||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Shared Function Indexiere_File(idxxname As String, idxvalue As Object, WMObject As WINDREAMLib.WMObject)
|
Private Shared Function Indexiere_File(pIndexName As String, pIndexValues As Object, WMObject As WINDREAMLib.WMObject) As Boolean
|
||||||
Dim File_indexiert As Boolean = False
|
LOGGER.Debug("### Indexiere_File Begin ###")
|
||||||
|
Dim indexierung_erfolgreich As Boolean = False
|
||||||
|
Try
|
||||||
|
Dim oIndexType As Integer = WINDREAM_MOD.GetIndexType(pIndexName)
|
||||||
|
If oIndexType > 4095 Then
|
||||||
|
LOGGER.Debug("Es Handelt sich um einen VektorIndex...")
|
||||||
|
Dim oExistingItems = WINDREAM_MOD.GetIndexValue(CURRENT_DOC_PATH, pIndexName)
|
||||||
|
|
||||||
|
Dim oListofString As New List(Of String)
|
||||||
|
If pIndexValues.Length = 0 Then
|
||||||
|
LOGGER.Debug("oSplitArray.Length = 0")
|
||||||
|
oListofString.Add(pIndexValues(0))
|
||||||
|
Else
|
||||||
|
LOGGER.Debug($"pIndexValues.Length is > 0 [{pIndexValues.length}] ...")
|
||||||
|
For Each oStr In pIndexValues
|
||||||
|
LOGGER.Debug("pIndexValues - oString : {0}", oStr)
|
||||||
|
oListofString.Add(oStr)
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
|
||||||
|
If oExistingItems.Count > 0 Then
|
||||||
|
LOGGER.Debug("oOverwrite = False and WMObject already contains [{0}] values in attribute,Values will be concatted", oExistingItems.Count)
|
||||||
|
oListofString = oExistingItems.Concat(oListofString).ToList()
|
||||||
|
End If
|
||||||
|
oListofString = oListofString.Distinct().ToList()
|
||||||
|
indexierung_erfolgreich = WINDREAM_MOD.SetFileIndexLoS(CURRENT_DOC_PATH, pIndexName, oListofString, CURRENT_WMObjecttype)
|
||||||
|
Else
|
||||||
|
Dim oStringValue As String = pIndexValues(0).ToString
|
||||||
|
indexierung_erfolgreich = WINDREAM_MOD.SetFileIndex(CURRENT_DOC_PATH, pIndexName, oStringValue, CURRENT_WMObjecttype)
|
||||||
|
End If
|
||||||
|
Return indexierung_erfolgreich
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString)
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
|
||||||
' Try
|
' Try
|
||||||
'Die Arrays vorbereiten
|
''Die Arrays vorbereiten
|
||||||
Dim arrIndex() As String = Nothing
|
'Dim arrIndex() As String = Nothing
|
||||||
Dim arrValue() As String = Nothing
|
'Dim arrValue() As String = Nothing
|
||||||
arrIndex = Nothing
|
'arrIndex = Nothing
|
||||||
arrValue = Nothing
|
'arrValue = Nothing
|
||||||
'Den Indexnamen übergeben
|
''Den Indexnamen übergeben
|
||||||
ReDim Preserve arrIndex(0)
|
'ReDim Preserve arrIndex(0)
|
||||||
arrIndex(0) = idxxname
|
'arrIndex(0) = idxxname
|
||||||
'Das Array der Idnexwerte überprüfen
|
''Das Array der Idnexwerte überprüfen
|
||||||
If idxvalue Is Nothing = False Then
|
'If idxvalue Is Nothing = False Then
|
||||||
If idxvalue.Length() > 1 Then
|
' If idxvalue.Length() > 1 Then
|
||||||
LOGGER.Debug("Indexing Index '" & idxxname & "' with Arrayvalue")
|
' LOGGER.Debug("Indexing Index '" & idxxname & "' with Arrayvalue")
|
||||||
Dim anzahl As Integer = 0
|
' Dim anzahl As Integer = 0
|
||||||
For Each indexvalue As String In idxvalue
|
' For Each indexvalue As String In idxvalue
|
||||||
ReDim Preserve arrValue(anzahl)
|
' ReDim Preserve arrValue(anzahl)
|
||||||
arrValue(anzahl) = indexvalue
|
' arrValue(anzahl) = indexvalue
|
||||||
anzahl += 1
|
' anzahl += 1
|
||||||
Next
|
' Next
|
||||||
Else
|
' Else
|
||||||
LOGGER.Debug("Indexing Index '" & idxxname & "' with value '" & idxvalue(0) & "'")
|
' LOGGER.Debug("Indexing Index '" & idxxname & "' with value '" & idxvalue(0) & "'")
|
||||||
ReDim Preserve arrValue(0)
|
' ReDim Preserve arrValue(0)
|
||||||
arrValue(0) = idxvalue(0).ToString
|
' arrValue(0) = idxvalue(0).ToString
|
||||||
End If
|
' End If
|
||||||
'Dim _windreamPM As New ClassPMWindream
|
' 'Dim _windreamPM As New ClassPMWindream
|
||||||
'Jetzt das eigentliche Indexieren der Datei
|
' 'Jetzt das eigentliche Indexieren der Datei
|
||||||
File_indexiert = WINDREAM.RunIndexing(WMObject, arrIndex, arrValue)
|
'File_indexiert = WINDREAM.RunIndexing(WMObject, arrIndex, arrValue)
|
||||||
|
|
||||||
Return File_indexiert
|
'Return File_indexiert
|
||||||
End If
|
' End If
|
||||||
|
|
||||||
'Catch ex As Exception
|
'Catch ex As Exception
|
||||||
' LOGGER.Info("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString, True)
|
' LOGGER.Info("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString, True)
|
||||||
|
|||||||
@@ -36,7 +36,8 @@ Public Class ClassFormat
|
|||||||
''' <param name="pType"></param>
|
''' <param name="pType"></param>
|
||||||
''' <returns></returns>
|
''' <returns></returns>
|
||||||
Public Shared Function GetConvertedValue(pValue As Object, pType As String) As Object
|
Public Shared Function GetConvertedValue(pValue As Object, pType As String) As Object
|
||||||
Dim oConvertedValue = pValue
|
Dim oConvertedValue
|
||||||
|
LOGGER.Debug($"GetConvertedValue: {pType}")
|
||||||
|
|
||||||
Select Case pType
|
Select Case pType
|
||||||
Case ClassControlCreator.CONTROL_TYPE_DOUBLE
|
Case ClassControlCreator.CONTROL_TYPE_DOUBLE
|
||||||
@@ -45,35 +46,56 @@ Public Class ClassFormat
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Case ClassControlCreator.CONTROL_TYPE_CURRENCY
|
Case ClassControlCreator.CONTROL_TYPE_CURRENCY
|
||||||
If Double.TryParse(pValue, NumberStyles.Currency, CultureInfo.InvariantCulture, oConvertedValue) Then
|
Try
|
||||||
Return oConvertedValue
|
LOGGER.Debug($"GetConvertedValue: Converting {pValue.ToString} to Currency ")
|
||||||
End If
|
If Double.TryParse(pValue, NumberStyles.Currency, CultureInfo.InvariantCulture, oConvertedValue) Then
|
||||||
|
Return oConvertedValue
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Error(ex)
|
||||||
|
End Try
|
||||||
|
|
||||||
|
|
||||||
Case ClassControlCreator.CONTROL_TYPE_INTEGER
|
Case ClassControlCreator.CONTROL_TYPE_INTEGER
|
||||||
If Integer.TryParse(pValue, NumberStyles.Integer, CultureInfo.InvariantCulture, oConvertedValue) Then
|
If Integer.TryParse(pValue, NumberStyles.Integer, CultureInfo.InvariantCulture, oConvertedValue) Then
|
||||||
Return oConvertedValue
|
Return oConvertedValue
|
||||||
End If
|
End If
|
||||||
|
Case Else
|
||||||
|
LOGGER.Debug($"GetConvertedValue - Case ELSE - pType is {pType}")
|
||||||
|
Try
|
||||||
|
oConvertedValue = pValue.ToString
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error in GetConvertedValue: pType is {pType} - converting value to String")
|
||||||
|
oConvertedValue = ""
|
||||||
|
End Try
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
Return oConvertedValue
|
Return oConvertedValue
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
''' <summary>
|
||||||
|
''' Converts values to their respective data type and then back to string
|
||||||
|
''' according to the current culture
|
||||||
|
''' </summary>
|
||||||
|
''' <param name="pValue"></param>
|
||||||
|
''' <returns></returns>
|
||||||
Public Shared Function GetStringValue(pValue As Object) As String
|
Public Shared Function GetStringValue(pValue As Object) As String
|
||||||
Select Case pValue.GetType
|
Select Case pValue.GetType
|
||||||
Case GetType(Single)
|
Case GetType(Single)
|
||||||
Return DirectCast(pValue, Single).ToString(CultureInfo.InvariantCulture)
|
Return DirectCast(pValue, Single).ToString(CultureInfo.CurrentCulture)
|
||||||
|
|
||||||
Case GetType(Double)
|
Case GetType(Double)
|
||||||
Return DirectCast(pValue, Double).ToString(CultureInfo.InvariantCulture)
|
Return DirectCast(pValue, Double).ToString(CultureInfo.CurrentCulture)
|
||||||
|
|
||||||
Case GetType(Decimal)
|
Case GetType(Decimal)
|
||||||
Return DirectCast(pValue, Decimal).ToString(CultureInfo.InvariantCulture)
|
Return DirectCast(pValue, Decimal).ToString(CultureInfo.CurrentCulture)
|
||||||
|
|
||||||
Case GetType(Date)
|
Case GetType(Date)
|
||||||
Return DirectCast(pValue, Date).ToString(CultureInfo.InvariantCulture)
|
Return DirectCast(pValue, Date).ToString(CultureInfo.CurrentCulture)
|
||||||
|
|
||||||
Case GetType(DateTime)
|
Case GetType(DateTime)
|
||||||
Return DirectCast(pValue, DateTime).ToString(CultureInfo.InvariantCulture)
|
Return DirectCast(pValue, DateTime).ToString(CultureInfo.CurrentCulture)
|
||||||
|
|
||||||
Case Else
|
Case Else
|
||||||
Return pValue.ToString
|
Return pValue.ToString
|
||||||
|
|||||||
@@ -233,6 +233,7 @@
|
|||||||
Dim oSuccess As Boolean = False
|
Dim oSuccess As Boolean = False
|
||||||
|
|
||||||
Dim oPRSQL = $"DECLARE @NEW_OBJ_MD_ID BIGINT " & vbNewLine & $"EXEC PRIDB_NEW_OBJ_DATA {CURRENT_DOC_ID},'{oAttributeName}','{USER_USERNAME}','{oNewValueRow.Item(1).ToString}','{USER_LANGUAGE}',0,@OMD_ID = @NEW_OBJ_MD_ID OUTPUT"
|
Dim oPRSQL = $"DECLARE @NEW_OBJ_MD_ID BIGINT " & vbNewLine & $"EXEC PRIDB_NEW_OBJ_DATA {CURRENT_DOC_ID},'{oAttributeName}','{USER_USERNAME}','{oNewValueRow.Item(1).ToString}','{USER_LANGUAGE}',0,@OMD_ID = @NEW_OBJ_MD_ID OUTPUT"
|
||||||
|
LOGGER.Debug(oPRSQL)
|
||||||
oSuccess = DatabaseFallback.ExecuteNonQueryIDB(oPRSQL)
|
oSuccess = DatabaseFallback.ExecuteNonQueryIDB(oPRSQL)
|
||||||
If oSuccess = False Then
|
If oSuccess = False Then
|
||||||
Return False
|
Return False
|
||||||
@@ -241,6 +242,7 @@
|
|||||||
Return True
|
Return True
|
||||||
Else
|
Else
|
||||||
Dim oFNSQL = $"DECLARE @NEW_OBJ_MD_ID BIGINT " & vbNewLine & $"EXEC PRIDB_NEW_OBJ_DATA {CURRENT_DOC_ID},'{oAttributeName}','{USER_USERNAME}','{oNewValue}','{USER_LANGUAGE}',0,@OMD_ID = @NEW_OBJ_MD_ID OUTPUT"
|
Dim oFNSQL = $"DECLARE @NEW_OBJ_MD_ID BIGINT " & vbNewLine & $"EXEC PRIDB_NEW_OBJ_DATA {CURRENT_DOC_ID},'{oAttributeName}','{USER_USERNAME}','{oNewValue}','{USER_LANGUAGE}',0,@OMD_ID = @NEW_OBJ_MD_ID OUTPUT"
|
||||||
|
LOGGER.Debug(oFNSQL)
|
||||||
Return DatabaseFallback.ExecuteNonQueryIDB(oFNSQL)
|
Return DatabaseFallback.ExecuteNonQueryIDB(oFNSQL)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ Imports DigitalData.Modules.EDMI.API
|
|||||||
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
||||||
Imports DigitalData.Modules.EDMI.API.Constants
|
Imports DigitalData.Modules.EDMI.API.Constants
|
||||||
Imports DigitalData.Modules.Database
|
Imports DigitalData.Modules.Database
|
||||||
|
Imports System.Windows.Forms.VisualStyles.VisualStyleElement
|
||||||
|
|
||||||
Public Class ClassInit
|
Public Class ClassInit
|
||||||
Public _lizenzManager As ClassLicenseManager
|
Public _lizenzManager As ClassLicenseManager
|
||||||
@@ -12,19 +13,17 @@ Public Class ClassInit
|
|||||||
|
|
||||||
<STAThread()>
|
<STAThread()>
|
||||||
Public Sub InitLogger()
|
Public Sub InitLogger()
|
||||||
Dim oConfigPrefix As String = My.Settings.UserConfig_Prefix
|
|
||||||
Dim oLocalUserAppDataPath As String = Application.LocalUserAppDataPath
|
Dim oLocalUserAppDataPath As String = Application.LocalUserAppDataPath
|
||||||
If oConfigPrefix.Length > 0 Then
|
|
||||||
oLocalUserAppDataPath = IO.Path.Combine(oLocalUserAppDataPath, oConfigPrefix)
|
|
||||||
End If
|
|
||||||
LOGCONFIG = New LogConfig(LogConfig.PathType.CustomPath,
|
LOGCONFIG = New LogConfig(LogConfig.PathType.CustomPath,
|
||||||
oLocalUserAppDataPath & "\Log",
|
oLocalUserAppDataPath & "\Log",
|
||||||
Nothing,
|
My.Settings.UserConfig_Prefix,
|
||||||
My.Application.Info.CompanyName,
|
My.Application.Info.CompanyName,
|
||||||
My.Application.Info.ProductName)
|
My.Application.Info.ProductName)
|
||||||
LOGGER = LOGCONFIG.GetLogger("ProcessManager")
|
|
||||||
|
|
||||||
LOGGER.Info("## ProcessManager started - {0}", Now)
|
|
||||||
|
LOGGER = LOGCONFIG.GetLogger("taskFLOW")
|
||||||
|
|
||||||
|
LOGGER.Info("## taskFLOW started - {0}", Now)
|
||||||
Try
|
Try
|
||||||
Dim directory As New IO.DirectoryInfo(Application.LocalUserAppDataPath & "\Log")
|
Dim directory As New IO.DirectoryInfo(Application.LocalUserAppDataPath & "\Log")
|
||||||
|
|
||||||
@@ -46,23 +45,11 @@ Public Class ClassInit
|
|||||||
Public Sub InitUserConfig()
|
Public Sub InitUserConfig()
|
||||||
Try
|
Try
|
||||||
Dim oUserAppDataPath As String = Application.UserAppDataPath
|
Dim oUserAppDataPath As String = Application.UserAppDataPath
|
||||||
Dim oLegacyAppDataPath As String = Application.UserAppDataPath
|
If My.Settings.UserConfig_Prefix <> String.Empty Then
|
||||||
|
oUserAppDataPath += "\" + My.Settings.UserConfig_Prefix
|
||||||
|
End If
|
||||||
Dim oCommonAppDataPath = Application.CommonAppDataPath
|
Dim oCommonAppDataPath = Application.CommonAppDataPath
|
||||||
Dim oStartupPath = Application.StartupPath
|
Dim oStartupPath = Application.StartupPath
|
||||||
Dim oConfigPrefix As String = My.Settings.UserConfig_Prefix
|
|
||||||
|
|
||||||
' If prefix is configured, use it to create a subfolder in app data and migrate existing data
|
|
||||||
If oConfigPrefix.Length > 0 Then
|
|
||||||
oUserAppDataPath = IO.Path.Combine(Application.UserAppDataPath, oConfigPrefix)
|
|
||||||
|
|
||||||
Dim oConfigUtils As New ConfigUtils(LOGCONFIG)
|
|
||||||
|
|
||||||
If oConfigUtils.TestMigrationNeeded(oUserAppDataPath) Then
|
|
||||||
LOGCONFIG.Debug = True
|
|
||||||
oConfigUtils.MigrateConfig(oLegacyAppDataPath, oUserAppDataPath)
|
|
||||||
LOGCONFIG.Debug = False
|
|
||||||
End If
|
|
||||||
End If
|
|
||||||
|
|
||||||
' If AppConfig from Startup Path should be forced, rewrite the common app data path
|
' If AppConfig from Startup Path should be forced, rewrite the common app data path
|
||||||
If My.Settings.UseAppConfigConString = True Then
|
If My.Settings.UseAppConfigConString = True Then
|
||||||
@@ -122,6 +109,19 @@ Public Class ClassInit
|
|||||||
DEBUG = True
|
DEBUG = True
|
||||||
LOGCONFIG.Debug = True
|
LOGCONFIG.Debug = True
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
USER_CONFIG_DIRECTORY = CONFIG.UserConfigPath.Replace("UserConfig.xml", "")
|
||||||
|
If USER_LANGUAGE <> String.Empty Then
|
||||||
|
USER_CONFIG_DIRECTORY = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, USER_LANGUAGE)
|
||||||
|
End If
|
||||||
|
Try
|
||||||
|
If Not System.IO.Directory.Exists(USER_CONFIG_DIRECTORY) Then
|
||||||
|
System.IO.Directory.CreateDirectory(USER_CONFIG_DIRECTORY)
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Error(ex)
|
||||||
|
End Try
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
@@ -208,6 +208,7 @@ Public Class ClassInit
|
|||||||
' We initialize the Class in anycase.
|
' We initialize the Class in anycase.
|
||||||
' If there is no client, it will fall back to the db by itself
|
' If there is no client, it will fall back to the db by itself
|
||||||
DatabaseFallback = New DatabaseWithFallback(LOGCONFIG, _Client, Database_ECM, Database_IDB)
|
DatabaseFallback = New DatabaseWithFallback(LOGCONFIG, _Client, Database_ECM, Database_IDB)
|
||||||
|
|
||||||
If dbECMInitialized = True And CONNECTION_STRING_IDB = String.Empty Then
|
If dbECMInitialized = True And CONNECTION_STRING_IDB = String.Empty Then
|
||||||
Return True
|
Return True
|
||||||
ElseIf dbECMInitialized = True And CONNECTION_STRING_IDB <> String.Empty Then
|
ElseIf dbECMInitialized = True And CONNECTION_STRING_IDB <> String.Empty Then
|
||||||
@@ -239,7 +240,21 @@ Public Class ClassInit
|
|||||||
If split.Length >= 2 Then
|
If split.Length >= 2 Then
|
||||||
LICENSE_VALID = True
|
LICENSE_VALID = True
|
||||||
End If
|
End If
|
||||||
Dim oLICDATE = CDate(split(1))
|
Dim oLICDATE As Date
|
||||||
|
Try
|
||||||
|
oLICDATE = CDate(split(1))
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error Converting Value {split(1)} to DATE")
|
||||||
|
Try
|
||||||
|
Dim expenddt As Date = Date.ParseExact(split(1), "dd.MM.yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo)
|
||||||
|
oLICDATE = expenddt
|
||||||
|
Catch ex1 As Exception
|
||||||
|
LOGGER.Warn($"Second Error Converting DATE with ParseExact - Setting Date = Today")
|
||||||
|
oLICDATE = Now.Date
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Try
|
||||||
|
|
||||||
If oLICDATE < CDate(Now) Then
|
If oLICDATE < CDate(Now) Then
|
||||||
MsgBox("Your license has expired!" & vbNewLine & "Last valid date: " & split(1) & vbNewLine & "Please contact Your sysadmin", MsgBoxStyle.Exclamation)
|
MsgBox("Your license has expired!" & vbNewLine & "Last valid date: " & split(1) & vbNewLine & "Please contact Your sysadmin", MsgBoxStyle.Exclamation)
|
||||||
LICENSE_EXPIRED = True
|
LICENSE_EXPIRED = True
|
||||||
@@ -270,13 +285,13 @@ Public Class ClassInit
|
|||||||
oStopWatch.Done()
|
oStopWatch.Done()
|
||||||
End Sub
|
End Sub
|
||||||
<STAThread()>
|
<STAThread()>
|
||||||
Public Sub InitUserLogin(Optional pUSRNAME As String = "")
|
Public Sub InitUserLogin()
|
||||||
Dim oStopWatch As New RefreshHelper.SW("InitUserLogin")
|
Dim oStopWatch As New RefreshHelper.SW("InitUserLogin")
|
||||||
Dim oSQL As String
|
Dim oSQL As String
|
||||||
Try
|
Try
|
||||||
If pUSRNAME <> String.Empty Then
|
If USER_GHOST_MODE_USRNAME <> String.Empty Then
|
||||||
LOGGER.Info($"InitUserLogin with GhostUSer [{pUSRNAME}]")
|
LOGGER.Info($"InitUserLogin with GhostUser [{USER_GHOST_MODE_USRNAME}]")
|
||||||
USER_USERNAME = pUSRNAME
|
USER_USERNAME = USER_GHOST_MODE_USRNAME
|
||||||
Else
|
Else
|
||||||
USER_USERNAME = Environment.UserName
|
USER_USERNAME = Environment.UserName
|
||||||
End If
|
End If
|
||||||
@@ -333,11 +348,7 @@ Public Class ClassInit
|
|||||||
|
|
||||||
If DT_CHECKUSER_MODULE.Rows.Count = 1 Then
|
If DT_CHECKUSER_MODULE.Rows.Count = 1 Then
|
||||||
LOGGER.Info($"Got a CheckUserDefintion for User [{USER_USERNAME}]")
|
LOGGER.Info($"Got a CheckUserDefintion for User [{USER_USERNAME}]")
|
||||||
If DT_CHECKUSER_MODULE.Rows(0).Item("USER_ID") <> 0 Then
|
|
||||||
USER_EXISTS = True
|
|
||||||
Else
|
|
||||||
USER_EXISTS = False
|
|
||||||
End If
|
|
||||||
|
|
||||||
USER_ID = DT_CHECKUSER_MODULE.Rows(0).Item("USER_ID")
|
USER_ID = DT_CHECKUSER_MODULE.Rows(0).Item("USER_ID")
|
||||||
USER_SURNAME = IIf(IsDBNull(DT_CHECKUSER_MODULE.Rows(0).Item("USER_SURNAME")), "", DT_CHECKUSER_MODULE.Rows(0).Item("USER_SURNAME"))
|
USER_SURNAME = IIf(IsDBNull(DT_CHECKUSER_MODULE.Rows(0).Item("USER_SURNAME")), "", DT_CHECKUSER_MODULE.Rows(0).Item("USER_SURNAME"))
|
||||||
@@ -349,6 +360,13 @@ Public Class ClassInit
|
|||||||
|
|
||||||
|
|
||||||
USER_IN_MODULE = DT_CHECKUSER_MODULE.Rows(0).Item("MODULE_ACCESS")
|
USER_IN_MODULE = DT_CHECKUSER_MODULE.Rows(0).Item("MODULE_ACCESS")
|
||||||
|
If USER_IN_MODULE = True Then
|
||||||
|
USER_EXISTS = True
|
||||||
|
Else
|
||||||
|
USER_EXISTS = False
|
||||||
|
End If
|
||||||
|
|
||||||
|
|
||||||
USER_IS_ADMIN = DT_CHECKUSER_MODULE.Rows(0).Item("IS_ADMIN")
|
USER_IS_ADMIN = DT_CHECKUSER_MODULE.Rows(0).Item("IS_ADMIN")
|
||||||
|
|
||||||
User.IsAdmin = USER_IS_ADMIN
|
User.IsAdmin = USER_IS_ADMIN
|
||||||
@@ -378,9 +396,7 @@ Public Class ClassInit
|
|||||||
|
|
||||||
FINALINDICES = New ClassFinalIndex()
|
FINALINDICES = New ClassFinalIndex()
|
||||||
FINALINDICES.init()
|
FINALINDICES.init()
|
||||||
If IDB_ACTIVE = True Then
|
|
||||||
IDBData = New ClassIDBData()
|
|
||||||
End If
|
|
||||||
|
|
||||||
Try
|
Try
|
||||||
USER_RIGHT_VIEW_ONLY = DT_CHECKUSER_MODULE.Rows(0).Item("USER_RIGHT2")
|
USER_RIGHT_VIEW_ONLY = DT_CHECKUSER_MODULE.Rows(0).Item("USER_RIGHT2")
|
||||||
@@ -399,7 +415,6 @@ Public Class ClassInit
|
|||||||
End Try
|
End Try
|
||||||
LOGGER.Debug("User exists....")
|
LOGGER.Debug("User exists....")
|
||||||
|
|
||||||
|
|
||||||
'Am System anmelden
|
'Am System anmelden
|
||||||
Refresh_Licence()
|
Refresh_Licence()
|
||||||
'Check_User_Exists_in_PMGroups()
|
'Check_User_Exists_in_PMGroups()
|
||||||
@@ -427,6 +442,7 @@ Public Class ClassInit
|
|||||||
ERROR_STATE = "START INCOMPLETE"
|
ERROR_STATE = "START INCOMPLETE"
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
'Alles OK bis hierhin...nun die FolderwatchKonfig laden
|
'Alles OK bis hierhin...nun die FolderwatchKonfig laden
|
||||||
LOGGER.Debug("Init Userlogin successfull completed....")
|
LOGGER.Debug("Init Userlogin successfull completed....")
|
||||||
End If
|
End If
|
||||||
@@ -468,11 +484,13 @@ Public Class ClassInit
|
|||||||
oTBDD_3RD_PARTY_MODULES = DatabaseFallback.GetDatatable("TBDD_3RD_PARTY_MODULES", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
oTBDD_3RD_PARTY_MODULES = DatabaseFallback.GetDatatable("TBDD_3RD_PARTY_MODULES", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
||||||
|
|
||||||
For Each oROW As DataRow In oTBDD_3RD_PARTY_MODULES.Rows
|
For Each oROW As DataRow In oTBDD_3RD_PARTY_MODULES.Rows
|
||||||
If oROW.Item("NAME") = "GDPICTURE" Then
|
If oROW.Item("NAME") = "GDPICTURE" And oROW.Item("VERSION") = My.Settings.GDPICTURE_VERSION Then
|
||||||
GDPICTURE_LICENSE = oROW.Item("LICENSE")
|
GDPICTURE_LICENSE = oROW.Item("LICENSE")
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
|
If GDPICTURE_LICENSE = String.Empty Then
|
||||||
|
LOGGER.Warn($"Keine GDPICTURE-Lizenz gefunden. Version Konfiguration: {My.Settings.GDPICTURE_VERSION} - Prüfe TBDD_3RD_PARTY_MODULES")
|
||||||
|
End If
|
||||||
oStep = "TBDD_SQL_COMMANDS"
|
oStep = "TBDD_SQL_COMMANDS"
|
||||||
oSql = "Select * FROM TBDD_SQL_COMMANDS"
|
oSql = "Select * FROM TBDD_SQL_COMMANDS"
|
||||||
|
|
||||||
@@ -484,7 +502,6 @@ Public Class ClassInit
|
|||||||
BASEDATA_DT_GUI_LANGUAGE_PHRASES = DatabaseFallback.GetDatatable("TBDD_GUI_LANGUAGE_PHRASE", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
BASEDATA_DT_GUI_LANGUAGE_PHRASES = DatabaseFallback.GetDatatable("TBDD_GUI_LANGUAGE_PHRASE", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
||||||
oStep = "TBPM_PROFILE_SEARCH"
|
oStep = "TBPM_PROFILE_SEARCH"
|
||||||
oSql = "select * from TBPM_PROFILE_SEARCH where TYPE = 'DOC' AND ACTIVE = 1 ORDER BY PROFILE_ID,TAB_INDEX"
|
oSql = "select * from TBPM_PROFILE_SEARCH where TYPE = 'DOC' AND ACTIVE = 1 ORDER BY PROFILE_ID,TAB_INDEX"
|
||||||
'BASEDATA_DT_PROFILES_SEARCHES_DOC = DataASorDB.GetDatatable("DD_ECM", oSql, "TBPM_PROFILE_SEARCH", "TYPE = 'DOC'", "PROFILE_ID,TAB_INDEX")
|
|
||||||
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseFallback.GetDatatable("TBPM_PROFILE_SEARCH", New GetDatatableOptions(oSql, DatabaseType.ECM) With {
|
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseFallback.GetDatatable("TBPM_PROFILE_SEARCH", New GetDatatableOptions(oSql, DatabaseType.ECM) With {
|
||||||
.FilterExpression = "TYPE = 'DOC'",
|
.FilterExpression = "TYPE = 'DOC'",
|
||||||
.SortByColumn = "PROFILE_ID,TAB_INDEX"
|
.SortByColumn = "PROFILE_ID,TAB_INDEX"
|
||||||
|
|||||||
@@ -159,13 +159,19 @@ Public Class ClassPMWindream
|
|||||||
Case WMObjectVariableValueTypeInteger
|
Case WMObjectVariableValueTypeInteger
|
||||||
LOGGER.Debug("Typ des windream-Indexes: WMObjectVariableValueTypeInteger")
|
LOGGER.Debug("Typ des windream-Indexes: WMObjectVariableValueTypeInteger")
|
||||||
If IsNumeric(value) = False Then
|
If IsNumeric(value) = False Then
|
||||||
frmValidator.idxerr_message = "Unerlaubte Eingabe in Numerisches Feld: " & value
|
If value = "String.Empty" Then
|
||||||
LOGGER.Debug("Achtung: Value " & value & " kann nicht in Zahl konvertiert werden!")
|
convertValue = vbEmpty
|
||||||
oDocument.Save()
|
Else
|
||||||
oDocument.unlock()
|
frmValidator.idxerr_message = "Unerlaubte Eingabe in Numerisches Feld: " & value
|
||||||
Return False
|
LOGGER.Debug("Achtung: Value " & value & " kann nicht in Zahl konvertiert werden!")
|
||||||
|
oDocument.Save()
|
||||||
|
oDocument.unlock()
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
convertValue = CInt(value)
|
||||||
End If
|
End If
|
||||||
convertValue = CInt(value)
|
|
||||||
_int = True
|
_int = True
|
||||||
Case WMObjectVariableValueTypeInteger64bit
|
Case WMObjectVariableValueTypeInteger64bit
|
||||||
LOGGER.Debug("Typ des windream-Indexes: Integer64bit")
|
LOGGER.Debug("Typ des windream-Indexes: Integer64bit")
|
||||||
@@ -289,7 +295,10 @@ Public Class ClassPMWindream
|
|||||||
'ReDim ArrName(0)
|
'ReDim ArrName(0)
|
||||||
'ArrName(0) = "Tournr"
|
'ArrName(0) = "Tournr"
|
||||||
'oDocument.SetValues(ArrName, ArrValues)
|
'oDocument.SetValues(ArrName, ArrValues)
|
||||||
If _int = True Then
|
If convertValue = "String.Empty" Or convertValue = vbEmpty Then
|
||||||
|
LOGGER.Debug("Now Indexing simpleAttribute with vbEmpty ...")
|
||||||
|
oDocument.SetVariableValue(aName, String.Empty)
|
||||||
|
ElseIf _int = True Then
|
||||||
oDocument.SetVariableValue(aName, CInt(convertValue))
|
oDocument.SetVariableValue(aName, CInt(convertValue))
|
||||||
ElseIf _date = True Then
|
ElseIf _date = True Then
|
||||||
oDocument.SetVariableValue(aName, CDate(convertValue))
|
oDocument.SetVariableValue(aName, CDate(convertValue))
|
||||||
@@ -414,7 +423,13 @@ Public Class ClassPMWindream
|
|||||||
LOGGER.Debug("Wert für Index vor Indexierung: [{0}]", myArray)
|
LOGGER.Debug("Wert für Index vor Indexierung: [{0}]", myArray)
|
||||||
|
|
||||||
'Jetzt die Nachindexierung für Vektor-Felder
|
'Jetzt die Nachindexierung für Vektor-Felder
|
||||||
oDocument.SetVariableValue(aName, myArray)
|
If myArray(0) = "String.Empty" Then
|
||||||
|
LOGGER.Debug("Now Indexing vektor-attribute with vbEmpty ...")
|
||||||
|
oDocument.SetVariableValue(aName, vbEmpty)
|
||||||
|
Else
|
||||||
|
oDocument.SetVariableValue(aName, myArray)
|
||||||
|
End If
|
||||||
|
|
||||||
LOGGER.Debug("'SetVariableValue' für VEKTOR erfolgreich", False)
|
LOGGER.Debug("'SetVariableValue' für VEKTOR erfolgreich", False)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@@ -440,7 +455,6 @@ Public Class ClassPMWindream
|
|||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
LOGGER.Info("ClassSearchResult.RunIndexing - " & ex.Message, True)
|
LOGGER.Info("ClassSearchResult.RunIndexing - " & ex.Message, True)
|
||||||
frmValidator.idxerr_message = "Unvorhergesehener Fehler in Indexing: " & ex.Message & vbNewLine & "vType: " & vType.ToString
|
frmValidator.idxerr_message = "Unvorhergesehener Fehler in Indexing: " & ex.Message & vbNewLine & "vType: " & vType.ToString
|
||||||
allgFunk.Insert_LogEntry($"ERROR RunIndexing>> {ex.Message}")
|
|
||||||
oDocument.Save()
|
oDocument.Save()
|
||||||
oDocument.unlock()
|
oDocument.unlock()
|
||||||
Return False
|
Return False
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ Public Class ClassParamRefresh
|
|||||||
ElseIf oRow.Item("TITLE") = "PM_VALIDATOR_SEARCH_DEF" Then
|
ElseIf oRow.Item("TITLE") = "PM_VALIDATOR_SEARCH_DEF" Then
|
||||||
SQL_VALIDATOR_SEARCHES = oRow.Item("SQL_COMMAND")
|
SQL_VALIDATOR_SEARCHES = oRow.Item("SQL_COMMAND")
|
||||||
LOGGER.Debug($"VALIDATOR-SQL FROM SQLCommands DD: {SQL_VALIDATOR_SEARCHES}")
|
LOGGER.Debug($"VALIDATOR-SQL FROM SQLCommands DD: {SQL_VALIDATOR_SEARCHES}")
|
||||||
|
ElseIf oRow.Item("TITLE") = "TF_WORKFLOW_MESSAGE" Then
|
||||||
|
SQL_WF_MESSAGES = oRow.Item("SQL_COMMAND")
|
||||||
|
LOGGER.Debug($"WF_MESSAGES-SQL FROM SQLCommands DD: {SQL_WF_MESSAGES}")
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
@@ -59,7 +62,7 @@ Public Class ClassParamRefresh
|
|||||||
LOGGER.Debug($"FORCE_LAYOUT_OVERVIEW [{FORCE_LAYOUT_OVERVIEW}]")
|
LOGGER.Debug($"FORCE_LAYOUT_OVERVIEW [{FORCE_LAYOUT_OVERVIEW}]")
|
||||||
ElseIf oMode = "PM.NO_MASS_VALIDATOR" Then
|
ElseIf oMode = "PM.NO_MASS_VALIDATOR" Then
|
||||||
SHOW_MASS_VALIDATOR = False
|
SHOW_MASS_VALIDATOR = False
|
||||||
LOGGER.Debug($"SHOW_MASS_VALIDATOR [{SHOW_MASS_VALIDATOR}]")
|
LOGGER.Info($"SHOW_MASS_VALIDATOR [{SHOW_MASS_VALIDATOR}]")
|
||||||
ElseIf oMode = "PM.NO_CHARTS" Then
|
ElseIf oMode = "PM.NO_CHARTS" Then
|
||||||
SHOW_CHARTS = False
|
SHOW_CHARTS = False
|
||||||
LOGGER.Debug($"SHOW_CHARTS [{SHOW_CHARTS}]")
|
LOGGER.Debug($"SHOW_CHARTS [{SHOW_CHARTS}]")
|
||||||
@@ -71,11 +74,14 @@ Public Class ClassParamRefresh
|
|||||||
If OPERATION_MODE_FS = ClassConstants.OpModeFS_IDBWM Then
|
If OPERATION_MODE_FS = ClassConstants.OpModeFS_IDBWM Then
|
||||||
IDB_USES_WMFILESTORE = True
|
IDB_USES_WMFILESTORE = True
|
||||||
End If
|
End If
|
||||||
|
LOGGER.Info("OPERATION_MODE_FS: " + OPERATION_MODE_FS)
|
||||||
ElseIf oMode = "PM.IDBWITHWMFS" Then
|
ElseIf oMode = "PM.IDBWITHWMFS" Then
|
||||||
IDB_USES_WMFILESTORE = True
|
IDB_USES_WMFILESTORE = True
|
||||||
ElseIf oMode = "PM.NO_BASICCONF" Then
|
ElseIf oMode = "PM.NO_BASICCONF" Then
|
||||||
BASIC_CONF_VISIBLE = False
|
BASIC_CONF_VISIBLE = False
|
||||||
LOGGER.Debug($"BASIC_CONF_VISIBLE [{BASIC_CONF_VISIBLE}]")
|
LOGGER.Info($"BASIC_CONF_VISIBLE [{BASIC_CONF_VISIBLE}]")
|
||||||
|
ElseIf oMode = "PM.SYS_LOCKED_MAINTENANCE" Then
|
||||||
|
SYS_LOCKED_MAINTENANCE = True
|
||||||
ElseIf oMode.StartsWith("PM.IDB_CONID!") Then
|
ElseIf oMode.StartsWith("PM.IDB_CONID!") Then
|
||||||
If CONNECTION_STRING_IDB <> "" And dbIDBInitialized = True Then
|
If CONNECTION_STRING_IDB <> "" And dbIDBInitialized = True Then
|
||||||
IDB_ACTIVE = True
|
IDB_ACTIVE = True
|
||||||
@@ -96,22 +102,15 @@ Public Class ClassParamRefresh
|
|||||||
IDB_ACTIVE = False
|
IDB_ACTIVE = False
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
ElseIf oMode = "PM.EXCEL_OVERVIEW" Then
|
||||||
|
EXCEL_OVERVIEW = True
|
||||||
|
LOGGER.Info($"EXCEL_OVERVIEW [{EXCEL_OVERVIEW}]")
|
||||||
'ElseIf oMode.StartsWith("PM.IDB_APP_SERV_CONID!") Then
|
|
||||||
' Dim CON_ID = oMode.Replace("PM.IDB_APP_SERV_CONID!", "")
|
|
||||||
' Dim oConString = ClassDatabase.Get_ConnectionString(CON_ID)
|
|
||||||
' CONNECTION_STRING_IDB_APP_SERVER = oConString
|
|
||||||
' If ClassDatabase.Init(CONNECTION_STRING_IDB_APP_SERVER) = True Then
|
|
||||||
' LOGGER.Info($"Got an IDB APP-Server-Connection [{CON_ID}]!")
|
|
||||||
' End If
|
|
||||||
ElseIf oMode = "PM.MONITORING" Then
|
ElseIf oMode = "PM.MONITORING" Then
|
||||||
MONITORING_ACTIVE = True
|
MONITORING_ACTIVE = True
|
||||||
LOGGER.Debug($"SHOW_MASS_VALIDATOR [{SHOW_MASS_VALIDATOR}]")
|
LOGGER.Debug($"MONITORING_ACTIVE [{MONITORING_ACTIVE}]")
|
||||||
ElseIf oMode = "PM.GHOSTMODE" Then
|
ElseIf oMode = "PM.GHOSTMODE" Then
|
||||||
GHOSTMODE_ACTIVE = True
|
GHOSTMODE_ACTIVE = True
|
||||||
LOGGER.Debug($"GHOSTMODE_ACTIVE [{GHOSTMODE_ACTIVE}]")
|
LOGGER.Info($"GHOSTMODE_ACTIVE [{GHOSTMODE_ACTIVE}]")
|
||||||
ElseIf oMode.StartsWith("PM.COLORSCHEME") Then
|
ElseIf oMode.StartsWith("PM.COLORSCHEME") Then
|
||||||
Dim oColorScheme = oMode.Replace("PM.COLORSCHEME=", "")
|
Dim oColorScheme = oMode.Replace("PM.COLORSCHEME=", "")
|
||||||
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
|
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
|
||||||
@@ -122,6 +121,14 @@ Public Class ClassParamRefresh
|
|||||||
ElseIf oMode = "PM.NO_POPUP" Then
|
ElseIf oMode = "PM.NO_POPUP" Then
|
||||||
POPUP_REMINDER_ACTIVE = False
|
POPUP_REMINDER_ACTIVE = False
|
||||||
LOGGER.Debug($"POPUP_REMINDER_ACTIVE [{POPUP_REMINDER_ACTIVE}]")
|
LOGGER.Debug($"POPUP_REMINDER_ACTIVE [{POPUP_REMINDER_ACTIVE}]")
|
||||||
|
ElseIf oMode.StartsWith("PM.POPUP_TIMELAPS_OVERRIDE") Then
|
||||||
|
Dim oTimeLapse = oMode.Replace("PM.POPUP_TIMELAPS_OVERRIDE=", "")
|
||||||
|
LOGGER.Info($"CENTRAL POPUP_TIMELAPS_OVERRIDE [{oTimeLapse}]")
|
||||||
|
Try
|
||||||
|
CONFIG.Config.ReminderTimer = oTimeLapse
|
||||||
|
Catch ex As Exception
|
||||||
|
End Try
|
||||||
|
|
||||||
ElseIf oMode.StartsWith("PM.CONV_IDENTIFICATION") Then
|
ElseIf oMode.StartsWith("PM.CONV_IDENTIFICATION") Then
|
||||||
Dim oIdent = oMode.Replace("PM.CONV_IDENTIFICATION=", "")
|
Dim oIdent = oMode.Replace("PM.CONV_IDENTIFICATION=", "")
|
||||||
CONV_IDENTIFICATION = oIdent
|
CONV_IDENTIFICATION = oIdent
|
||||||
@@ -151,6 +158,24 @@ Public Class ClassParamRefresh
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LAST_ADDED_COLUMN = ""
|
LAST_ADDED_COLUMN = ""
|
||||||
|
|
||||||
|
End Try
|
||||||
|
ElseIf oMode.StartsWith("PM.MON_COL_CHANGED_WHEN") Then
|
||||||
|
Dim oLEDITEDCOL = oMode.Replace("PM.MON_COL_CHANGED_WHEN=", "")
|
||||||
|
Try
|
||||||
|
MON_EDITED_COLUMN = oLEDITEDCOL
|
||||||
|
LOGGER.Debug($"MON_EDITED_COLUMN: {oLEDITEDCOL}")
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
|
||||||
|
End Try
|
||||||
|
ElseIf oMode.StartsWith("PM.MON_COL_ADDED_WHEN") Then
|
||||||
|
Dim oLEDITEDCOL = oMode.Replace("PM.MON_COL_ADDED_WHEN=", "")
|
||||||
|
Try
|
||||||
|
MON_ADDED_COLUMN = oLEDITEDCOL
|
||||||
|
LOGGER.Debug($"MON_COL_ADDED_WHEN: {oLEDITEDCOL}")
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
|
||||||
End Try
|
End Try
|
||||||
ElseIf oMode.StartsWith("PM.USE_APPSERVER") Then
|
ElseIf oMode.StartsWith("PM.USE_APPSERVER") Then
|
||||||
Dim oUSE_APPSERVER = oMode.Replace("PM.USE_APPSERVER=", "")
|
Dim oUSE_APPSERVER = oMode.Replace("PM.USE_APPSERVER=", "")
|
||||||
@@ -217,10 +242,14 @@ Public Class ClassParamRefresh
|
|||||||
ElseIf oMode.StartsWith("PM.ButtonExport2FolderCaption") Then
|
ElseIf oMode.StartsWith("PM.ButtonExport2FolderCaption") Then
|
||||||
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2FolderCaption=", "")
|
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2FolderCaption=", "")
|
||||||
ButtonExport2Folder_Caption = oAfterReplace
|
ButtonExport2Folder_Caption = oAfterReplace
|
||||||
|
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_Mode") Then
|
||||||
|
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_Mode=", "")
|
||||||
|
ButtonExport2Folder_Mode = oAfterReplace
|
||||||
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_RootFolder") Then
|
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_RootFolder") Then
|
||||||
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_RootFolder=", "")
|
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_RootFolder=", "")
|
||||||
ButtonExport2Folder_RootFolder = oAfterReplace
|
ButtonExport2Folder_RootFolder = oAfterReplace
|
||||||
|
ElseIf oMode = "MAINFORM_ALLOW_LOGFILES" Then
|
||||||
|
MAINFORM_CREATE_LOG_FILES = True
|
||||||
Else
|
Else
|
||||||
LOGGER.Info($"Wrong oMode: {oMode}")
|
LOGGER.Info($"Wrong oMode: {oMode}")
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -16,26 +16,34 @@ Public Class ClassSQLEditor
|
|||||||
|
|
||||||
Dim oValueObject = DirectCast(value, SQLValue)
|
Dim oValueObject = DirectCast(value, SQLValue)
|
||||||
Dim oSQLString As String = oValueObject.Value
|
Dim oSQLString As String = oValueObject.Value
|
||||||
Dim oSQLConnection As Integer = oValueObject.ConnectionId
|
'Dim oSQLConnection As Integer = oValueObject.ConnectionId
|
||||||
|
|
||||||
If oService IsNot Nothing AndAlso oSQLString IsNot Nothing Then
|
If oService IsNot Nothing AndAlso oSQLString IsNot Nothing Then
|
||||||
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
||||||
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
||||||
oForm.SQLCommand = oSQLString
|
oForm.SQLCommand = oSQLString
|
||||||
oForm.SQLConnection = oSQLConnection
|
oForm.SQLConnection = 0 'oSQLConnection
|
||||||
|
|
||||||
oForm.PlaceholdersManualPrefix = "CTRL"
|
oForm.PlaceholdersManualPrefix = "CTRL"
|
||||||
oForm.PlaceholdersManualTitle = "Controls"
|
oForm.PlaceholdersManualTitle = "Controls"
|
||||||
oForm.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.
|
oForm.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.
|
||||||
ToDictionary(Function(name) name, Function(name) name)
|
ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
|
||||||
|
If IDB_ACTIVE = False Then
|
||||||
|
oForm.ATTRIBUTE_STORE = "WM"
|
||||||
|
oForm.PlaceholdersWindream = MVSource_AllIndicies
|
||||||
|
Else
|
||||||
|
oForm.ATTRIBUTE_STORE = "IDB"
|
||||||
|
End If
|
||||||
If oService.ShowDialog(oForm) = DialogResult.OK Then
|
If oService.ShowDialog(oForm) = DialogResult.OK Then
|
||||||
Dim sql As New SQLValue(oForm.SQLCommand, oForm.SQLConnection)
|
Dim sql As New SQLValue(oForm.SQLCommand) ', oForm.SQLConnection
|
||||||
' CURRENT_CONN_ID_FINAL_INDEX = oForm.SQLConnection
|
' CURRENT_CONN_ID_FINAL_INDEX = oForm.SQLConnection
|
||||||
' CURRENT_CONN_ID = oForm.SQLConnection
|
' CURRENT_CONN_ID = oForm.SQLConnection
|
||||||
value = sql
|
value = sql
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Using
|
End Using
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return value
|
Return value
|
||||||
|
|||||||
@@ -7,18 +7,18 @@ Imports System.Drawing.Design
|
|||||||
<TypeConverter(GetType(SQLTypeConverter))>
|
<TypeConverter(GetType(SQLTypeConverter))>
|
||||||
Public Class SQLValue
|
Public Class SQLValue
|
||||||
Public Property Value As String
|
Public Property Value As String
|
||||||
Public Property ConnectionId As Integer
|
'Public Property ConnectionId As Integer
|
||||||
|
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
Value = ""
|
Value = ""
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub New(value As String)
|
'Public Sub New(value As String)
|
||||||
Me.Value = value
|
' Me.Value = value
|
||||||
End Sub
|
'End Sub
|
||||||
|
|
||||||
Public Sub New(pValue As String, pConnectionId As Integer)
|
Public Sub New(pValue As String) ', pConnectionId As Integer)
|
||||||
Value = pValue
|
Value = pValue
|
||||||
ConnectionId = pConnectionId
|
' ConnectionId = pConnectionId
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
@@ -12,6 +12,9 @@ Imports System.ComponentModel
|
|||||||
Imports DevExpress.XtraEditors.Controls
|
Imports DevExpress.XtraEditors.Controls
|
||||||
Imports DevExpress.XtraGrid.Views.Base
|
Imports DevExpress.XtraGrid.Views.Base
|
||||||
Imports System.Text.RegularExpressions
|
Imports System.Text.RegularExpressions
|
||||||
|
Imports System.Globalization
|
||||||
|
Imports DevExpress.Xpo.Helpers.AssociatedCollectionCriteriaHelper
|
||||||
|
Imports DevExpress.XtraEditors.Mask
|
||||||
|
|
||||||
Namespace ControlCreator
|
Namespace ControlCreator
|
||||||
Public Class GridControl
|
Public Class GridControl
|
||||||
@@ -69,15 +72,15 @@ Namespace ControlCreator
|
|||||||
Try
|
Try
|
||||||
Dim oComboboxDataTable As DataTable = Nothing
|
Dim oComboboxDataTable As DataTable = Nothing
|
||||||
Dim oColumnName As String = oRow.Item("SPALTENNAME")
|
Dim oColumnName As String = oRow.Item("SPALTENNAME")
|
||||||
_LOGGER.Debug("Working on SQL for Column[{0}]...", oColumnName)
|
_Logger.Debug("Working on SQL for Column[{0}]...", oColumnName)
|
||||||
If Not clsPatterns.HasComplexPatterns(oSqlCommand) Then
|
If Not clsPatterns.HasComplexPatterns(oSqlCommand) Then
|
||||||
_LOGGER.Debug("SQL has no complex patterns!")
|
_Logger.Debug("SQL has no complex patterns!")
|
||||||
'oComboboxDataTable = ClassDatabase.Return_Datatable_ConId(oSqlCommand, oConnectionId)
|
'oComboboxDataTable = ClassDatabase.Return_Datatable_ConId(oSqlCommand, oConnectionId)
|
||||||
oComboboxDataTable = DatabaseFallback.GetDatatable(New GetDatatableOptions(oSqlCommand, DatabaseType.ECM) With {
|
oComboboxDataTable = DatabaseFallback.GetDatatable(New GetDatatableOptions(oSqlCommand, DatabaseType.ECM) With {
|
||||||
.ConnectionId = oConnectionId
|
.ConnectionId = oConnectionId
|
||||||
})
|
})
|
||||||
Else
|
Else
|
||||||
_LOGGER.Debug("...has complex patterns!!")
|
_Logger.Debug("...has complex patterns!!")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oRepositoryItem = GridTables_GetRepositoryItemForColumn(oColumnName, oComboboxDataTable, oRow.Item("ADVANCED_LOOKUP"))
|
Dim oRepositoryItem = GridTables_GetRepositoryItemForColumn(oColumnName, oComboboxDataTable, oRow.Item("ADVANCED_LOOKUP"))
|
||||||
@@ -88,8 +91,8 @@ Namespace ControlCreator
|
|||||||
_GridTables.Item(pControlId).Add(oColumnName, oRepositoryItem)
|
_GridTables.Item(pControlId).Add(oColumnName, oRepositoryItem)
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_LOGGER.Warn("Could not load data for column {0} in control {1}", oRow.Item("SPALTENNAME"), pControlName)
|
_Logger.Warn("Could not load data for column {0} in control {1}", oRow.Item("SPALTENNAME"), pControlName)
|
||||||
_LOGGER.Error(ex)
|
_Logger.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
@@ -142,9 +145,11 @@ Namespace ControlCreator
|
|||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Sub ConfigureViewColumns(pColumnTable As DataTable, pGridView As GridView)
|
Public Sub ConfigureViewColumns(pColumnTable As DataTable, pGridView As GridView, pGrid As DevExpress.XtraGrid.GridControl)
|
||||||
Dim oShouldDisplayFooter As Boolean = False
|
Dim oShouldDisplayFooter As Boolean = False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For Each oCol As GridColumn In pGridView.Columns
|
For Each oCol As GridColumn In pGridView.Columns
|
||||||
Dim oColumnData As DataRow = pColumnTable.
|
Dim oColumnData As DataRow = pColumnTable.
|
||||||
Select($"SPALTENNAME = '{oCol.FieldName}'").
|
Select($"SPALTENNAME = '{oCol.FieldName}'").
|
||||||
@@ -216,11 +221,42 @@ Namespace ControlCreator
|
|||||||
|
|
||||||
pGridView.OptionsView.ShowFooter = oShouldDisplayFooter
|
pGridView.OptionsView.ShowFooter = oShouldDisplayFooter
|
||||||
End Sub
|
End Sub
|
||||||
|
Public Sub ConfigureViewColumnsCurrency(pColumnTable As DataTable, pGridView As GridView, pGrid As DevExpress.XtraGrid.GridControl, pCurrency As String)
|
||||||
|
|
||||||
|
Dim oCultureInfo As CultureInfo = New CultureInfo("de-DE")
|
||||||
|
oCultureInfo.NumberFormat.CurrencySymbol = pCurrency
|
||||||
|
Dim riTextEdit As RepositoryItemTextEdit = New RepositoryItemTextEdit()
|
||||||
|
riTextEdit.MaskSettings.Configure(Of MaskSettings.Numeric)(Sub(settings)
|
||||||
|
settings.MaskExpression = "c"
|
||||||
|
settings.Culture = oCultureInfo
|
||||||
|
End Sub)
|
||||||
|
riTextEdit.UseMaskAsDisplayFormat = True 'Optional
|
||||||
|
pGrid.RepositoryItems.Add(riTextEdit)
|
||||||
|
|
||||||
|
|
||||||
|
For Each oCol As GridColumn In pGridView.Columns
|
||||||
|
Dim oColumnData As DataRow = pColumnTable.
|
||||||
|
Select($"SPALTENNAME = '{oCol.FieldName}'").
|
||||||
|
FirstOrDefault()
|
||||||
|
|
||||||
|
If oColumnData Is Nothing Then
|
||||||
|
Continue For
|
||||||
|
End If
|
||||||
|
|
||||||
|
Dim oColumnType As String = oColumnData.Item("TYPE_COLUMN")
|
||||||
|
|
||||||
|
Select Case oColumnType
|
||||||
|
Case "CURRENCY"
|
||||||
|
oCol.DisplayFormat.FormatType = FormatType.Custom
|
||||||
|
oCol.ColumnEdit = riTextEdit
|
||||||
|
End Select
|
||||||
|
|
||||||
|
Next
|
||||||
|
End Sub
|
||||||
Public Sub ConfigureViewEvents(pColumnTable As DataTable, pGridView As GridView, pControl As Windows.Forms.Control, pControlId As Integer)
|
Public Sub ConfigureViewEvents(pColumnTable As DataTable, pGridView As GridView, pControl As Windows.Forms.Control, pControlId As Integer)
|
||||||
AddHandler pGridView.InitNewRow, Sub(sender As Object, e As InitNewRowEventArgs)
|
AddHandler pGridView.InitNewRow, Sub(sender As Object, e As InitNewRowEventArgs)
|
||||||
Try
|
Try
|
||||||
_LOGGER.Debug("Initialzing new row")
|
_Logger.Debug("Initialzing new row")
|
||||||
|
|
||||||
For Each oColumnData As DataRow In pColumnTable.Rows
|
For Each oColumnData As DataRow In pColumnTable.Rows
|
||||||
For Each oGridColumn As GridColumn In pGridView.Columns
|
For Each oGridColumn As GridColumn In pGridView.Columns
|
||||||
@@ -231,14 +267,14 @@ Namespace ControlCreator
|
|||||||
Dim oDefaultValue = ObjectEx.NotNull(oColumnData.Item("DEFAULT_VALUE"), String.Empty)
|
Dim oDefaultValue = ObjectEx.NotNull(oColumnData.Item("DEFAULT_VALUE"), String.Empty)
|
||||||
|
|
||||||
If oDefaultValue <> String.Empty Then
|
If oDefaultValue <> String.Empty Then
|
||||||
_LOGGER.Debug("Setting default value [{0}] for column [{1}]", oDefaultValue, oGridColumn.FieldName)
|
_Logger.Debug("Setting default value [{0}] for column [{1}]", oDefaultValue, oGridColumn.FieldName)
|
||||||
pGridView.SetRowCellValue(e.RowHandle, oGridColumn.FieldName, oDefaultValue)
|
pGridView.SetRowCellValue(e.RowHandle, oGridColumn.FieldName, oDefaultValue)
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Next
|
Next
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_LOGGER.Error(ex)
|
_Logger.Error(ex)
|
||||||
Finally
|
Finally
|
||||||
newRowModified = False
|
newRowModified = False
|
||||||
End Try
|
End Try
|
||||||
@@ -255,22 +291,22 @@ Namespace ControlCreator
|
|||||||
|
|
||||||
If oEditorExists Then
|
If oEditorExists Then
|
||||||
Dim oEditor = _GridTables.Item(pControlId).Item(oColumnName)
|
Dim oEditor = _GridTables.Item(pControlId).Item(oColumnName)
|
||||||
_LOGGER.Debug("Assigning Editor to Column [{0}]", oColumnName)
|
_Logger.Debug("Assigning Editor to Column [{0}]", oColumnName)
|
||||||
e.RepositoryItem = oEditor
|
e.RepositoryItem = oEditor
|
||||||
Else
|
Else
|
||||||
_LOGGER.Debug("Editor for Column [{0}] does not exist", oColumnName)
|
_Logger.Debug("Editor for Column [{0}] does not exist", oColumnName)
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_LOGGER.Warn("Error in CustomRowCellEdit for [{0}]", e.CellValue)
|
_Logger.Warn("Error in CustomRowCellEdit for [{0}]", e.CellValue)
|
||||||
_LOGGER.Error(ex)
|
_Logger.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
AddHandler pGridView.ValidatingEditor, Sub(sender As Object, e As BaseContainerValidateEditorEventArgs)
|
AddHandler pGridView.ValidatingEditor, Sub(sender As Object, e As BaseContainerValidateEditorEventArgs)
|
||||||
Dim oRow As DataRowView = pGridView.GetRow(pGridView.FocusedRowHandle)
|
Dim oRow As DataRowView = pGridView.GetRow(pGridView.FocusedRowHandle)
|
||||||
Dim oColumnName = pGridView.FocusedColumn.FieldName
|
Dim oColumnName = pGridView.FocusedColumn.FieldName
|
||||||
_LOGGER.Debug("Validating Editor for Column [{0}]", oColumnName)
|
_Logger.Debug("Validating Editor for Column [{0}]", oColumnName)
|
||||||
GridTables_ValidateColumn(pGridView, pColumnTable, oColumnName, e.Value, e.Valid, e.ErrorText)
|
GridTables_ValidateColumn(pGridView, pColumnTable, oColumnName, e.Value, e.Valid, e.ErrorText)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -278,6 +314,7 @@ Namespace ControlCreator
|
|||||||
|
|
||||||
AddHandler pGridView.InvalidRowException, AddressOf View_InvalidRowException
|
AddHandler pGridView.InvalidRowException, AddressOf View_InvalidRowException
|
||||||
AddHandler pGridView.ValidatingEditor, AddressOf View_ValidatingEditor
|
AddHandler pGridView.ValidatingEditor, AddressOf View_ValidatingEditor
|
||||||
|
' AddHandler pGridView.CustomColumnDisplayText, AddressOf View_CustomColumnDisplayText
|
||||||
|
|
||||||
' These handlers are all used for the custom DefaultValue functionality, additionally some code in the 'InitNewRow' event.
|
' These handlers are all used for the custom DefaultValue functionality, additionally some code in the 'InitNewRow' event.
|
||||||
' https://supportcenter.devexpress.com/ticket/details/t1035580/how-to-default-a-value-in-a-column-when-add-new-row-in-data-grid
|
' https://supportcenter.devexpress.com/ticket/details/t1035580/how-to-default-a-value-in-a-column-when-add-new-row-in-data-grid
|
||||||
@@ -286,7 +323,16 @@ Namespace ControlCreator
|
|||||||
AddHandler pGridView.ValidateRow, AddressOf View_ValidateRow
|
AddHandler pGridView.ValidateRow, AddressOf View_ValidateRow
|
||||||
AddHandler pControl.LostFocus, AddressOf Control_LostFocus
|
AddHandler pControl.LostFocus, AddressOf Control_LostFocus
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub View_CustomColumnDisplayText(ByVal eSender As Object, ByVal e As CustomColumnDisplayTextEventArgs)
|
||||||
|
If IsNothing(e.Value) Then
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
|
Dim view As GridView = eSender
|
||||||
|
'Dim view As GridView = TryCast(GridView1, GridView)
|
||||||
|
If e.Column.FieldName = "SpalteCurrency" Then
|
||||||
|
' e.DisplayText = e.Value.ToString().Replace("€", "CHF")
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
Private Sub View_PopupMenuShowing(sender As Object, e As PopupMenuShowingEventArgs)
|
Private Sub View_PopupMenuShowing(sender As Object, e As PopupMenuShowingEventArgs)
|
||||||
Dim view As GridView = TryCast(sender, GridView)
|
Dim view As GridView = TryCast(sender, GridView)
|
||||||
Dim oFocusedColumn As GridColumn = view.FocusedColumn
|
Dim oFocusedColumn As GridColumn = view.FocusedColumn
|
||||||
@@ -338,9 +384,9 @@ Namespace ControlCreator
|
|||||||
|
|
||||||
Private Sub View_ShowingEditor(sender As Object, e As CancelEventArgs)
|
Private Sub View_ShowingEditor(sender As Object, e As CancelEventArgs)
|
||||||
Dim view As GridView = TryCast(sender, GridView)
|
Dim view As GridView = TryCast(sender, GridView)
|
||||||
_LOGGER.Debug("Showing editor.")
|
_Logger.Debug("Showing editor.")
|
||||||
If view.IsNewItemRow(view.FocusedRowHandle) AndAlso Not newRowModified Then
|
If view.IsNewItemRow(view.FocusedRowHandle) AndAlso Not newRowModified Then
|
||||||
_LOGGER.Debug("Adding new row.")
|
_Logger.Debug("Adding new row.")
|
||||||
view.AddNewRow()
|
view.AddNewRow()
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
@@ -348,9 +394,9 @@ Namespace ControlCreator
|
|||||||
Private Sub View_ShownEditor(sender As Object, e As EventArgs)
|
Private Sub View_ShownEditor(sender As Object, e As EventArgs)
|
||||||
Dim view As GridView = TryCast(sender, GridView)
|
Dim view As GridView = TryCast(sender, GridView)
|
||||||
If view.IsNewItemRow(view.FocusedRowHandle) Then
|
If view.IsNewItemRow(view.FocusedRowHandle) Then
|
||||||
_LOGGER.Debug("Attaching Modified Handler.")
|
_Logger.Debug("Attaching Modified Handler.")
|
||||||
AddHandler view.ActiveEditor.Modified, Sub()
|
AddHandler view.ActiveEditor.Modified, Sub()
|
||||||
_LOGGER.Debug("Row was modified.")
|
_Logger.Debug("Row was modified.")
|
||||||
newRowModified = True
|
newRowModified = True
|
||||||
End Sub
|
End Sub
|
||||||
End If
|
End If
|
||||||
@@ -359,11 +405,11 @@ Namespace ControlCreator
|
|||||||
Private Sub View_ValidateRow(sender As Object, e As ValidateRowEventArgs)
|
Private Sub View_ValidateRow(sender As Object, e As ValidateRowEventArgs)
|
||||||
Dim view As GridView = TryCast(sender, GridView)
|
Dim view As GridView = TryCast(sender, GridView)
|
||||||
If view.IsNewItemRow(e.RowHandle) AndAlso Not newRowModified Then
|
If view.IsNewItemRow(e.RowHandle) AndAlso Not newRowModified Then
|
||||||
_LOGGER.Debug("Deleting unused row")
|
_Logger.Debug("Deleting unused row")
|
||||||
view.DeleteRow(e.RowHandle)
|
view.DeleteRow(e.RowHandle)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
_LOGGER.Debug("Validating row. Resetting Modified.")
|
_Logger.Debug("Validating row. Resetting Modified.")
|
||||||
newRowModified = False
|
newRowModified = False
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -419,7 +465,7 @@ Namespace ControlCreator
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_LOGGER.Error(ex)
|
_Logger.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
If oIsRequired And (pValue IsNot Nothing AndAlso pValue.ToString = "") Then
|
If oIsRequired And (pValue IsNot Nothing AndAlso pValue.ToString = "") Then
|
||||||
|
|||||||
65
app/TaskFlow/DD_DMSLiteDataSet.Designer.vb
generated
65
app/TaskFlow/DD_DMSLiteDataSet.Designer.vb
generated
@@ -24188,7 +24188,9 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
"ORK_HISTORY_ENTRIES] = @Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES) AND ([ANNOTA"& _
|
"ORK_HISTORY_ENTRIES] = @Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES) AND ([ANNOTA"& _
|
||||||
"TE_WORK_HISTORY_ENTRY] = @Original_ANNOTATE_WORK_HISTORY_ENTRY) AND ((@IsNull_WO"& _
|
"TE_WORK_HISTORY_ENTRY] = @Original_ANNOTATE_WORK_HISTORY_ENTRY) AND ((@IsNull_WO"& _
|
||||||
"RK_HISTORY_ENTRY = 1 AND [WORK_HISTORY_ENTRY] IS NULL) OR ([WORK_HISTORY_ENTRY] "& _
|
"RK_HISTORY_ENTRY = 1 AND [WORK_HISTORY_ENTRY] IS NULL) OR ([WORK_HISTORY_ENTRY] "& _
|
||||||
"= @Original_WORK_HISTORY_ENTRY)) AND ([DISPLAY_MODE] = @Original_DISPLAY_MODE))"
|
"= @Original_WORK_HISTORY_ENTRY)) AND ([DISPLAY_MODE] = @Original_DISPLAY_MODE) A"& _
|
||||||
|
"ND ([SHOW_DOCUMENT] = @Original_SHOW_DOCUMENT) AND ([TARGET_PATH_BLIND_FILE] = @"& _
|
||||||
|
"Original_TARGET_PATH_BLIND_FILE))"
|
||||||
Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text
|
Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
@@ -24208,7 +24210,7 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FINAL_TEXT", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FINAL_TEXT", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FINAL_TEXT", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FINAL_TEXT", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MOVE2FOLDER", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MOVE2FOLDER", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MOVE2FOLDER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MOVE2FOLDER", Global.System.Data.SqlDbType.NVarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TYPE", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TYPE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TYPE", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TYPE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_WD_OBJECTTYPE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_OBJECTTYPE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_WD_OBJECTTYPE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_OBJECTTYPE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SORT_BY_LATEST", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SORT_BY_LATEST", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SORT_BY_LATEST", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SORT_BY_LATEST", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
@@ -24219,6 +24221,8 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_WORK_HISTORY_ENTRY", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WORK_HISTORY_ENTRY", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_WORK_HISTORY_ENTRY", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WORK_HISTORY_ENTRY", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_WORK_HISTORY_ENTRY", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WORK_HISTORY_ENTRY", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_WORK_HISTORY_ENTRY", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "WORK_HISTORY_ENTRY", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DISPLAY_MODE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DISPLAY_MODE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DISPLAY_MODE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DISPLAY_MODE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SHOW_DOCUMENT", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SHOW_DOCUMENT", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
|
Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TARGET_PATH_BLIND_FILE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TARGET_PATH_BLIND_FILE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||||
Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand()
|
Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||||
Me._adapter.InsertCommand.Connection = Me.Connection
|
Me._adapter.InsertCommand.Connection = Me.Connection
|
||||||
Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, TITLE, PRIORITY, DESCRI"& _
|
Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, TITLE, PRIORITY, DESCRI"& _
|
||||||
@@ -24232,12 +24236,12 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
"PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR"& _
|
"PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR"& _
|
||||||
"_INDEX,@LOG_INDEX,@SQL_VIEW,@ANNOTATE_ALL_WORK_HISTORY_ENTRIES,@ANNOTATE_WORK_HI"& _
|
"_INDEX,@LOG_INDEX,@SQL_VIEW,@ANNOTATE_ALL_WORK_HISTORY_ENTRIES,@ANNOTATE_WORK_HI"& _
|
||||||
"STORY_ENTRY,@WORK_HISTORY_ENTRY,@DISPLAY_MODE,@SQL_BTN_FINISH,@SHOW_DOCUMENT,@TA"& _
|
"STORY_ENTRY,@WORK_HISTORY_ENTRY,@DISPLAY_MODE,@SQL_BTN_FINISH,@SHOW_DOCUMENT,@TA"& _
|
||||||
"RGET_PATH_BLIND_FILE); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIV"& _
|
"RGET_PATH_BLIND_FILE); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACT"& _
|
||||||
"E, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN,"& _
|
"IVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHE"& _
|
||||||
" FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM"& _
|
"N, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, "& _
|
||||||
"_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_"& _
|
"PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTAT"& _
|
||||||
"WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_P"& _
|
"E_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM"& _
|
||||||
"ROFILE WHERE (GUID = SCOPE_IDENTITY()) ORDER BY NAME"
|
"_PROFILE WHERE (GUID = SCOPE_IDENTITY()) ORDER BY NAME"
|
||||||
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
|
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
|
||||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||||
@@ -24281,12 +24285,12 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
"ORK_HISTORY_ENTRY = @WORK_HISTORY_ENTRY, DISPLAY_MODE = @DISPLAY_MODE, SQL_BTN_F"& _
|
"ORK_HISTORY_ENTRY = @WORK_HISTORY_ENTRY, DISPLAY_MODE = @DISPLAY_MODE, SQL_BTN_F"& _
|
||||||
"INISH = @SQL_BTN_FINISH, SHOW_DOCUMENT = @SHOW_DOCUMENT, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
"INISH = @SQL_BTN_FINISH, SHOW_DOCUMENT = @SHOW_DOCUMENT, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
||||||
" TARGET_PATH_BLIND_FILE = @TARGET_PATH_BLIND_FILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Orig"& _
|
" TARGET_PATH_BLIND_FILE = @TARGET_PATH_BLIND_FILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Orig"& _
|
||||||
"inal_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEAR"& _
|
"inal_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SE"& _
|
||||||
"CH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PRO"& _
|
"ARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_P"& _
|
||||||
"FILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_IN"& _
|
"ROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_"& _
|
||||||
"DEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTO"& _
|
"INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HIS"& _
|
||||||
"RY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE WHE"& _
|
"TORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE W"& _
|
||||||
"RE (GUID = @GUID) ORDER BY NAME"
|
"HERE (GUID = @GUID) ORDER BY NAME"
|
||||||
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
|
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
|
||||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||||
@@ -24332,13 +24336,12 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {}
|
Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {}
|
||||||
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
|
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
|
||||||
Me._commandCollection(0).Connection = Me.Connection
|
Me._commandCollection(0).Connection = Me.Connection
|
||||||
Me._commandCollection(0).CommandText = "SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_"& _
|
Me._commandCollection(0).CommandText = "SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMEN"& _
|
||||||
"DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINA"& _
|
"TS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT,"& _
|
||||||
"L_TEXT, MOVE2FOLDER, TYPE, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WD_OBJECTTYPE, SORT_BY_LAT"& _
|
" MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, S"& _
|
||||||
"EST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, AN"& _
|
"QL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HI"& _
|
||||||
"NOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
"STORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE"& _
|
||||||
" SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM T"& _
|
" FROM TBPM_PROFILE ORDER BY NAME"
|
||||||
"BPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY NAME"
|
|
||||||
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -24407,7 +24410,7 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
ByVal Original_ACTIVE As Boolean, _
|
ByVal Original_ACTIVE As Boolean, _
|
||||||
ByVal Original_NO_OF_DOCUMENTS As Integer, _
|
ByVal Original_NO_OF_DOCUMENTS As Integer, _
|
||||||
ByVal Original_ADDED_WHO As String, _
|
ByVal Original_ADDED_WHO As String, _
|
||||||
ByVal Original_ADDED_WHEN As Global.System.Nullable(Of Date), _
|
ByVal Original_ADDED_WHEN As Date, _
|
||||||
ByVal Original_CHANGED_WHO As String, _
|
ByVal Original_CHANGED_WHO As String, _
|
||||||
ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date), _
|
ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date), _
|
||||||
ByVal Original_FINAL_PROFILE As Boolean, _
|
ByVal Original_FINAL_PROFILE As Boolean, _
|
||||||
@@ -24421,7 +24424,9 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
ByVal Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES As Boolean, _
|
ByVal Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES As Boolean, _
|
||||||
ByVal Original_ANNOTATE_WORK_HISTORY_ENTRY As Boolean, _
|
ByVal Original_ANNOTATE_WORK_HISTORY_ENTRY As Boolean, _
|
||||||
ByVal Original_WORK_HISTORY_ENTRY As String, _
|
ByVal Original_WORK_HISTORY_ENTRY As String, _
|
||||||
ByVal Original_DISPLAY_MODE As String) As Integer
|
ByVal Original_DISPLAY_MODE As String, _
|
||||||
|
ByVal Original_SHOW_DOCUMENT As Boolean, _
|
||||||
|
ByVal Original_TARGET_PATH_BLIND_FILE As String) As Integer
|
||||||
Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer)
|
Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer)
|
||||||
If (Original_NAME Is Nothing) Then
|
If (Original_NAME Is Nothing) Then
|
||||||
Throw New Global.System.ArgumentNullException("Original_NAME")
|
Throw New Global.System.ArgumentNullException("Original_NAME")
|
||||||
@@ -24444,15 +24449,11 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_ACTIVE,Boolean)
|
Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_ACTIVE,Boolean)
|
||||||
Me.Adapter.DeleteCommand.Parameters(7).Value = CType(Original_NO_OF_DOCUMENTS,Integer)
|
Me.Adapter.DeleteCommand.Parameters(7).Value = CType(Original_NO_OF_DOCUMENTS,Integer)
|
||||||
If (Original_ADDED_WHO Is Nothing) Then
|
If (Original_ADDED_WHO Is Nothing) Then
|
||||||
Me.Adapter.DeleteCommand.Parameters(8).Value = Global.System.DBNull.Value
|
Throw New Global.System.ArgumentNullException("Original_ADDED_WHO")
|
||||||
Else
|
Else
|
||||||
Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_ADDED_WHO,String)
|
Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_ADDED_WHO,String)
|
||||||
End If
|
End If
|
||||||
If (Original_ADDED_WHEN.HasValue = true) Then
|
Me.Adapter.DeleteCommand.Parameters(9).Value = CType(Original_ADDED_WHEN,Date)
|
||||||
Me.Adapter.DeleteCommand.Parameters(9).Value = CType(Original_ADDED_WHEN.Value,Date)
|
|
||||||
Else
|
|
||||||
Me.Adapter.DeleteCommand.Parameters(9).Value = Global.System.DBNull.Value
|
|
||||||
End If
|
|
||||||
If (Original_CHANGED_WHO Is Nothing) Then
|
If (Original_CHANGED_WHO Is Nothing) Then
|
||||||
Me.Adapter.DeleteCommand.Parameters(10).Value = CType(1,Object)
|
Me.Adapter.DeleteCommand.Parameters(10).Value = CType(1,Object)
|
||||||
Me.Adapter.DeleteCommand.Parameters(11).Value = Global.System.DBNull.Value
|
Me.Adapter.DeleteCommand.Parameters(11).Value = Global.System.DBNull.Value
|
||||||
@@ -24513,6 +24514,12 @@ Namespace DD_DMSLiteDataSetTableAdapters
|
|||||||
Else
|
Else
|
||||||
Me.Adapter.DeleteCommand.Parameters(28).Value = CType(Original_DISPLAY_MODE,String)
|
Me.Adapter.DeleteCommand.Parameters(28).Value = CType(Original_DISPLAY_MODE,String)
|
||||||
End If
|
End If
|
||||||
|
Me.Adapter.DeleteCommand.Parameters(29).Value = CType(Original_SHOW_DOCUMENT,Boolean)
|
||||||
|
If (Original_TARGET_PATH_BLIND_FILE Is Nothing) Then
|
||||||
|
Throw New Global.System.ArgumentNullException("Original_TARGET_PATH_BLIND_FILE")
|
||||||
|
Else
|
||||||
|
Me.Adapter.DeleteCommand.Parameters(30).Value = CType(Original_TARGET_PATH_BLIND_FILE,String)
|
||||||
|
End If
|
||||||
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State
|
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State
|
||||||
If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
|
If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
|
||||||
<> Global.System.Data.ConnectionState.Open) Then
|
<> Global.System.Data.ConnectionState.Open) Then
|
||||||
|
|||||||
@@ -1808,7 +1808,7 @@ ORDER BY Netto DESC</CommandText>
|
|||||||
<DbSource ConnectionRef="ConnectionString (MySettings)" DbObjectName="DD_ECM.dbo.TBPM_PROFILE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
<DbSource ConnectionRef="ConnectionString (MySettings)" DbObjectName="DD_ECM.dbo.TBPM_PROFILE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||||
<DeleteCommand>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
<CommandText>DELETE FROM [TBPM_PROFILE] WHERE (([GUID] = @Original_GUID) AND ([NAME] = @Original_NAME) AND ([TITLE] = @Original_TITLE) AND ([PRIORITY] = @Original_PRIORITY) AND ((@IsNull_DESCRIPTION = 1 AND [DESCRIPTION] IS NULL) OR ([DESCRIPTION] = @Original_DESCRIPTION)) AND ([ACTIVE] = @Original_ACTIVE) AND ([NO_OF_DOCUMENTS] = @Original_NO_OF_DOCUMENTS) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)) AND ([FINAL_PROFILE] = @Original_FINAL_PROFILE) AND ((@IsNull_FINAL_TEXT = 1 AND [FINAL_TEXT] IS NULL) OR ([FINAL_TEXT] = @Original_FINAL_TEXT)) AND ((@IsNull_MOVE2FOLDER = 1 AND [MOVE2FOLDER] IS NULL) OR ([MOVE2FOLDER] = @Original_MOVE2FOLDER)) AND ([TYPE] = @Original_TYPE) AND ([WD_OBJECTTYPE] = @Original_WD_OBJECTTYPE) AND ([SORT_BY_LATEST] = @Original_SORT_BY_LATEST) AND ([PM_VEKTOR_INDEX] = @Original_PM_VEKTOR_INDEX) AND ([LOG_INDEX] = @Original_LOG_INDEX) AND ([ANNOTATE_ALL_WORK_HISTORY_ENTRIES] = @Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES) AND ([ANNOTATE_WORK_HISTORY_ENTRY] = @Original_ANNOTATE_WORK_HISTORY_ENTRY) AND ((@IsNull_WORK_HISTORY_ENTRY = 1 AND [WORK_HISTORY_ENTRY] IS NULL) OR ([WORK_HISTORY_ENTRY] = @Original_WORK_HISTORY_ENTRY)) AND ([DISPLAY_MODE] = @Original_DISPLAY_MODE))</CommandText>
|
<CommandText>DELETE FROM [TBPM_PROFILE] WHERE (([GUID] = @Original_GUID) AND ([NAME] = @Original_NAME) AND ([TITLE] = @Original_TITLE) AND ([PRIORITY] = @Original_PRIORITY) AND ((@IsNull_DESCRIPTION = 1 AND [DESCRIPTION] IS NULL) OR ([DESCRIPTION] = @Original_DESCRIPTION)) AND ([ACTIVE] = @Original_ACTIVE) AND ([NO_OF_DOCUMENTS] = @Original_NO_OF_DOCUMENTS) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)) AND ([FINAL_PROFILE] = @Original_FINAL_PROFILE) AND ((@IsNull_FINAL_TEXT = 1 AND [FINAL_TEXT] IS NULL) OR ([FINAL_TEXT] = @Original_FINAL_TEXT)) AND ((@IsNull_MOVE2FOLDER = 1 AND [MOVE2FOLDER] IS NULL) OR ([MOVE2FOLDER] = @Original_MOVE2FOLDER)) AND ([TYPE] = @Original_TYPE) AND ([WD_OBJECTTYPE] = @Original_WD_OBJECTTYPE) AND ([SORT_BY_LATEST] = @Original_SORT_BY_LATEST) AND ([PM_VEKTOR_INDEX] = @Original_PM_VEKTOR_INDEX) AND ([LOG_INDEX] = @Original_LOG_INDEX) AND ([ANNOTATE_ALL_WORK_HISTORY_ENTRIES] = @Original_ANNOTATE_ALL_WORK_HISTORY_ENTRIES) AND ([ANNOTATE_WORK_HISTORY_ENTRY] = @Original_ANNOTATE_WORK_HISTORY_ENTRY) AND ((@IsNull_WORK_HISTORY_ENTRY = 1 AND [WORK_HISTORY_ENTRY] IS NULL) OR ([WORK_HISTORY_ENTRY] = @Original_WORK_HISTORY_ENTRY)) AND ([DISPLAY_MODE] = @Original_DISPLAY_MODE) AND ([SHOW_DOCUMENT] = @Original_SHOW_DOCUMENT) AND ([TARGET_PATH_BLIND_FILE] = @Original_TARGET_PATH_BLIND_FILE))</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
@@ -1818,8 +1818,8 @@ ORDER BY Netto DESC</CommandText>
|
|||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DESCRIPTION" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DESCRIPTION" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DESCRIPTION" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DESCRIPTION" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ACTIVE" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ACTIVE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ACTIVE" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ACTIVE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NO_OF_DOCUMENTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NO_OF_DOCUMENTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NO_OF_DOCUMENTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NO_OF_DOCUMENTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ADDED_WHEN" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ADDED_WHEN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ADDED_WHEN" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ADDED_WHEN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CHANGED_WHO" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="true" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CHANGED_WHO" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CHANGED_WHEN" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CHANGED_WHEN" SourceColumnNullMapping="true" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CHANGED_WHEN" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CHANGED_WHEN" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
@@ -1828,7 +1828,7 @@ ORDER BY Netto DESC</CommandText>
|
|||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FINAL_TEXT" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FINAL_TEXT" SourceColumnNullMapping="true" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FINAL_TEXT" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FINAL_TEXT" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FINAL_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FINAL_TEXT" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FINAL_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FINAL_TEXT" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MOVE2FOLDER" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MOVE2FOLDER" SourceColumnNullMapping="true" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MOVE2FOLDER" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MOVE2FOLDER" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_MOVE2FOLDER" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MOVE2FOLDER" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_MOVE2FOLDER" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="MOVE2FOLDER" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Original_TYPE" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="TYPE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Original_TYPE" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="TYPE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_WD_OBJECTTYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="WD_OBJECTTYPE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_WD_OBJECTTYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="WD_OBJECTTYPE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_SORT_BY_LATEST" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SORT_BY_LATEST" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_SORT_BY_LATEST" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SORT_BY_LATEST" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
@@ -1839,6 +1839,8 @@ ORDER BY Netto DESC</CommandText>
|
|||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WORK_HISTORY_ENTRY" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WORK_HISTORY_ENTRY" SourceColumnNullMapping="true" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WORK_HISTORY_ENTRY" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WORK_HISTORY_ENTRY" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_WORK_HISTORY_ENTRY" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="WORK_HISTORY_ENTRY" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_WORK_HISTORY_ENTRY" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="WORK_HISTORY_ENTRY" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DISPLAY_MODE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DISPLAY_MODE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DISPLAY_MODE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DISPLAY_MODE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_SHOW_DOCUMENT" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SHOW_DOCUMENT" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_TARGET_PATH_BLIND_FILE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TARGET_PATH_BLIND_FILE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
</DbCommand>
|
</DbCommand>
|
||||||
</DeleteCommand>
|
</DeleteCommand>
|
||||||
@@ -1848,7 +1850,7 @@ ORDER BY Netto DESC</CommandText>
|
|||||||
(NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE,
|
(NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE,
|
||||||
WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE,
|
WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE,
|
||||||
SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE)
|
SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE)
|
||||||
VALUES (@NAME,@TITLE,@PRIORITY,@DESCRIPTION,@ACTIVE,@WD_SEARCH,@NO_OF_DOCUMENTS,@ADDED_WHO,@ADDED_WHEN,@CHANGED_WHO,@CHANGED_WHEN,@FINAL_PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR_INDEX,@LOG_INDEX,@SQL_VIEW,@ANNOTATE_ALL_WORK_HISTORY_ENTRIES,@ANNOTATE_WORK_HISTORY_ENTRY,@WORK_HISTORY_ENTRY,@DISPLAY_MODE,@SQL_BTN_FINISH,@SHOW_DOCUMENT,@TARGET_PATH_BLIND_FILE);
|
VALUES (@NAME,@TITLE,@PRIORITY,@DESCRIPTION,@ACTIVE,@WD_SEARCH,@NO_OF_DOCUMENTS,@ADDED_WHO,@ADDED_WHEN,@CHANGED_WHO,@CHANGED_WHEN,@FINAL_PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR_INDEX,@LOG_INDEX,@SQL_VIEW,@ANNOTATE_ALL_WORK_HISTORY_ENTRIES,@ANNOTATE_WORK_HISTORY_ENTRY,@WORK_HISTORY_ENTRY,@DISPLAY_MODE,@SQL_BTN_FINISH,@SHOW_DOCUMENT,@TARGET_PATH_BLIND_FILE);
|
||||||
SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE WHERE (GUID = SCOPE_IDENTITY()) ORDER BY NAME</CommandText>
|
SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE WHERE (GUID = SCOPE_IDENTITY()) ORDER BY NAME</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM.dbo.TBPM_PROFILE" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM.dbo.TBPM_PROFILE" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
@@ -1883,11 +1885,7 @@ SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUME
|
|||||||
</InsertCommand>
|
</InsertCommand>
|
||||||
<SelectCommand>
|
<SelectCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
<CommandText>SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE,
|
<CommandText>SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE FROM TBPM_PROFILE ORDER BY NAME</CommandText>
|
||||||
WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE,
|
|
||||||
SQL_BTN_FINISH, SHOW_DOCUMENT, TARGET_PATH_BLIND_FILE
|
|
||||||
FROM TBPM_PROFILE
|
|
||||||
ORDER BY NAME</CommandText>
|
|
||||||
<Parameters />
|
<Parameters />
|
||||||
</DbCommand>
|
</DbCommand>
|
||||||
</SelectCommand>
|
</SelectCommand>
|
||||||
@@ -1900,7 +1898,7 @@ SET NAME = @NAME, TITLE = @TITLE, PRIORITY = @PRIORITY, DESCRIPTI
|
|||||||
SQL_VIEW = @SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES = @ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY = @ANNOTATE_WORK_HISTORY_ENTRY,
|
SQL_VIEW = @SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES = @ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY = @ANNOTATE_WORK_HISTORY_ENTRY,
|
||||||
WORK_HISTORY_ENTRY = @WORK_HISTORY_ENTRY, DISPLAY_MODE = @DISPLAY_MODE, SQL_BTN_FINISH = @SQL_BTN_FINISH, SHOW_DOCUMENT = @SHOW_DOCUMENT,
|
WORK_HISTORY_ENTRY = @WORK_HISTORY_ENTRY, DISPLAY_MODE = @DISPLAY_MODE, SQL_BTN_FINISH = @SQL_BTN_FINISH, SHOW_DOCUMENT = @SHOW_DOCUMENT,
|
||||||
TARGET_PATH_BLIND_FILE = @TARGET_PATH_BLIND_FILE
|
TARGET_PATH_BLIND_FILE = @TARGET_PATH_BLIND_FILE
|
||||||
WHERE (GUID = @Original_GUID);
|
WHERE (GUID = @Original_GUID);
|
||||||
SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE WHERE (GUID = @GUID) ORDER BY NAME</CommandText>
|
SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX, SQL_VIEW, ANNOTATE_ALL_WORK_HISTORY_ENTRIES, ANNOTATE_WORK_HISTORY_ENTRY, WORK_HISTORY_ENTRY, DISPLAY_MODE, SQL_BTN_FINISH FROM TBPM_PROFILE WHERE (GUID = @GUID) ORDER BY NAME</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM.dbo.TBPM_PROFILE" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM.dbo.TBPM_PROFILE" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
@@ -2667,8 +2665,8 @@ SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUME
|
|||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="SAVE_CHANGE_ON_ENABLED" msprop:Generator_ColumnPropNameInTable="SAVE_CHANGE_ON_ENABLEDColumn" msprop:Generator_ColumnPropNameInRow="SAVE_CHANGE_ON_ENABLED" msprop:Generator_UserColumnName="SAVE_CHANGE_ON_ENABLED" msprop:Generator_ColumnVarNameInTable="columnSAVE_CHANGE_ON_ENABLED" type="xs:boolean" />
|
<xs:element name="SAVE_CHANGE_ON_ENABLED" msprop:Generator_ColumnPropNameInTable="SAVE_CHANGE_ON_ENABLEDColumn" msprop:Generator_ColumnPropNameInRow="SAVE_CHANGE_ON_ENABLED" msprop:Generator_UserColumnName="SAVE_CHANGE_ON_ENABLED" msprop:Generator_ColumnVarNameInTable="columnSAVE_CHANGE_ON_ENABLED" type="xs:boolean" />
|
||||||
<xs:element name="FORMAT_STRING" msprop:Generator_ColumnPropNameInRow="FORMAT_STRING" msprop:Generator_ColumnPropNameInTable="FORMAT_STRINGColumn" msprop:Generator_ColumnVarNameInTable="columnFORMAT_STRING" msprop:Generator_UserColumnName="FORMAT_STRING" type="xs:string" />
|
<xs:element name="FORMAT_STRING" msprop:Generator_ColumnPropNameInTable="FORMAT_STRINGColumn" msprop:Generator_ColumnPropNameInRow="FORMAT_STRING" msprop:Generator_UserColumnName="FORMAT_STRING" msprop:Generator_ColumnVarNameInTable="columnFORMAT_STRING" type="xs:string" />
|
||||||
<xs:element name="BACKCOLOR_IF" msprop:Generator_ColumnPropNameInRow="BACKCOLOR_IF" msprop:Generator_ColumnPropNameInTable="BACKCOLOR_IFColumn" msprop:Generator_ColumnVarNameInTable="columnBACKCOLOR_IF" msprop:Generator_UserColumnName="BACKCOLOR_IF" type="xs:string" minOccurs="0" />
|
<xs:element name="BACKCOLOR_IF" msprop:Generator_ColumnPropNameInTable="BACKCOLOR_IFColumn" msprop:Generator_ColumnPropNameInRow="BACKCOLOR_IF" msprop:Generator_UserColumnName="BACKCOLOR_IF" msprop:Generator_ColumnVarNameInTable="columnBACKCOLOR_IF" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
@@ -3274,7 +3272,7 @@ SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUME
|
|||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="SHOW_DOCUMENT" msprop:Generator_ColumnPropNameInTable="SHOW_DOCUMENTColumn" msprop:Generator_ColumnPropNameInRow="SHOW_DOCUMENT" msprop:Generator_UserColumnName="SHOW_DOCUMENT" msprop:Generator_ColumnVarNameInTable="columnSHOW_DOCUMENT" type="xs:boolean" default="true" />
|
<xs:element name="SHOW_DOCUMENT" msprop:Generator_ColumnPropNameInTable="SHOW_DOCUMENTColumn" msprop:Generator_ColumnPropNameInRow="SHOW_DOCUMENT" msprop:Generator_UserColumnName="SHOW_DOCUMENT" msprop:Generator_ColumnVarNameInTable="columnSHOW_DOCUMENT" type="xs:boolean" default="true" />
|
||||||
<xs:element name="TARGET_PATH_BLIND_FILE" msprop:Generator_UserColumnName="TARGET_PATH_BLIND_FILE" msprop:Generator_ColumnPropNameInTable="TARGET_PATH_BLIND_FILEColumn" msprop:Generator_ColumnPropNameInRow="TARGET_PATH_BLIND_FILE" msprop:Generator_ColumnVarNameInTable="columnTARGET_PATH_BLIND_FILE" default="">
|
<xs:element name="TARGET_PATH_BLIND_FILE" msprop:Generator_ColumnPropNameInTable="TARGET_PATH_BLIND_FILEColumn" msprop:Generator_ColumnPropNameInRow="TARGET_PATH_BLIND_FILE" msprop:Generator_UserColumnName="TARGET_PATH_BLIND_FILE" msprop:Generator_ColumnVarNameInTable="columnTARGET_PATH_BLIND_FILE" default="">
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:maxLength value="500" />
|
<xs:maxLength value="500" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Changes to this file may cause incorrect behavior and will be lost if
|
Changes to this file may cause incorrect behavior and will be lost if
|
||||||
the code is regenerated.
|
the code is regenerated.
|
||||||
</autogenerated>-->
|
</autogenerated>-->
|
||||||
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="801" ViewPortY="154" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="-27" ViewPortY="-97" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||||
<Shapes>
|
<Shapes>
|
||||||
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="14" X="1688" Y="-74" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
|
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="14" X="1688" Y="-74" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
|
||||||
<Shape ID="DesignTable:TBPM_KONFIGURATION" ZOrder="2" X="-17" Y="232" Height="262" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="97" />
|
<Shape ID="DesignTable:TBPM_KONFIGURATION" ZOrder="2" X="-17" Y="232" Height="262" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="97" />
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<Shape ID="DesignTable:VWPM_CHART_INVOICE_MONITOR" ZOrder="10" X="1828" Y="457" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
<Shape ID="DesignTable:VWPM_CHART_INVOICE_MONITOR" ZOrder="10" X="1828" Y="457" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||||
<Shape ID="DesignTable:VWPM_CHART_INVOICE_MONITOR_SERIES" ZOrder="9" X="1903" Y="311" Height="153" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
<Shape ID="DesignTable:VWPM_CHART_INVOICE_MONITOR_SERIES" ZOrder="9" X="1903" Y="311" Height="153" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||||
<Shape ID="DesignTable:VWPM_CHART_TOP5" ZOrder="8" X="1302" Y="15" Height="153" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
<Shape ID="DesignTable:VWPM_CHART_TOP5" ZOrder="8" X="1302" Y="15" Height="153" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
|
||||||
<Shape ID="DesignTable:TBPM_PROFILE" ZOrder="6" X="858" Y="-71" Height="305" Width="266" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
<Shape ID="DesignTable:TBPM_PROFILE" ZOrder="6" X="862" Y="-66" Height="305" Width="266" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||||
<Shape ID="DesignTable:TBWH_CONNECTION" ZOrder="24" X="625" Y="114" Height="276" Width="189" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="272" />
|
<Shape ID="DesignTable:TBWH_CONNECTION" ZOrder="24" X="625" Y="114" Height="276" Width="189" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="272" />
|
||||||
</Shapes>
|
</Shapes>
|
||||||
<Connectors>
|
<Connectors>
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
<Connector ID="DesignRelation:FK_TBPM_PROFILE_CONTROLS_PROFILE" ZOrder="5" LineWidth="11">
|
<Connector ID="DesignRelation:FK_TBPM_PROFILE_CONTROLS_PROFILE" ZOrder="5" LineWidth="11">
|
||||||
<RoutePoints>
|
<RoutePoints>
|
||||||
<Point>
|
<Point>
|
||||||
<X>961</X>
|
<X>965</X>
|
||||||
<Y>234</Y>
|
<Y>239</Y>
|
||||||
</Point>
|
</Point>
|
||||||
<Point>
|
<Point>
|
||||||
<X>961</X>
|
<X>965</X>
|
||||||
<Y>400</Y>
|
<Y>400</Y>
|
||||||
</Point>
|
</Point>
|
||||||
</RoutePoints>
|
</RoutePoints>
|
||||||
|
|||||||
BIN
app/TaskFlow/DD_taskFLOW_ICON.ico
Normal file
BIN
app/TaskFlow/DD_taskFLOW_ICON.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -4,7 +4,7 @@
|
|||||||
Changes to this file may cause incorrect behavior and will be lost if
|
Changes to this file may cause incorrect behavior and will be lost if
|
||||||
the code is regenerated.
|
the code is regenerated.
|
||||||
</autogenerated>-->
|
</autogenerated>-->
|
||||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||||
<Shapes>
|
<Shapes>
|
||||||
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="1" X="93" Y="35" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
|
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="1" X="93" Y="35" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
|
||||||
</Shapes>
|
</Shapes>
|
||||||
|
|||||||
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.filters.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.filters.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.filters.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.filters.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.dll
Normal file
Binary file not shown.
@@ -84,7 +84,7 @@ Public Module ModuleControlProperties
|
|||||||
|
|
||||||
Private _index_type As String
|
Private _index_type As String
|
||||||
Private _sql_command As String
|
Private _sql_command As String
|
||||||
Friend _sql_connection As Integer = 0
|
'Friend _sql_connection As Integer = 0
|
||||||
Private _Enable_SQL As String
|
Private _Enable_SQL As String
|
||||||
Private _Enable_SQL_ONLOAD As String
|
Private _Enable_SQL_ONLOAD As String
|
||||||
Private _default_value
|
Private _default_value
|
||||||
@@ -124,36 +124,37 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_DATA)>
|
<Category(ClassConstants.CAT_DATA)>
|
||||||
Public Property SQLCommand() As SQLValue
|
Public Property SQLCommand() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_sql_command, ""), _sql_connection)
|
Return New SQLValue(NotNull(_sql_command, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_sql_command = value.Value
|
_sql_command = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
|
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
<DisplayName("SQL Connection")>
|
'<DisplayName("SQL Connection")>
|
||||||
<Category(ClassConstants.CAT_INFORMATION)>
|
'<Category(ClassConstants.CAT_INFORMATION)>
|
||||||
<[ReadOnly](True)>
|
'<[ReadOnly](True)>
|
||||||
Public Property SQLConnection() As Integer
|
'Public Property SQLConnection() As Integer
|
||||||
Get
|
' Get
|
||||||
Return _sql_connection
|
' Return _sql_connection
|
||||||
End Get
|
' End Get
|
||||||
Set(value As Integer)
|
' Set(value As Integer)
|
||||||
_sql_connection = value
|
' _sql_connection = value
|
||||||
End Set
|
' End Set
|
||||||
End Property
|
'End Property
|
||||||
|
|
||||||
<DisplayName("Enable On Change SQL")>
|
<DisplayName("Enable On Change SQL")>
|
||||||
<Description("SQL Command that determines if a control should be enabled/disabled when another, referenced control changes. Should return 0 or 1. Can include a Control-Placeholder.")>
|
<Description("SQL Command that determines if a control should be enabled/disabled when another, referenced control changes. Should return 0 or 1. Can include a Control-Placeholder.")>
|
||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property Enable_SQL() As SQLValue
|
Public Property Enable_SQL() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Enable_SQL, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Enable_SQL, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Enable_SQL = value.Value
|
_Enable_SQL = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
@@ -162,11 +163,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property Enable_SQL_OnLoad() As SQLValue
|
Public Property Enable_SQL_OnLoad() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Enable_SQL_ONLOAD, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Enable_SQL_ONLOAD, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Enable_SQL_ONLOAD = value.Value
|
_Enable_SQL_ONLOAD = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
@@ -189,11 +190,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property SetControlData As SQLValue
|
Public Property SetControlData As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(_set_control_data, _sql_connection)
|
Return New SQLValue(_set_control_data) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(value As SQLValue)
|
Set(value As SQLValue)
|
||||||
_set_control_data = value.Value
|
_set_control_data = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
End Class
|
End Class
|
||||||
@@ -278,6 +279,10 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property DisplayAsLookUpControl As Boolean
|
Public Property DisplayAsLookUpControl As Boolean
|
||||||
|
|
||||||
|
<DisplayName("Add new values")>
|
||||||
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
|
Public Property AddNewValues As Boolean
|
||||||
|
|
||||||
Public Class ChoiceListConverter
|
Public Class ChoiceListConverter
|
||||||
Inherits TypeConverter
|
Inherits TypeConverter
|
||||||
|
|
||||||
@@ -341,11 +346,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_VALIDATION)>
|
<Category(ClassConstants.CAT_VALIDATION)>
|
||||||
Public Property Override_SQL() As SQLValue
|
Public Property Override_SQL() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Override_SQL, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Override_SQL, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Override_SQL = value.Value
|
_Override_SQL = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ Module ModuleFinalIndexProperties
|
|||||||
<[ReadOnly](True)>
|
<[ReadOnly](True)>
|
||||||
Public Property GUID As Integer
|
Public Property GUID As Integer
|
||||||
|
|
||||||
<DisplayName("Connection ID")>
|
'<DisplayName("Connection ID")>
|
||||||
<Category(ClassConstants.CAT_INFORMATION)>
|
'<Category(ClassConstants.CAT_INFORMATION)>
|
||||||
<[ReadOnly](True)>
|
'<[ReadOnly](True)>
|
||||||
Public Property ConnectionId As Integer
|
'Public Property ConnectionId As Integer
|
||||||
|
|
||||||
<Category(ClassConstants.CAT_GENERAL)>
|
<Category(ClassConstants.CAT_GENERAL)>
|
||||||
Public Property Description As String
|
Public Property Description As String
|
||||||
@@ -97,6 +97,7 @@ Module ModuleFinalIndexProperties
|
|||||||
Public Property VectorBehaviourType As List(Of String)
|
Public Property VectorBehaviourType As List(Of String)
|
||||||
|
|
||||||
Public Sub VectorIndexBooleanProvider(attrs As PropertyAttributes)
|
Public Sub VectorIndexBooleanProvider(attrs As PropertyAttributes)
|
||||||
|
'Sd
|
||||||
MaybeSetReadOnlyIfNotVectorIndex(attrs)
|
MaybeSetReadOnlyIfNotVectorIndex(attrs)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -182,7 +183,12 @@ Module ModuleFinalIndexProperties
|
|||||||
If indexType.Contains(type) Then
|
If indexType.Contains(type) Then
|
||||||
attrs.IsBrowsable = True
|
attrs.IsBrowsable = True
|
||||||
Else
|
Else
|
||||||
attrs.IsBrowsable = False
|
If attrs.DisplayName = "Index Behaviour" Then
|
||||||
|
attrs.IsBrowsable = True
|
||||||
|
Else
|
||||||
|
attrs.IsBrowsable = False
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,6 @@
|
|||||||
Public Property FILE_DELIMITER As String = "_"
|
Public Property FILE_DELIMITER As String = "_"
|
||||||
Public Property WMSESSION_STARTSTOP_STARTUP As Boolean = False
|
Public Property WMSESSION_STARTSTOP_STARTUP As Boolean = False
|
||||||
|
|
||||||
|
Public Property SYS_LOCKED_MAINTENANCE As Boolean = False
|
||||||
|
Public Property MAINFORM_CREATE_LOG_FILES As Boolean = False
|
||||||
End Module
|
End Module
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ Module ModuleRuntimeVariables
|
|||||||
|
|
||||||
Public Property CURRENT_DOC_GUID As Int64
|
Public Property CURRENT_DOC_GUID As Int64
|
||||||
Public Property CURRENT_DOC_ID As Int64
|
Public Property CURRENT_DOC_ID As Int64
|
||||||
|
Public Property CURRENT_DOC_CURRENCY As String = "€"
|
||||||
Public Property CURRENT_DOC_CREATION_DATE As String
|
Public Property CURRENT_DOC_CREATION_DATE As String
|
||||||
Public Property CURRENT_DOC_CREATION_TIME As String
|
Public Property CURRENT_DOC_CREATION_TIME As String
|
||||||
|
|
||||||
@@ -70,7 +71,8 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property USER_RIGHT3 As Boolean = False
|
Public Property USER_RIGHT3 As Boolean = False
|
||||||
Public Property USER_RIGHT4 As Boolean = False
|
Public Property USER_RIGHT4 As Boolean = False
|
||||||
Public Property USER_CONFIG_DEBUG As Boolean = False
|
Public Property USER_CONFIG_DEBUG As Boolean = False
|
||||||
|
Public Property USER_CONFIG_DIRECTORY As String = ""
|
||||||
|
Public Property USER_USERNAME_ORG As String = ""
|
||||||
Public Property USER_GHOST_MODE_ACTIVE As Boolean = False
|
Public Property USER_GHOST_MODE_ACTIVE As Boolean = False
|
||||||
Public Property USER_GHOST_MODE_USRNAME As String = ""
|
Public Property USER_GHOST_MODE_USRNAME As String = ""
|
||||||
|
|
||||||
@@ -79,6 +81,7 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property SHOW_MASS_VALIDATOR As Boolean = True
|
Public Property SHOW_MASS_VALIDATOR As Boolean = True
|
||||||
Public Property WORKING_MODE As String = ""
|
Public Property WORKING_MODE As String = ""
|
||||||
Public Property MONITORING_ACTIVE As Boolean = False
|
Public Property MONITORING_ACTIVE As Boolean = False
|
||||||
|
Public Property EXCEL_OVERVIEW As Boolean = False
|
||||||
Public Property GHOSTMODE_ACTIVE As Boolean = False
|
Public Property GHOSTMODE_ACTIVE As Boolean = False
|
||||||
Public Property RIBBON_COLOR_SCHEME As String = ""
|
Public Property RIBBON_COLOR_SCHEME As String = ""
|
||||||
Public Property ADDITIONAL_TITLE As String = ""
|
Public Property ADDITIONAL_TITLE As String = ""
|
||||||
@@ -88,6 +91,8 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property INACTIVITYRecognized As Boolean = False
|
Public Property INACTIVITYRecognized As Boolean = False
|
||||||
Public Property LAST_EDITED_COLUMN As String = "NONE"
|
Public Property LAST_EDITED_COLUMN As String = "NONE"
|
||||||
Public Property LAST_ADDED_COLUMN As String = "NONE"
|
Public Property LAST_ADDED_COLUMN As String = "NONE"
|
||||||
|
Public Property MON_EDITED_COLUMN As String = "NONE"
|
||||||
|
Public Property MON_ADDED_COLUMN As String = "NONE"
|
||||||
Public Property USE_APPSERVER As Boolean = False
|
Public Property USE_APPSERVER As Boolean = False
|
||||||
Public Property SEARCH1 As String = ""
|
Public Property SEARCH1 As String = ""
|
||||||
Public Property SEARCH2 As String = ""
|
Public Property SEARCH2 As String = ""
|
||||||
@@ -99,6 +104,7 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property RibbonPageCustTitle As String = ""
|
Public Property RibbonPageCustTitle As String = ""
|
||||||
Public Property RibbonPageCustItm1 As String = ""
|
Public Property RibbonPageCustItm1 As String = ""
|
||||||
Public Property ButtonExport2Folder_Caption As String = ""
|
Public Property ButtonExport2Folder_Caption As String = ""
|
||||||
|
Public Property ButtonExport2Folder_Mode As String = ""
|
||||||
Public Property ButtonExport2Folder_RootFolder As String = ""
|
Public Property ButtonExport2Folder_RootFolder As String = ""
|
||||||
|
|
||||||
|
|
||||||
@@ -172,8 +178,11 @@ Module ModuleRuntimeVariables
|
|||||||
|
|
||||||
Public Property SQL_PROFILES_USER As String = ""
|
Public Property SQL_PROFILES_USER As String = ""
|
||||||
Public Property SQL_VALIDATOR_SEARCHES As String = ""
|
Public Property SQL_VALIDATOR_SEARCHES As String = ""
|
||||||
|
Public Property SQL_WF_MESSAGES As String = ""
|
||||||
Public WM_AHWF_docPath As String
|
Public WM_AHWF_docPath As String
|
||||||
|
|
||||||
Public LIC_MODULES As String = "NONE"
|
Public LIC_MODULES As String = "NONE"
|
||||||
Public oSQLLoginAttempt As String
|
Public oSQLLoginAttempt As String
|
||||||
|
|
||||||
|
Public MVSource_AllIndicies As List(Of String)
|
||||||
End Module
|
End Module
|
||||||
|
|||||||
8
app/TaskFlow/My Project/Application.Designer.vb
generated
8
app/TaskFlow/My Project/Application.Designer.vb
generated
@@ -24,7 +24,7 @@ Namespace My
|
|||||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||||
Me.IsSingleInstance = true
|
Me.IsSingleInstance = false
|
||||||
Me.EnableVisualStyles = true
|
Me.EnableVisualStyles = true
|
||||||
Me.SaveMySettingsOnExit = true
|
Me.SaveMySettingsOnExit = true
|
||||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||||
@@ -34,5 +34,11 @@ Namespace My
|
|||||||
Protected Overrides Sub OnCreateMainForm()
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
Me.MainForm = Global.DD_ProcessManager.frmMain
|
Me.MainForm = Global.DD_ProcessManager.frmMain
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
|
||||||
|
Me.MinimumSplashScreenDisplayTime = 0
|
||||||
|
Return MyBase.OnInitialize(commandLineArgs)
|
||||||
|
End Function
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|||||||
@@ -2,9 +2,11 @@
|
|||||||
<MyApplicationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<MyApplicationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<MySubMain>true</MySubMain>
|
<MySubMain>true</MySubMain>
|
||||||
<MainForm>frmMain</MainForm>
|
<MainForm>frmMain</MainForm>
|
||||||
<SingleInstance>true</SingleInstance>
|
<SingleInstance>false</SingleInstance>
|
||||||
<ShutdownMode>0</ShutdownMode>
|
<ShutdownMode>0</ShutdownMode>
|
||||||
<EnableVisualStyles>true</EnableVisualStyles>
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
<AuthenticationMode>0</AuthenticationMode>
|
<AuthenticationMode>0</AuthenticationMode>
|
||||||
|
<MinimumSplashScreenDisplayTime>0</MinimumSplashScreenDisplayTime>
|
||||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||||
|
<HighDpiMpde>false</HighDpiMpde>
|
||||||
</MyApplicationData>
|
</MyApplicationData>
|
||||||
@@ -9,12 +9,12 @@ Imports System.Runtime.InteropServices
|
|||||||
|
|
||||||
' Die Werte der Assemblyattribute überprüfen
|
' Die Werte der Assemblyattribute überprüfen
|
||||||
|
|
||||||
<Assembly: AssemblyTitle("TaskFlow")>
|
<Assembly: AssemblyTitle("taskFLOW")>
|
||||||
<Assembly: AssemblyDescription("")>
|
<Assembly: AssemblyDescription("")>
|
||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("TaskFlow")>
|
<Assembly: AssemblyProduct("taskFLOW")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © Digital Data 2023")>
|
<Assembly: AssemblyCopyright("Copyright © Digital Data 2025")>
|
||||||
<Assembly: AssemblyTrademark("2.4.6.2")>
|
<Assembly: AssemblyTrademark("")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.4.6.2")>
|
<Assembly: AssemblyVersion("2.5.4.3")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
<Assembly: NeutralResourcesLanguage("")>
|
<Assembly: NeutralResourcesLanguage("")>
|
||||||
|
|||||||
30
app/TaskFlow/My Project/Resources.Designer.vb
generated
30
app/TaskFlow/My Project/Resources.Designer.vb
generated
@@ -190,6 +190,16 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property AttachFileHS() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("AttachFileHS", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage.
|
''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -480,6 +490,26 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property DD_taskFLOW_BOOT() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("DD_taskFLOW_BOOT", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property DD_taskFLOW_ICON() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("DD_taskFLOW_ICON", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage.
|
''' Sucht eine lokalisierte Ressource vom Typ DevExpress.Utils.Svg.SvgImage.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
|||||||
@@ -118,18 +118,15 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="actions_user" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\actions_user.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="lbl" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\lbl.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="refresh_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="refresh_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\refresh_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\refresh_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Hammer_Builder_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\Hammer_Builder_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="arrow_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\arrow_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="asterisk_yellow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\asterisk_yellow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="taskFlow_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="taskFlow_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\taskFlow_icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\taskFlow_icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -148,8 +145,11 @@
|
|||||||
<data name="key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Image_File" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="DateOrTimePicker_675" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Image_File.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\DateOrTimePicker_675.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="DeleteFilter_5563" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\DeleteFilter_5563.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\save.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\save.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -160,6 +160,9 @@
|
|||||||
<data name="seach_typo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="seach_typo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\seach_typo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\seach_typo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="doc" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\doc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="group_key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="group_key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\group_key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\group_key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -172,6 +175,9 @@
|
|||||||
<data name="Symbols_Information_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Symbols_Information_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Symbols_Information_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Symbols_Information_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="zoom_out1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="computer_edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="computer_edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\computer_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\computer_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -193,8 +199,8 @@
|
|||||||
<data name="Settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Search(Go)_5718" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="security_key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Search(Go)_5718.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\security_key.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="bo_unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="bo_unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bo_unknown.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\bo_unknown.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
@@ -208,9 +214,6 @@
|
|||||||
<data name="Label_684" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Label_684" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Label_684.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Label_684.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="delete_12x12" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\delete_12x12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="table_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="table_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\table_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\table_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -220,9 +223,6 @@
|
|||||||
<data name="txt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="txt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\txt.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\txt.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="properties_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\properties_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkbox_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="checkbox_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\checkbox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\checkbox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -235,23 +235,20 @@
|
|||||||
<data name="pencolor" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="pencolor" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\pencolor.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\pencolor.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="DD_Icons_ICO_CBWATCHER_48px" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\DD_Icons_ICO_CBWATCHER_48px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="markcomplete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="markcomplete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\markcomplete.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\markcomplete.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="adateoccuring" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="adateoccuring" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\adateoccuring.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\adateoccuring.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="actions_user" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\actions_user.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name="information" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="information" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="puzzle2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="key_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\puzzle2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\key_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
|
||||||
<data name="bullet_orange1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\bullet_orange1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="magifier_zoom_out1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="magifier_zoom_out1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\magifier_zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\magifier_zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -265,14 +262,11 @@
|
|||||||
<data name="save1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="save1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\save.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\save.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Open_6296" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\Open_6296.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="dxf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="dxf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\dxf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\dxf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="conversation" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="pdf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\conversation.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\pdf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ppt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ppt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ppt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ppt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -289,20 +283,26 @@
|
|||||||
<data name="insertcombobox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="insertcombobox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\insertcombobox.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\insertcombobox.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="cancel1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="page_copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\cancel.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\page_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="flag_pink" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="flag_pink" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\flag_pink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\flag_pink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DD_Icons_ICO_CBWATCHER_48px" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ExcelWorksheetView_11748" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\DD_Icons_ICO_CBWATCHER_48px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ExcelWorksheetView_11748.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="magifier_zoom_out" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="DD_taskFLOW_ICON" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\magifier_zoom_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\DD_taskFLOW_ICON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="page_copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Hammer_Builder_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\page_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Hammer_Builder_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="action_add_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\action_add_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="bullet_orange1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\bullet_orange1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="publicfix_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="publicfix_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\publicfix_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\publicfix_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -322,8 +322,8 @@
|
|||||||
<data name="itemtypechecked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="itemtypechecked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\itemtypechecked.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\itemtypechecked.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeleteFilter_5563" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="properties_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\DeleteFilter_5563.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\properties_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="database_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="database_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\database_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\database_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -331,14 +331,17 @@
|
|||||||
<data name="Security_Unlock" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Security_Unlock" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Security_Unlock.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\Security_Unlock.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="resultset_last" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chartdesigner2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\resultset_last.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\chartdesigner2.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="bullet_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\bullet_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="book_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\color.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\book_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="refresh_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="refresh_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\refresh_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\refresh_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -349,29 +352,32 @@
|
|||||||
<data name="ampel-gruen" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ampel-gruen" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ampel-gruen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ampel-gruen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="email_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\email_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="A_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="A_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\A_1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\A_1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="doc_pdf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="doc_pdf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\doc_pdf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\doc_pdf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="book_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Search(Go)_5718" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\book_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Search(Go)_5718.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Checkboxbmp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="DD_taskFLOW_BOOT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Checkbox.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\DD_taskFLOW_BOOT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DateOrTimePicker_675" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="puzzle2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\DateOrTimePicker_675.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\puzzle2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="dtp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="dtp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\dtp.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\dtp.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="key_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="delete_12x12" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\key_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\delete_12x12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Nextrequest_10302" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Nextrequest_10302" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Nextrequest_10302.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Nextrequest_10302.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -379,8 +385,8 @@
|
|||||||
<data name="TextBox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="TextBox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\TextBox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\TextBox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="doc" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="resultset_last" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\doc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\resultset_last.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="bullet_green1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="bullet_green1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bullet_green1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\bullet_green1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -388,9 +394,6 @@
|
|||||||
<data name="bullet_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="bullet_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bullet_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\bullet_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="groupby" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\groupby.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name="dwg" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="dwg" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\dwg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\dwg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -409,8 +412,8 @@
|
|||||||
<data name="show_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="show_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\show_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\show_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="lbl" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="cancel1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\lbl.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\cancel.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ComboBox_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ComboBox_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ComboBox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ComboBox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -418,9 +421,6 @@
|
|||||||
<data name="show_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="show_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\show_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\show_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="cmb" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\cmb.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="ID_FILE_PAGE_SETUP" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ID_FILE_PAGE_SETUP" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ID_FILE_PAGE_SETUP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ID_FILE_PAGE_SETUP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -430,14 +430,17 @@
|
|||||||
<data name="flag_orange" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="flag_orange" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\flag_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\flag_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="bullet_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="taskflow_boot" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bullet_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\taskflow_boot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="arrow_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\arrow_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="resultset_previous" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="resultset_previous" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\resultset_previous.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\resultset_previous.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="email_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Image_File" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\email_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Image_File.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="textthatcontains" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="textthatcontains" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\textthatcontains.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\textthatcontains.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
@@ -451,8 +454,8 @@
|
|||||||
<data name="flag_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="flag_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\flag_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\flag_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExcelWorksheetView_11748" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="groupby" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ExcelWorksheetView_11748.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\groupby.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Monitor_Screen_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Monitor_Screen_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Monitor_Screen_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Monitor_Screen_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -466,17 +469,17 @@
|
|||||||
<data name="doc_text_image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="doc_text_image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\doc_text_image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\doc_text_image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Einstellungen6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Einstellungen6.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="shape_square_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="shape_square_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\shape_square_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\shape_square_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="task" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Checkboxbmp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\task.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Checkbox.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pdf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="conversation" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\pdf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\conversation.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
|
||||||
<data name="taskflow_boot" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\taskflow_boot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="Link_5762" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Link_5762" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Link_5762.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Link_5762.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -487,17 +490,23 @@
|
|||||||
<data name="WorkItem_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="WorkItem_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\WorkItem_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\WorkItem_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="action_add_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Open_6296" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\action_add_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Open_6296.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="resultset_first" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="resultset_first" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\resultset_first.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\resultset_first.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="zoom_out1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="key1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\key1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chartdesigner2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="asterisk_yellow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\chartdesigner2.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\asterisk_yellow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="task" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\task.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="cmb" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\cmb.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="formatastable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="formatastable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\formatastable.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\formatastable.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
@@ -511,19 +520,19 @@
|
|||||||
<data name="bullet_orange" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="bullet_orange" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bullet_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\bullet_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Einstellungen6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="magifier_zoom_out" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Einstellungen6.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\magifier_zoom_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="bullet_red1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="bullet_red1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\bullet_red1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\bullet_red1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="key1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\key1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\color.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="user_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="user_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\user_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\user_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="security_key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="AttachFileHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\security_key.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>..\Resources\AttachFileHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
15
app/TaskFlow/My Project/Settings.Designer.vb
generated
15
app/TaskFlow/My Project/Settings.Designer.vb
generated
@@ -15,7 +15,7 @@ Option Explicit On
|
|||||||
Namespace My
|
Namespace My
|
||||||
|
|
||||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0"), _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0"), _
|
||||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
Partial Friend NotInheritable Class MySettings
|
Partial Friend NotInheritable Class MySettings
|
||||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||||
@@ -189,7 +189,7 @@ Namespace My
|
|||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("PROD")> _
|
Global.System.Configuration.DefaultSettingValueAttribute("TEST")> _
|
||||||
Public ReadOnly Property UserConfig_Prefix() As String
|
Public ReadOnly Property UserConfig_Prefix() As String
|
||||||
Get
|
Get
|
||||||
Return CType(Me("UserConfig_Prefix"),String)
|
Return CType(Me("UserConfig_Prefix"),String)
|
||||||
@@ -200,7 +200,7 @@ Namespace My
|
|||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security "& _
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security "& _
|
||||||
"Info=True;User ID=sa;Password=dd")> _
|
"Info=True;User ID=sa;Password=dd;Encrypt=False")> _
|
||||||
Public ReadOnly Property ConnectionString() As String
|
Public ReadOnly Property ConnectionString() As String
|
||||||
Get
|
Get
|
||||||
Return CType(Me("ConnectionString"),String)
|
Return CType(Me("ConnectionString"),String)
|
||||||
@@ -243,6 +243,15 @@ Namespace My
|
|||||||
Me("frmValidatorWindowState") = value
|
Me("frmValidatorWindowState") = value
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Configuration.DefaultSettingValueAttribute("11.2024")> _
|
||||||
|
Public ReadOnly Property GDPICTURE_VERSION() As String
|
||||||
|
Get
|
||||||
|
Return CType(Me("GDPICTURE_VERSION"),String)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|
||||||
|
|||||||
@@ -36,15 +36,15 @@
|
|||||||
<Value Profile="(Default)">False</Value>
|
<Value Profile="(Default)">False</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
|
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">PROD</Value>
|
<Value Profile="(Default)">TEST</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ConnectionString" Type="(Connection string)" Scope="Application">
|
<Setting Name="ConnectionString" Type="(Connection string)" Scope="Application">
|
||||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||||
<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString>
|
<ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False</ConnectionString>
|
||||||
<ProviderName>System.Data.SqlClient</ProviderName>
|
<ProviderName>System.Data.SqlClient</ProviderName>
|
||||||
</SerializableConnectionString></DesignTimeValue>
|
</SerializableConnectionString></DesignTimeValue>
|
||||||
<Value Profile="(Default)">Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd</Value>
|
<Value Profile="(Default)">Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="frmTableColumns_Position" Roaming="true" Type="System.Drawing.Point" Scope="User">
|
<Setting Name="frmTableColumns_Position" Roaming="true" Type="System.Drawing.Point" Scope="User">
|
||||||
<Value Profile="(Default)">0, 0</Value>
|
<Value Profile="(Default)">0, 0</Value>
|
||||||
@@ -55,5 +55,8 @@
|
|||||||
<Setting Name="frmValidatorWindowState" Type="System.String" Scope="User">
|
<Setting Name="frmValidatorWindowState" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">Normal</Value>
|
<Value Profile="(Default)">Normal</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="GDPICTURE_VERSION" Type="System.String" Scope="Application">
|
||||||
|
<Value Profile="(Default)">11.2024</Value>
|
||||||
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
||||||
@@ -1,13 +1,15 @@
|
|||||||
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraNavBar.NavBarControl, DevExpress.XtraNavBar.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraDataLayout.DataLayoutControl, DevExpress.XtraLayout.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraVerticalGrid.PropertyGridControl, DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraCharts.ChartControl, DevExpress.XtraCharts.v21.2.UI, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraVerticalGrid.PropertyGridControl, DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraNavBar.NavBarControl, DevExpress.XtraNavBar.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraDataLayout.DataLayoutControl, DevExpress.XtraLayout.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
|||||||
5
app/TaskFlow/README.txt
Normal file
5
app/TaskFlow/README.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
BASE MODULE
|
||||||
|
===========
|
||||||
|
|
||||||
|
This module is intended for often used constants and datastructures.
|
||||||
|
Therefor it is important that this module does not have any dependencies on other modules!!
|
||||||
BIN
app/TaskFlow/Resources/AttachFileHS.png
Normal file
BIN
app/TaskFlow/Resources/AttachFileHS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 578 B |
BIN
app/TaskFlow/Resources/DD_taskFLOW_BOOT.png
Normal file
BIN
app/TaskFlow/Resources/DD_taskFLOW_BOOT.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
app/TaskFlow/Resources/DD_taskFLOW_ICON.png
Normal file
BIN
app/TaskFlow/Resources/DD_taskFLOW_ICON.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
@@ -10,7 +11,7 @@
|
|||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<StartupObject>DD_ProcessManager.My.MyApplication</StartupObject>
|
<StartupObject>DD_ProcessManager.My.MyApplication</StartupObject>
|
||||||
<RootNamespace>DD_ProcessManager</RootNamespace>
|
<RootNamespace>DD_ProcessManager</RootNamespace>
|
||||||
<AssemblyName>TaskFlow</AssemblyName>
|
<AssemblyName>taskFLOW</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<MyType>WindowsForms</MyType>
|
<MyType>WindowsForms</MyType>
|
||||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||||
@@ -31,6 +32,8 @@
|
|||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
|
<NuGetPackageImportStamp>
|
||||||
|
</NuGetPackageImportStamp>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
@@ -39,7 +42,7 @@
|
|||||||
<DefineDebug>true</DefineDebug>
|
<DefineDebug>true</DefineDebug>
|
||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DocumentationFile>TaskFlow.xml</DocumentationFile>
|
<DocumentationFile>taskFLOW.xml</DocumentationFile>
|
||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
<CodeAnalysisRuleSet>UnusedCode.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>UnusedCode.ruleset</CodeAnalysisRuleSet>
|
||||||
@@ -52,7 +55,7 @@
|
|||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DocumentationFile>TaskFlow.xml</DocumentationFile>
|
<DocumentationFile>taskFLOW.xml</DocumentationFile>
|
||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -69,12 +72,15 @@
|
|||||||
<OptionInfer>On</OptionInfer>
|
<OptionInfer>On</OptionInfer>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>task.ico</ApplicationIcon>
|
<ApplicationIcon>DD_taskFLOW_ICON.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<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">
|
<Reference Include="DD_LIB_Standards, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DD_LIB_Standards.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DD_LIB_Standards.dll</HintPath>
|
||||||
@@ -143,57 +149,155 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
<Reference Include="DigitalData.Controls.DocumentViewer, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Controls.DocumentViewer, Version=1.9.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Controls.DocumentViewer.1.9.8\lib\net462\DigitalData.Controls.DocumentViewer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Controls.LookupGrid">
|
||||||
|
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.LookupGrid\bin\Debug\DigitalData.Controls.LookupGrid.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Controls.SnapPanel, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDMonorepo\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Controls.LookupGrid, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.GUIs.Common, Version=2.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.GUIs.Common.2.6.2\lib\net462\DigitalData.GUIs.Common.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Base, Version=1.3.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Base.1.3.8\lib\net462\DigitalData.Modules.Base.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Config, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Config.1.3.0\lib\net462\DigitalData.Modules.Config.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Database, Version=2.3.5.4, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Database.2.3.5.4\lib\net462\DigitalData.Modules.Database.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.EDMI.API">
|
||||||
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Encryption, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Encryption.1.3.1\lib\net462\DigitalData.Modules.Encryption.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Filesystem, Version=1.3.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Filesystem.1.3.3\lib\net462\DigitalData.Modules.Filesystem.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Interfaces">
|
||||||
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Interfaces\bin\Debug\DigitalData.Modules.Interfaces.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Language, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDMonorepo\Controls.LookupGrid\bin\Debug\DigitalData.Controls.LookupGrid.dll</HintPath>
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DigitalData.Modules.Language.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Controls.SnapPanel">
|
<Reference Include="DigitalData.Modules.License">
|
||||||
<HintPath>..\..\..\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\License\bin\Debug\DigitalData.Modules.License.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.GUIs.Common, Version=2.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Logging, Version=2.6.5.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Messaging, Version=1.9.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Patterns, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Patterns.1.3.1\lib\net462\DigitalData.Modules.Patterns.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Windows, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Windows.1.5.1\lib\net462\DigitalData.Modules.Windows.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Windream, Version=1.9.6.2, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Config">
|
<Reference Include="DigitalData.Modules.ZooFlow">
|
||||||
<HintPath>..\..\..\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\ZooFlow\bin\Debug\DigitalData.Modules.ZooFlow.dll</HintPath>
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Database, Version=2.2.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.EDMI.API, Version=1.5.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Language, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\DDModules\Language\bin\Debug\DigitalData.Modules.Language.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Logging, Version=2.5.4.2, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Windream">
|
|
||||||
<HintPath>..\..\..\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.ZooFlow, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\DDModules\ZooFlow\bin\Debug\DigitalData.Modules.ZooFlow.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DLLLicenseManager">
|
<Reference Include="DLLLicenseManager">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DLLLicenseManager.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\DLLLicenseManager.dll</HintPath>
|
||||||
</Reference>
|
</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="EntityFramework.Firebird, Version=6.4.0.0, Culture=neutral, PublicKeyToken=42d22d092898e5f8, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.Firebird.6.4.0\lib\net452\EntityFramework.Firebird.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="FirebirdSql.Data.FirebirdClient, Version=7.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="FormsUtils">
|
<Reference Include="FormsUtils">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.1d.writer, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.2d.writer, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD.DWG, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.DWG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Common, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Common.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Document, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Document.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Email, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Email.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.HTML, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.HTML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats.Conversion, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Rendering, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.MSOfficeBinary, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenDocument, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenDocument.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML.Templating, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.PDF, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.PDF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.RTF, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.RTF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.SVG, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.SVG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.wia.gateway, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6973b5c22dcf45f7, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.wia.gateway.dll</HintPath>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Interop.WINDREAMLib">
|
<Reference Include="Interop.WINDREAMLib">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||||
@@ -210,32 +314,120 @@
|
|||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="Mail">
|
||||||
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Limilabs\Mail.dll</HintPath>
|
||||||
|
</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.CSharp" />
|
||||||
|
<Reference Include="Microsoft.Identity.Client, Version=4.55.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="OpenMcdf, Version=2.4.1.0, Culture=neutral, PublicKeyToken=fdbb1629d7c00800, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\OpenMcdf.2.4.1\lib\net40\OpenMcdf.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Oracle.ManagedDataAccess">
|
<Reference Include="Oracle.ManagedDataAccess">
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Oracle.ManagedDataAccess.dll</HintPath>
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Oracle.ManagedDataAccess.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="PdfSharp-gdi">
|
<Reference Include="PdfSharp-gdi">
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\PdfSharp-gdi.dll</HintPath>
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\PdfSharp-gdi.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\protobuf-net.3.2.46\lib\net462\protobuf-net.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\protobuf-net.Core.3.2.46\lib\net462\protobuf-net.Core.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="RtfPipe, Version=2.0.7677.4303, Culture=neutral, PublicKeyToken=5f6ab4ce530296d2, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="S22.Imap, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\S22.Imap.3.6.0.0\lib\net40\S22.Imap.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.CodeDom, Version=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.ComponentModel.DataAnnotations" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Data.Linq" />
|
<Reference Include="System.Data.Linq" />
|
||||||
|
<Reference Include="System.Data.Odbc, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Data.Odbc.6.0.1\lib\net461\System.Data.Odbc.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Data.OracleClient" />
|
<Reference Include="System.Data.OracleClient" />
|
||||||
<Reference Include="System.Deployment" />
|
<Reference Include="System.Deployment" />
|
||||||
<Reference Include="System.Design" />
|
<Reference Include="System.Design" />
|
||||||
<Reference Include="System.DirectoryServices" />
|
<Reference Include="System.DirectoryServices" />
|
||||||
<Reference Include="System.DirectoryServices.AccountManagement" />
|
<Reference Include="System.DirectoryServices.AccountManagement" />
|
||||||
<Reference Include="System.Drawing" />
|
<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.IdentityModel" />
|
||||||
<Reference Include="System.IO.Compression" />
|
<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.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.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.ServiceModel" />
|
<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.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.Web.Services" />
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
@@ -321,6 +513,18 @@
|
|||||||
<Compile Include="frmAdminPasswort.vb">
|
<Compile Include="frmAdminPasswort.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="frmAdmin_notResponsibleConfig.Designer.vb">
|
||||||
|
<DependentUpon>frmAdmin_notResponsibleConfig.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmAdmin_notResponsibleConfig.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmAdmin_rejectionConfig.Designer.vb">
|
||||||
|
<DependentUpon>frmAdmin_rejectionConfig.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmAdmin_rejectionConfig.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="frmAnnotations.Designer.vb">
|
<Compile Include="frmAnnotations.Designer.vb">
|
||||||
<DependentUpon>frmAnnotations.vb</DependentUpon>
|
<DependentUpon>frmAnnotations.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -345,6 +549,12 @@
|
|||||||
<Compile Include="frmColumn_Detail.vb">
|
<Compile Include="frmColumn_Detail.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="frmDashboard1.Designer.vb">
|
||||||
|
<DependentUpon>frmDashboard1.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmDashboard1.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="frmDesignerLayout.Designer.vb">
|
<Compile Include="frmDesignerLayout.Designer.vb">
|
||||||
<DependentUpon>frmDesignerLayout.vb</DependentUpon>
|
<DependentUpon>frmDesignerLayout.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -460,6 +670,12 @@
|
|||||||
<Compile Include="frmRegexEditor.vb">
|
<Compile Include="frmRegexEditor.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="frmRejectionCommit.Designer.vb">
|
||||||
|
<DependentUpon>frmRejectionCommit.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmRejectionCommit.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="frmSplash.designer.vb">
|
<Compile Include="frmSplash.designer.vb">
|
||||||
<DependentUpon>frmSplash.vb</DependentUpon>
|
<DependentUpon>frmSplash.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -478,12 +694,6 @@
|
|||||||
<Compile Include="frmMain.vb">
|
<Compile Include="frmMain.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</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">
|
<Compile Include="frmValidator.Designer.vb">
|
||||||
<DependentUpon>frmValidator.vb</DependentUpon>
|
<DependentUpon>frmValidator.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -496,12 +706,24 @@
|
|||||||
<Compile Include="frmValidatorSearch.vb">
|
<Compile Include="frmValidatorSearch.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="frmValidator_Messages.Designer.vb">
|
||||||
|
<DependentUpon>frmValidator_Messages.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmValidator_Messages.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="frmWorkflow.Designer.vb">
|
<Compile Include="frmWorkflow.Designer.vb">
|
||||||
<DependentUpon>frmWorkflow.vb</DependentUpon>
|
<DependentUpon>frmWorkflow.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="frmWorkflow.vb">
|
<Compile Include="frmWorkflow.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="frmYesNo.Designer.vb">
|
||||||
|
<DependentUpon>frmYesNo.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmYesNo.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="ModuleControlProperties.vb" />
|
<Compile Include="ModuleControlProperties.vb" />
|
||||||
<Compile Include="ModuleFinalIndexProperties.vb" />
|
<Compile Include="ModuleFinalIndexProperties.vb" />
|
||||||
<Compile Include="ModuleHelper.vb" />
|
<Compile Include="ModuleHelper.vb" />
|
||||||
@@ -544,6 +766,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="frmAbout.resx">
|
<EmbeddedResource Include="frmAbout.resx">
|
||||||
<DependentUpon>frmAbout.vb</DependentUpon>
|
<DependentUpon>frmAbout.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmAdmin2.resx">
|
<EmbeddedResource Include="frmAdmin2.resx">
|
||||||
<DependentUpon>frmAdmin2.vb</DependentUpon>
|
<DependentUpon>frmAdmin2.vb</DependentUpon>
|
||||||
@@ -551,13 +774,21 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmAdministration.en.resx">
|
<EmbeddedResource Include="frmAdministration.en.resx">
|
||||||
<DependentUpon>frmAdministration.vb</DependentUpon>
|
<DependentUpon>frmAdministration.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmAdministration.fr.resx">
|
<EmbeddedResource Include="frmAdministration.fr.resx">
|
||||||
<DependentUpon>frmAdministration.vb</DependentUpon>
|
<DependentUpon>frmAdministration.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmAdminPasswort.resx">
|
<EmbeddedResource Include="frmAdminPasswort.resx">
|
||||||
<DependentUpon>frmAdminPasswort.vb</DependentUpon>
|
<DependentUpon>frmAdminPasswort.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmAdmin_notResponsibleConfig.resx">
|
||||||
|
<DependentUpon>frmAdmin_notResponsibleConfig.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmAdmin_rejectionConfig.resx">
|
||||||
|
<DependentUpon>frmAdmin_rejectionConfig.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmAnnotations.resx">
|
<EmbeddedResource Include="frmAnnotations.resx">
|
||||||
<DependentUpon>frmAnnotations.vb</DependentUpon>
|
<DependentUpon>frmAnnotations.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@@ -574,6 +805,9 @@
|
|||||||
<EmbeddedResource Include="frmColumn_Detail.resx">
|
<EmbeddedResource Include="frmColumn_Detail.resx">
|
||||||
<DependentUpon>frmColumn_Detail.vb</DependentUpon>
|
<DependentUpon>frmColumn_Detail.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmDashboard1.resx">
|
||||||
|
<DependentUpon>frmDashboard1.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmDesignerLayout.resx">
|
<EmbeddedResource Include="frmDesignerLayout.resx">
|
||||||
<DependentUpon>frmDesignerLayout.vb</DependentUpon>
|
<DependentUpon>frmDesignerLayout.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@@ -583,6 +817,12 @@
|
|||||||
<EmbeddedResource Include="frmDesignerLayout\Editors\frmStaticListEditor.resx">
|
<EmbeddedResource Include="frmDesignerLayout\Editors\frmStaticListEditor.resx">
|
||||||
<DependentUpon>frmStaticListEditor.vb</DependentUpon>
|
<DependentUpon>frmStaticListEditor.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmError.en.resx">
|
||||||
|
<DependentUpon>frmError.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmError.fr.resx">
|
||||||
|
<DependentUpon>frmError.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmError.resx">
|
<EmbeddedResource Include="frmError.resx">
|
||||||
<DependentUpon>frmError.vb</DependentUpon>
|
<DependentUpon>frmError.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@@ -598,6 +838,7 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmGhostMode.resx">
|
<EmbeddedResource Include="frmGhostMode.resx">
|
||||||
<DependentUpon>frmGhostMode.vb</DependentUpon>
|
<DependentUpon>frmGhostMode.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmInvDashboard.resx">
|
<EmbeddedResource Include="frmInvDashboard.resx">
|
||||||
<DependentUpon>frmInvDashboard.vb</DependentUpon>
|
<DependentUpon>frmInvDashboard.vb</DependentUpon>
|
||||||
@@ -642,6 +883,15 @@
|
|||||||
<EmbeddedResource Include="frmRegexEditor.resx">
|
<EmbeddedResource Include="frmRegexEditor.resx">
|
||||||
<DependentUpon>frmRegexEditor.vb</DependentUpon>
|
<DependentUpon>frmRegexEditor.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmRejectionCommit.en.resx">
|
||||||
|
<DependentUpon>frmRejectionCommit.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmRejectionCommit.fr.resx">
|
||||||
|
<DependentUpon>frmRejectionCommit.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmRejectionCommit.resx">
|
||||||
|
<DependentUpon>frmRejectionCommit.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmSplash.resx">
|
<EmbeddedResource Include="frmSplash.resx">
|
||||||
<DependentUpon>frmSplash.vb</DependentUpon>
|
<DependentUpon>frmSplash.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@@ -658,14 +908,13 @@
|
|||||||
<DependentUpon>frmMain.vb</DependentUpon>
|
<DependentUpon>frmMain.vb</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmUserKonfig_AddUsers.resx">
|
|
||||||
<DependentUpon>frmUserKonfig_AddUsers.vb</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="frmValidator.en.resx">
|
<EmbeddedResource Include="frmValidator.en.resx">
|
||||||
<DependentUpon>frmValidator.vb</DependentUpon>
|
<DependentUpon>frmValidator.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmValidator.fr.resx">
|
<EmbeddedResource Include="frmValidator.fr.resx">
|
||||||
<DependentUpon>frmValidator.vb</DependentUpon>
|
<DependentUpon>frmValidator.vb</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmValidator.resx">
|
<EmbeddedResource Include="frmValidator.resx">
|
||||||
<DependentUpon>frmValidator.vb</DependentUpon>
|
<DependentUpon>frmValidator.vb</DependentUpon>
|
||||||
@@ -681,9 +930,21 @@
|
|||||||
<DependentUpon>frmValidatorSearch.vb</DependentUpon>
|
<DependentUpon>frmValidatorSearch.vb</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmValidator_Messages.resx">
|
||||||
|
<DependentUpon>frmValidator_Messages.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmWorkflow.resx">
|
<EmbeddedResource Include="frmWorkflow.resx">
|
||||||
<DependentUpon>frmWorkflow.vb</DependentUpon>
|
<DependentUpon>frmWorkflow.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmYesNo.en.resx">
|
||||||
|
<DependentUpon>frmYesNo.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmYesNo.fr.resx">
|
||||||
|
<DependentUpon>frmYesNo.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="frmYesNo.resx">
|
||||||
|
<DependentUpon>frmYesNo.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||||
<EmbeddedResource Include="My Project\Resources.resx">
|
<EmbeddedResource Include="My Project\Resources.resx">
|
||||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||||
@@ -932,6 +1193,23 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Changelog.md" />
|
<None Include="Changelog.md" />
|
||||||
<Content Include="DD_Icons_ICO_PMANAGER_48px.ico" />
|
<Content Include="DD_Icons_ICO_PMANAGER_48px.ico" />
|
||||||
|
<Content Include="DD_taskFLOW_ICON.ico" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.1d.reader.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.1d.reader.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.2d.reader.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.2d.reader.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.filters.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.filters.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.image.gdimgplug.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.image.gdimgplug.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.ML.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.ML.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.Rendering.Skia.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.Rendering.Skia.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.machine.vision.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.machine.vision.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.twain.client.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.twain.client.dll" />
|
||||||
<Content Include="MailLicense.xml">
|
<Content Include="MailLicense.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -956,6 +1234,10 @@
|
|||||||
<None Include="Resources\chartdesigner2.svg" />
|
<None Include="Resources\chartdesigner2.svg" />
|
||||||
<None Include="Resources\cancel.svg" />
|
<None Include="Resources\cancel.svg" />
|
||||||
<None Include="Resources\publicfix_32x32.png" />
|
<None Include="Resources\publicfix_32x32.png" />
|
||||||
|
<None Include="Resources\DD_taskFLOW_BOOT.png" />
|
||||||
|
<None Include="Resources\DD_taskFLOW_ICON.png" />
|
||||||
|
<None Include="Resources\AttachFileHS.png" />
|
||||||
|
<Content Include="README.txt" />
|
||||||
<Content Include="task.ico" />
|
<Content Include="task.ico" />
|
||||||
<None Include="Resources\searchFlow_icon.png" />
|
<None Include="Resources\searchFlow_icon.png" />
|
||||||
<None Include="Resources\taskFlow_icon.png" />
|
<None Include="Resources\taskFlow_icon.png" />
|
||||||
@@ -1028,6 +1310,16 @@
|
|||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
|
<Import Project="..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.3.3\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.3.3\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
||||||
|
</Target>
|
||||||
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|||||||
@@ -117,6 +117,9 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="Bestaetigung" xml:space="preserve">
|
||||||
|
<value>Confirmation</value>
|
||||||
|
</data>
|
||||||
<data name="Bitte validieren Sie die rot markierten Felder!" xml:space="preserve">
|
<data name="Bitte validieren Sie die rot markierten Felder!" xml:space="preserve">
|
||||||
<value>Please validate red marked fields!</value>
|
<value>Please validate red marked fields!</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -117,6 +117,9 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="Bestaetigung" xml:space="preserve">
|
||||||
|
<value>Confirmation</value>
|
||||||
|
</data>
|
||||||
<data name="Bitte validieren Sie die rot markierten Felder!" xml:space="preserve">
|
<data name="Bitte validieren Sie die rot markierten Felder!" xml:space="preserve">
|
||||||
<value>Veuillez valider les champs marqués en rouge!</value>
|
<value>Veuillez valider les champs marqués en rouge!</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -48,8 +48,10 @@ Public Class clsPatterns
|
|||||||
Public Const INT_VALUE_MACHINE = "MACHINE"
|
Public Const INT_VALUE_MACHINE = "MACHINE"
|
||||||
Public Const INT_VALUE_DOMAIN = "DOMAIN"
|
Public Const INT_VALUE_DOMAIN = "DOMAIN"
|
||||||
Public Const INT_VALUE_DATE = "DATE"
|
Public Const INT_VALUE_DATE = "DATE"
|
||||||
|
Public Const INT_VALUE_WMDocID = "WMDocID"
|
||||||
|
Public Const INT_VALUE_IDBID = "IDBObjID"
|
||||||
|
|
||||||
Public Const MAX_TRY_COUNT = 50
|
Public Const MAX_TRY_COUNT = 20
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' This value will be valid as any datatype,
|
''' This value will be valid as any datatype,
|
||||||
@@ -79,13 +81,16 @@ Public Class clsPatterns
|
|||||||
|
|
||||||
LOGGER.Debug($"input BEFORE replacing: [{result}]")
|
LOGGER.Debug($"input BEFORE replacing: [{result}]")
|
||||||
result = ReplaceInternalValues(result)
|
result = ReplaceInternalValues(result)
|
||||||
result = ReplaceControlValues(result, panel, is_SQL)
|
|
||||||
If Not IsNothing(CURRENT_WMFILE) Then
|
If Not IsNothing(CURRENT_WMFILE) Then
|
||||||
result = ReplaceWindreamIndicies(result, CURRENT_WMFILE, is_SQL)
|
result = ReplaceWindreamIndicies(result, CURRENT_WMFILE, is_SQL)
|
||||||
End If
|
End If
|
||||||
If IDB_ACTIVE = True Then
|
If IDB_ACTIVE = True Then
|
||||||
result = ReplaceIDBAttributes(result, is_SQL)
|
result = ReplaceIDBAttributes(result, is_SQL)
|
||||||
End If
|
End If
|
||||||
|
'vorher hinter result = ReplaceInternalValues(result)
|
||||||
|
result = ReplaceControlValues(result, panel, is_SQL)
|
||||||
|
|
||||||
If Not IsNothing(result) Then
|
If Not IsNothing(result) Then
|
||||||
result = ReplaceUserValues(result)
|
result = ReplaceUserValues(result)
|
||||||
LOGGER.Debug($"input AFTER replacing: [{result}]")
|
LOGGER.Debug($"input AFTER replacing: [{result}]")
|
||||||
@@ -122,6 +127,12 @@ Public Class clsPatterns
|
|||||||
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_DATE)
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_DATE)
|
||||||
oResult = ReplacePattern(oResult, PATTERN_INT, Now.ToShortDateString)
|
oResult = ReplacePattern(oResult, PATTERN_INT, Now.ToShortDateString)
|
||||||
End While
|
End While
|
||||||
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_WMDocID)
|
||||||
|
oResult = ReplacePattern(oResult, PATTERN_INT, CURRENT_DOC_ID)
|
||||||
|
End While
|
||||||
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_IDBID)
|
||||||
|
oResult = ReplacePattern(oResult, PATTERN_INT, CURRENT_DOC_ID)
|
||||||
|
End While
|
||||||
|
|
||||||
Return oResult
|
Return oResult
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -169,7 +180,7 @@ Public Class clsPatterns
|
|||||||
If CURRENT_CLICKED_PROFILE_TITLE Is Nothing Then
|
If CURRENT_CLICKED_PROFILE_TITLE Is Nothing Then
|
||||||
CURRENT_CLICKED_PROFILE_TITLE = "NONE_TITLE"
|
CURRENT_CLICKED_PROFILE_TITLE = "NONE_TITLE"
|
||||||
End If
|
End If
|
||||||
result = ReplacePattern(result, PATTERN_USER, CURRENT_CLICKED_PROFILE_TITLE)
|
result = ReplacePattern(result, PATTERN_USER, CURRENT_CLICKED_PROFILE_TITLE.Replace("GROUP_TEXT:", ""))
|
||||||
End While
|
End While
|
||||||
Return result
|
Return result
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -212,11 +223,19 @@ Public Class clsPatterns
|
|||||||
oReplaceValue = oControl.Text
|
oReplaceValue = oControl.Text
|
||||||
|
|
||||||
Case GetType(TextEdit)
|
Case GetType(TextEdit)
|
||||||
oReplaceValue = Utils.NotNull(DirectCast(oControl, TextEdit).EditValue, String.Empty)
|
Try
|
||||||
|
oReplaceValue = Utils.NotNull(DirectCast(oControl, TextEdit).EditValue, String.Empty)
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error in ReplaceValue MemoEdit: {ex.Message}")
|
||||||
|
oReplaceValue = ""
|
||||||
|
End Try
|
||||||
Case GetType(MemoEdit)
|
Case GetType(MemoEdit)
|
||||||
oReplaceValue = Utils.NotNull(DirectCast(oControl, MemoEdit).EditValue, String.Empty)
|
Try
|
||||||
|
oReplaceValue = Utils.NotNull(DirectCast(oControl, MemoEdit).EditValue, String.Empty)
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error in ReplaceValue MemoEdit: {ex.Message}")
|
||||||
|
oReplaceValue = ""
|
||||||
|
End Try
|
||||||
Case GetType(LookupControl3)
|
Case GetType(LookupControl3)
|
||||||
Dim oLookupControl3 As LookupControl3 = oControl
|
Dim oLookupControl3 As LookupControl3 = oControl
|
||||||
If oLookupControl3.Properties.SelectedValues.Count = 1 Then
|
If oLookupControl3.Properties.SelectedValues.Count = 1 Then
|
||||||
|
|||||||
114
app/TaskFlow/frmAdmin2.Designer.vb
generated
114
app/TaskFlow/frmAdmin2.Designer.vb
generated
@@ -162,8 +162,16 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutConverter1 = New DevExpress.XtraLayout.Converter.LayoutConverter(Me.components)
|
Me.LayoutConverter1 = New DevExpress.XtraLayout.Converter.LayoutConverter(Me.components)
|
||||||
Me.XtraSaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
Me.XtraSaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
||||||
CType(Me.spcontwKonfMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
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()
|
Me.spcontwKonfMain.SuspendLayout()
|
||||||
CType(Me.spcontwKonfleft, System.ComponentModel.ISupportInitialize).BeginInit()
|
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()
|
Me.spcontwKonfleft.SuspendLayout()
|
||||||
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridViewWK1, 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.GridControlWK3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridViewWK3, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridViewWK3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.spcontwKonfRight, 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()
|
Me.spcontwKonfRight.SuspendLayout()
|
||||||
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridViewWK2, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridViewWK2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
@@ -260,8 +272,14 @@ Partial Class frmAdmin2
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.spcontwKonfMain, "spcontwKonfMain")
|
resources.ApplyResources(Me.spcontwKonfMain, "spcontwKonfMain")
|
||||||
Me.spcontwKonfMain.Name = "spcontwKonfMain"
|
Me.spcontwKonfMain.Name = "spcontwKonfMain"
|
||||||
|
'
|
||||||
|
'spcontwKonfMain.Panel1
|
||||||
|
'
|
||||||
Me.spcontwKonfMain.Panel1.Controls.Add(Me.spcontwKonfleft)
|
Me.spcontwKonfMain.Panel1.Controls.Add(Me.spcontwKonfleft)
|
||||||
resources.ApplyResources(Me.spcontwKonfMain.Panel1, "spcontwKonfMain.Panel1")
|
resources.ApplyResources(Me.spcontwKonfMain.Panel1, "spcontwKonfMain.Panel1")
|
||||||
|
'
|
||||||
|
'spcontwKonfMain.Panel2
|
||||||
|
'
|
||||||
Me.spcontwKonfMain.Panel2.Controls.Add(Me.spcontwKonfRight)
|
Me.spcontwKonfMain.Panel2.Controls.Add(Me.spcontwKonfRight)
|
||||||
resources.ApplyResources(Me.spcontwKonfMain.Panel2, "spcontwKonfMain.Panel2")
|
resources.ApplyResources(Me.spcontwKonfMain.Panel2, "spcontwKonfMain.Panel2")
|
||||||
Me.spcontwKonfMain.SplitterPosition = 486
|
Me.spcontwKonfMain.SplitterPosition = 486
|
||||||
@@ -272,8 +290,14 @@ Partial Class frmAdmin2
|
|||||||
resources.ApplyResources(Me.spcontwKonfleft, "spcontwKonfleft")
|
resources.ApplyResources(Me.spcontwKonfleft, "spcontwKonfleft")
|
||||||
Me.spcontwKonfleft.Horizontal = False
|
Me.spcontwKonfleft.Horizontal = False
|
||||||
Me.spcontwKonfleft.Name = "spcontwKonfleft"
|
Me.spcontwKonfleft.Name = "spcontwKonfleft"
|
||||||
|
'
|
||||||
|
'spcontwKonfleft.Panel1
|
||||||
|
'
|
||||||
Me.spcontwKonfleft.Panel1.Controls.Add(Me.GridControlWK1)
|
Me.spcontwKonfleft.Panel1.Controls.Add(Me.GridControlWK1)
|
||||||
resources.ApplyResources(Me.spcontwKonfleft.Panel1, "spcontwKonfleft.Panel1")
|
resources.ApplyResources(Me.spcontwKonfleft.Panel1, "spcontwKonfleft.Panel1")
|
||||||
|
'
|
||||||
|
'spcontwKonfleft.Panel2
|
||||||
|
'
|
||||||
Me.spcontwKonfleft.Panel2.Controls.Add(Me.GridControlWK3)
|
Me.spcontwKonfleft.Panel2.Controls.Add(Me.GridControlWK3)
|
||||||
resources.ApplyResources(Me.spcontwKonfleft.Panel2, "spcontwKonfleft.Panel2")
|
resources.ApplyResources(Me.spcontwKonfleft.Panel2, "spcontwKonfleft.Panel2")
|
||||||
Me.spcontwKonfleft.SplitterPosition = 258
|
Me.spcontwKonfleft.SplitterPosition = 258
|
||||||
@@ -516,8 +540,14 @@ Partial Class frmAdmin2
|
|||||||
resources.ApplyResources(Me.spcontwKonfRight, "spcontwKonfRight")
|
resources.ApplyResources(Me.spcontwKonfRight, "spcontwKonfRight")
|
||||||
Me.spcontwKonfRight.Horizontal = False
|
Me.spcontwKonfRight.Horizontal = False
|
||||||
Me.spcontwKonfRight.Name = "spcontwKonfRight"
|
Me.spcontwKonfRight.Name = "spcontwKonfRight"
|
||||||
|
'
|
||||||
|
'spcontwKonfRight.Panel1
|
||||||
|
'
|
||||||
Me.spcontwKonfRight.Panel1.Controls.Add(Me.GridControlWK2)
|
Me.spcontwKonfRight.Panel1.Controls.Add(Me.GridControlWK2)
|
||||||
resources.ApplyResources(Me.spcontwKonfRight.Panel1, "spcontwKonfRight.Panel1")
|
resources.ApplyResources(Me.spcontwKonfRight.Panel1, "spcontwKonfRight.Panel1")
|
||||||
|
'
|
||||||
|
'spcontwKonfRight.Panel2
|
||||||
|
'
|
||||||
Me.spcontwKonfRight.Panel2.Controls.Add(Me.GridControlWK4)
|
Me.spcontwKonfRight.Panel2.Controls.Add(Me.GridControlWK4)
|
||||||
resources.ApplyResources(Me.spcontwKonfRight.Panel2, "spcontwKonfRight.Panel2")
|
resources.ApplyResources(Me.spcontwKonfRight.Panel2, "spcontwKonfRight.Panel2")
|
||||||
Me.spcontwKonfRight.SplitterPosition = 257
|
Me.spcontwKonfRight.SplitterPosition = 257
|
||||||
@@ -790,7 +820,7 @@ Partial Class frmAdmin2
|
|||||||
Me.Root.GroupBordersVisible = False
|
Me.Root.GroupBordersVisible = False
|
||||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1})
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1})
|
||||||
Me.Root.Name = "Root"
|
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
|
Me.Root.TextVisible = False
|
||||||
'
|
'
|
||||||
'LayoutControlGroup1
|
'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.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.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.LayoutControlGroup1.Name = "autoGeneratedGroup0"
|
Me.LayoutControlGroup1.Name = "autoGeneratedGroup0"
|
||||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(678, 471)
|
Me.LayoutControlGroup1.Size = New System.Drawing.Size(678, 458)
|
||||||
'
|
'
|
||||||
'ItemForGUID
|
'ItemForGUID
|
||||||
'
|
'
|
||||||
@@ -809,7 +839,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForGUID.Name = "ItemForGUID"
|
Me.ItemForGUID.Name = "ItemForGUID"
|
||||||
Me.ItemForGUID.Size = New System.Drawing.Size(678, 24)
|
Me.ItemForGUID.Size = New System.Drawing.Size(678, 24)
|
||||||
resources.ApplyResources(Me.ItemForGUID, "ItemForGUID")
|
resources.ApplyResources(Me.ItemForGUID, "ItemForGUID")
|
||||||
Me.ItemForGUID.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForGUID.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForTITLE
|
'ItemForTITLE
|
||||||
'
|
'
|
||||||
@@ -818,7 +848,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForTITLE.Name = "ItemForTITLE"
|
Me.ItemForTITLE.Name = "ItemForTITLE"
|
||||||
Me.ItemForTITLE.Size = New System.Drawing.Size(678, 24)
|
Me.ItemForTITLE.Size = New System.Drawing.Size(678, 24)
|
||||||
resources.ApplyResources(Me.ItemForTITLE, "ItemForTITLE")
|
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
|
'ItemForEMAIL_SUBJECT
|
||||||
'
|
'
|
||||||
@@ -827,70 +857,70 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForEMAIL_SUBJECT.Name = "ItemForEMAIL_SUBJECT"
|
Me.ItemForEMAIL_SUBJECT.Name = "ItemForEMAIL_SUBJECT"
|
||||||
Me.ItemForEMAIL_SUBJECT.Size = New System.Drawing.Size(678, 24)
|
Me.ItemForEMAIL_SUBJECT.Size = New System.Drawing.Size(678, 24)
|
||||||
resources.ApplyResources(Me.ItemForEMAIL_SUBJECT, "ItemForEMAIL_SUBJECT")
|
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
|
'ItemForEMAIL_BODY1
|
||||||
'
|
'
|
||||||
Me.ItemForEMAIL_BODY1.Control = Me.EMAIL_BODY1TextEdit
|
Me.ItemForEMAIL_BODY1.Control = Me.EMAIL_BODY1TextEdit
|
||||||
Me.ItemForEMAIL_BODY1.Location = New System.Drawing.Point(0, 72)
|
Me.ItemForEMAIL_BODY1.Location = New System.Drawing.Point(0, 72)
|
||||||
Me.ItemForEMAIL_BODY1.Name = "ItemForEMAIL_BODY1"
|
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")
|
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
|
'ItemForEMAIL_BODY2
|
||||||
'
|
'
|
||||||
Me.ItemForEMAIL_BODY2.Control = Me.EMAIL_BODY2TextEdit
|
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.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")
|
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
|
'ItemForEMAIL_BODY3
|
||||||
'
|
'
|
||||||
Me.ItemForEMAIL_BODY3.Control = Me.EMAIL_BODY3TextEdit
|
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.Name = "ItemForEMAIL_BODY3"
|
||||||
Me.ItemForEMAIL_BODY3.Size = New System.Drawing.Size(678, 24)
|
Me.ItemForEMAIL_BODY3.Size = New System.Drawing.Size(678, 24)
|
||||||
resources.ApplyResources(Me.ItemForEMAIL_BODY3, "ItemForEMAIL_BODY3")
|
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
|
'ItemForADDED_WHO
|
||||||
'
|
'
|
||||||
Me.ItemForADDED_WHO.Control = Me.ADDED_WHOTextEdit
|
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.Name = "ItemForADDED_WHO"
|
||||||
Me.ItemForADDED_WHO.Size = New System.Drawing.Size(339, 24)
|
Me.ItemForADDED_WHO.Size = New System.Drawing.Size(339, 24)
|
||||||
resources.ApplyResources(Me.ItemForADDED_WHO, "ItemForADDED_WHO")
|
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
|
'ItemForCHANGED_WHO
|
||||||
'
|
'
|
||||||
Me.ItemForCHANGED_WHO.Control = Me.CHANGED_WHOTextEdit
|
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.Name = "ItemForCHANGED_WHO"
|
||||||
Me.ItemForCHANGED_WHO.Size = New System.Drawing.Size(339, 24)
|
Me.ItemForCHANGED_WHO.Size = New System.Drawing.Size(339, 24)
|
||||||
resources.ApplyResources(Me.ItemForCHANGED_WHO, "ItemForCHANGED_WHO")
|
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
|
'ItemForADDED_WHEN
|
||||||
'
|
'
|
||||||
Me.ItemForADDED_WHEN.Control = Me.ADDED_WHENDateEdit
|
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.Name = "ItemForADDED_WHEN"
|
||||||
Me.ItemForADDED_WHEN.Size = New System.Drawing.Size(339, 24)
|
Me.ItemForADDED_WHEN.Size = New System.Drawing.Size(339, 24)
|
||||||
resources.ApplyResources(Me.ItemForADDED_WHEN, "ItemForADDED_WHEN")
|
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
|
'ItemForCHANGED_WHEN
|
||||||
'
|
'
|
||||||
Me.ItemForCHANGED_WHEN.Control = Me.CHANGED_WHENDateEdit
|
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.Name = "ItemForCHANGED_WHEN"
|
||||||
Me.ItemForCHANGED_WHEN.Size = New System.Drawing.Size(339, 24)
|
Me.ItemForCHANGED_WHEN.Size = New System.Drawing.Size(339, 24)
|
||||||
resources.ApplyResources(Me.ItemForCHANGED_WHEN, "ItemForCHANGED_WHEN")
|
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
|
'GridControl1
|
||||||
'
|
'
|
||||||
@@ -1151,7 +1181,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem1.Name = "ItemForGUID"
|
Me.LayoutControlItem1.Name = "ItemForGUID"
|
||||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(262, 24)
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(262, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
|
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
|
||||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(74, 13)
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING1
|
'ItemForSTRING1
|
||||||
'
|
'
|
||||||
@@ -1160,7 +1190,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING1.Name = "ItemForSTRING1"
|
Me.ItemForSTRING1.Name = "ItemForSTRING1"
|
||||||
Me.ItemForSTRING1.Size = New System.Drawing.Size(524, 171)
|
Me.ItemForSTRING1.Size = New System.Drawing.Size(524, 171)
|
||||||
resources.ApplyResources(Me.ItemForSTRING1, "ItemForSTRING1")
|
resources.ApplyResources(Me.ItemForSTRING1, "ItemForSTRING1")
|
||||||
Me.ItemForSTRING1.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING1.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING2
|
'ItemForSTRING2
|
||||||
'
|
'
|
||||||
@@ -1169,7 +1199,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING2.Name = "ItemForSTRING2"
|
Me.ItemForSTRING2.Name = "ItemForSTRING2"
|
||||||
Me.ItemForSTRING2.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForSTRING2.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForSTRING2, "ItemForSTRING2")
|
resources.ApplyResources(Me.ItemForSTRING2, "ItemForSTRING2")
|
||||||
Me.ItemForSTRING2.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING2.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING3
|
'ItemForSTRING3
|
||||||
'
|
'
|
||||||
@@ -1178,7 +1208,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING3.Name = "ItemForSTRING3"
|
Me.ItemForSTRING3.Name = "ItemForSTRING3"
|
||||||
Me.ItemForSTRING3.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForSTRING3.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForSTRING3, "ItemForSTRING3")
|
resources.ApplyResources(Me.ItemForSTRING3, "ItemForSTRING3")
|
||||||
Me.ItemForSTRING3.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING3.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING4
|
'ItemForSTRING4
|
||||||
'
|
'
|
||||||
@@ -1187,7 +1217,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING4.Name = "ItemForSTRING4"
|
Me.ItemForSTRING4.Name = "ItemForSTRING4"
|
||||||
Me.ItemForSTRING4.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForSTRING4.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForSTRING4, "ItemForSTRING4")
|
resources.ApplyResources(Me.ItemForSTRING4, "ItemForSTRING4")
|
||||||
Me.ItemForSTRING4.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING4.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING5
|
'ItemForSTRING5
|
||||||
'
|
'
|
||||||
@@ -1196,7 +1226,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING5.Name = "ItemForSTRING5"
|
Me.ItemForSTRING5.Name = "ItemForSTRING5"
|
||||||
Me.ItemForSTRING5.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForSTRING5.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForSTRING5, "ItemForSTRING5")
|
resources.ApplyResources(Me.ItemForSTRING5, "ItemForSTRING5")
|
||||||
Me.ItemForSTRING5.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING5.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForSTRING6
|
'ItemForSTRING6
|
||||||
'
|
'
|
||||||
@@ -1205,7 +1235,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForSTRING6.Name = "ItemForSTRING6"
|
Me.ItemForSTRING6.Name = "ItemForSTRING6"
|
||||||
Me.ItemForSTRING6.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForSTRING6.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForSTRING6, "ItemForSTRING6")
|
resources.ApplyResources(Me.ItemForSTRING6, "ItemForSTRING6")
|
||||||
Me.ItemForSTRING6.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForSTRING6.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'LayoutControlItem3
|
'LayoutControlItem3
|
||||||
'
|
'
|
||||||
@@ -1214,7 +1244,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem3.Name = "ItemForADDED_WHO"
|
Me.LayoutControlItem3.Name = "ItemForADDED_WHO"
|
||||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(262, 24)
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(262, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
|
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
|
||||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(74, 13)
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'LayoutControlItem5
|
'LayoutControlItem5
|
||||||
'
|
'
|
||||||
@@ -1223,7 +1253,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem5.Name = "ItemForCHANGED_WHO"
|
Me.LayoutControlItem5.Name = "ItemForCHANGED_WHO"
|
||||||
Me.LayoutControlItem5.Size = New System.Drawing.Size(262, 24)
|
Me.LayoutControlItem5.Size = New System.Drawing.Size(262, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem5, "LayoutControlItem5")
|
resources.ApplyResources(Me.LayoutControlItem5, "LayoutControlItem5")
|
||||||
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(74, 13)
|
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'LayoutControlItem4
|
'LayoutControlItem4
|
||||||
'
|
'
|
||||||
@@ -1232,7 +1262,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem4.Name = "ItemForADDED_WHEN"
|
Me.LayoutControlItem4.Name = "ItemForADDED_WHEN"
|
||||||
Me.LayoutControlItem4.Size = New System.Drawing.Size(262, 24)
|
Me.LayoutControlItem4.Size = New System.Drawing.Size(262, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4")
|
resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4")
|
||||||
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(74, 13)
|
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'LayoutControlItem6
|
'LayoutControlItem6
|
||||||
'
|
'
|
||||||
@@ -1241,7 +1271,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem6.Name = "ItemForCHANGED_WHEN"
|
Me.LayoutControlItem6.Name = "ItemForCHANGED_WHEN"
|
||||||
Me.LayoutControlItem6.Size = New System.Drawing.Size(262, 24)
|
Me.LayoutControlItem6.Size = New System.Drawing.Size(262, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem6, "LayoutControlItem6")
|
resources.ApplyResources(Me.LayoutControlItem6, "LayoutControlItem6")
|
||||||
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(74, 13)
|
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForINTERNAL
|
'ItemForINTERNAL
|
||||||
'
|
'
|
||||||
@@ -1260,7 +1290,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForCAPT_TYPE.Name = "ItemForCAPT_TYPE"
|
Me.ItemForCAPT_TYPE.Name = "ItemForCAPT_TYPE"
|
||||||
Me.ItemForCAPT_TYPE.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForCAPT_TYPE.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForCAPT_TYPE, "ItemForCAPT_TYPE")
|
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
|
'ItemForLANGUAGE
|
||||||
'
|
'
|
||||||
@@ -1269,7 +1299,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForLANGUAGE.Name = "ItemForLANGUAGE"
|
Me.ItemForLANGUAGE.Name = "ItemForLANGUAGE"
|
||||||
Me.ItemForLANGUAGE.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForLANGUAGE.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForLANGUAGE, "ItemForLANGUAGE")
|
resources.ApplyResources(Me.ItemForLANGUAGE, "ItemForLANGUAGE")
|
||||||
Me.ItemForLANGUAGE.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForLANGUAGE.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'ItemForMODULE
|
'ItemForMODULE
|
||||||
'
|
'
|
||||||
@@ -1278,7 +1308,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForMODULE.Name = "ItemForMODULE"
|
Me.ItemForMODULE.Name = "ItemForMODULE"
|
||||||
Me.ItemForMODULE.Size = New System.Drawing.Size(150, 24)
|
Me.ItemForMODULE.Size = New System.Drawing.Size(150, 24)
|
||||||
resources.ApplyResources(Me.ItemForMODULE, "ItemForMODULE")
|
resources.ApplyResources(Me.ItemForMODULE, "ItemForMODULE")
|
||||||
Me.ItemForMODULE.TextSize = New System.Drawing.Size(74, 13)
|
Me.ItemForMODULE.TextSize = New System.Drawing.Size(76, 13)
|
||||||
'
|
'
|
||||||
'LayoutControlItem2
|
'LayoutControlItem2
|
||||||
'
|
'
|
||||||
@@ -1287,7 +1317,7 @@ Partial Class frmAdmin2
|
|||||||
Me.LayoutControlItem2.Name = "ItemForTITLE"
|
Me.LayoutControlItem2.Name = "ItemForTITLE"
|
||||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(524, 24)
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2")
|
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
|
'ItemForOBJ_NAME
|
||||||
'
|
'
|
||||||
@@ -1296,7 +1326,7 @@ Partial Class frmAdmin2
|
|||||||
Me.ItemForOBJ_NAME.Name = "ItemForOBJ_NAME"
|
Me.ItemForOBJ_NAME.Name = "ItemForOBJ_NAME"
|
||||||
Me.ItemForOBJ_NAME.Size = New System.Drawing.Size(524, 24)
|
Me.ItemForOBJ_NAME.Size = New System.Drawing.Size(524, 24)
|
||||||
resources.ApplyResources(Me.ItemForOBJ_NAME, "ItemForOBJ_NAME")
|
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
|
'BindingNavigator2
|
||||||
'
|
'
|
||||||
@@ -1456,8 +1486,16 @@ Partial Class frmAdmin2
|
|||||||
Me.Name = "frmAdmin2"
|
Me.Name = "frmAdmin2"
|
||||||
Me.Ribbon = Me.RibbonControl1
|
Me.Ribbon = Me.RibbonControl1
|
||||||
Me.StatusBar = Me.RibbonStatusBar1
|
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()
|
CType(Me.spcontwKonfMain, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.spcontwKonfMain.ResumeLayout(False)
|
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()
|
CType(Me.spcontwKonfleft, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.spcontwKonfleft.ResumeLayout(False)
|
Me.spcontwKonfleft.ResumeLayout(False)
|
||||||
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlWK1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
@@ -1465,6 +1503,10 @@ Partial Class frmAdmin2
|
|||||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridControlWK3, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlWK3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridViewWK3, 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()
|
CType(Me.spcontwKonfRight, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.spcontwKonfRight.ResumeLayout(False)
|
Me.spcontwKonfRight.ResumeLayout(False)
|
||||||
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlWK2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<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">
|
<data name="BbitemplateAdd.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BbitemplateSave.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BbitemplateSave.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BbitemplateDelete.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BbitemplateDelete.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -210,7 +210,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAO4BAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -304,7 +304,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem4.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem4.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAD0DAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem5.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem5.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAC4DAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem6.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem6.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGICAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -591,7 +591,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem11.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem11.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAIkDAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAIkDAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -631,13 +631,13 @@
|
|||||||
<value>Start</value>
|
<value>Start</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1059, 146</value>
|
<value>1059, 158</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 694</value>
|
<value>0, 693</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1059, 21</value>
|
<value>1059, 22</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
||||||
<value>RibbonStatusBar1</value>
|
<value>RibbonStatusBar1</value>
|
||||||
@@ -685,6 +685,18 @@
|
|||||||
<data name="spcontwKonfleft.Panel1.Text" xml:space="preserve">
|
<data name="spcontwKonfleft.Panel1.Text" xml:space="preserve">
|
||||||
<value>Panel1</value>
|
<value>Panel1</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfleft.Panel1.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfleft.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfleft.Panel1.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfleft</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfleft.Panel1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
<data name="GridControlWK3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
<data name="GridControlWK3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
<value>Fill</value>
|
<value>Fill</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -695,7 +707,7 @@
|
|||||||
<value>Grid 3</value>
|
<value>Grid 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControlWK3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>486, 253</value>
|
<value>486, 244</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK3.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControlWK3.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@@ -715,8 +727,20 @@
|
|||||||
<data name="spcontwKonfleft.Panel2.Text" xml:space="preserve">
|
<data name="spcontwKonfleft.Panel2.Text" xml:space="preserve">
|
||||||
<value>Panel2</value>
|
<value>Panel2</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfleft.Panel2.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfleft.Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfleft.Panel2.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfleft</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfleft.Panel2.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
<data name="spcontwKonfleft.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="spcontwKonfleft.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>486, 523</value>
|
<value>486, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="spcontwKonfleft.TabIndex" type="System.Int32, mscorlib">
|
<data name="spcontwKonfleft.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -736,6 +760,18 @@
|
|||||||
<data name="spcontwKonfMain.Panel1.Text" xml:space="preserve">
|
<data name="spcontwKonfMain.Panel1.Text" xml:space="preserve">
|
||||||
<value>Panel1</value>
|
<value>Panel1</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfMain.Panel1.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfMain.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfMain.Panel1.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfMain</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfMain.Panel1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
<data name="spcontwKonfRight.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
<data name="spcontwKonfRight.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
<value>Fill</value>
|
<value>Fill</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -752,7 +788,7 @@
|
|||||||
<value>Grid 2</value>
|
<value>Grid 2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControlWK2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>559, 257</value>
|
<value>561, 257</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK2.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControlWK2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
@@ -772,6 +808,18 @@
|
|||||||
<data name="spcontwKonfRight.Panel1.Text" xml:space="preserve">
|
<data name="spcontwKonfRight.Panel1.Text" xml:space="preserve">
|
||||||
<value>Panel1</value>
|
<value>Panel1</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfRight.Panel1.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfRight.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfRight.Panel1.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfRight</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfRight.Panel1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
<data name="GridControlWK4.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
<data name="GridControlWK4.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
<value>Fill</value>
|
<value>Fill</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -782,7 +830,7 @@
|
|||||||
<value>Grid 4</value>
|
<value>Grid 4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControlWK4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>559, 254</value>
|
<value>561, 245</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlWK4.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControlWK4.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@@ -802,8 +850,20 @@
|
|||||||
<data name="spcontwKonfRight.Panel2.Text" xml:space="preserve">
|
<data name="spcontwKonfRight.Panel2.Text" xml:space="preserve">
|
||||||
<value>Panel2</value>
|
<value>Panel2</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfRight.Panel2.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfRight.Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfRight.Panel2.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfRight</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfRight.Panel2.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
<data name="spcontwKonfRight.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="spcontwKonfRight.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>559, 523</value>
|
<value>561, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="spcontwKonfRight.TabIndex" type="System.Int32, mscorlib">
|
<data name="spcontwKonfRight.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -823,8 +883,20 @@
|
|||||||
<data name="spcontwKonfMain.Panel2.Text" xml:space="preserve">
|
<data name="spcontwKonfMain.Panel2.Text" xml:space="preserve">
|
||||||
<value>Panel2</value>
|
<value>Panel2</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>spcontwKonfMain.Panel2.Name" xml:space="preserve">
|
||||||
|
<value>spcontwKonfMain.Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>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=">>spcontwKonfMain.Panel2.Parent" xml:space="preserve">
|
||||||
|
<value>spcontwKonfMain</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>spcontwKonfMain.Panel2.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
<data name="spcontwKonfMain.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="spcontwKonfMain.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1057, 523</value>
|
<value>1057, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="spcontwKonfMain.TabIndex" type="System.Int32, mscorlib">
|
<data name="spcontwKonfMain.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -848,7 +920,7 @@
|
|||||||
<value>Fill</value>
|
<value>Fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabControl1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="XtraTabControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 146</value>
|
<value>0, 158</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage1.AutoScroll" type="System.Boolean, mscorlib">
|
<data name="XtraTabPage1.AutoScroll" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<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">
|
<data name="BindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
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">
|
<data name="BindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
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
|
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||||
@@ -936,7 +1008,7 @@
|
|||||||
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||||
oAc0QjgAAAAASUVORK5CYII=
|
oAc0QjgAAAAASUVORK5CYII=
|
||||||
@@ -954,7 +1026,7 @@
|
|||||||
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||||
@@ -1002,7 +1074,7 @@
|
|||||||
<value>Top, Bottom, Left, Right</value>
|
<value>Top, Bottom, Left, Right</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GUIDTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="GUIDTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 12</value>
|
<value>100, 12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GUIDTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="GUIDTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>N0</value>
|
<value>N0</value>
|
||||||
@@ -1015,7 +1087,7 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GUIDTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GUIDTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 20</value>
|
<value>586, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GUIDTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="GUIDTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
@@ -1033,10 +1105,10 @@
|
|||||||
<value>4</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TITLETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TITLETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 36</value>
|
<value>100, 36</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TITLETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TITLETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 20</value>
|
<value>586, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TITLETextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="TITLETextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>5</value>
|
<value>5</value>
|
||||||
@@ -1054,10 +1126,10 @@
|
|||||||
<value>5</value>
|
<value>5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="EMAIL_BODY3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 411</value>
|
<value>100, 398</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="EMAIL_BODY3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 20</value>
|
<value>586, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY3TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="EMAIL_BODY3TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
@@ -1075,10 +1147,10 @@
|
|||||||
<value>6</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="ADDED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 435</value>
|
<value>100, 422</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="ADDED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>258, 20</value>
|
<value>247, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="ADDED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
@@ -1096,10 +1168,10 @@
|
|||||||
<value>7</value>
|
<value>7</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHANGED_WHOTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 459</value>
|
<value>100, 446</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHANGED_WHOTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>258, 20</value>
|
<value>247, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="CHANGED_WHOTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>12</value>
|
<value>12</value>
|
||||||
@@ -1117,10 +1189,10 @@
|
|||||||
<value>8</value>
|
<value>8</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="EMAIL_BODY1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 84</value>
|
<value>100, 84</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="EMAIL_BODY1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 138</value>
|
<value>586, 133</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY1TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="EMAIL_BODY1TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>7</value>
|
<value>7</value>
|
||||||
@@ -1138,10 +1210,10 @@
|
|||||||
<value>9</value>
|
<value>9</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="EMAIL_BODY2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 226</value>
|
<value>100, 221</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="EMAIL_BODY2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 181</value>
|
<value>586, 173</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_BODY2TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="EMAIL_BODY2TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>8</value>
|
<value>8</value>
|
||||||
@@ -1159,10 +1231,10 @@
|
|||||||
<value>10</value>
|
<value>10</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_SUBJECTTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="EMAIL_SUBJECTTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 60</value>
|
<value>100, 60</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_SUBJECTTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="EMAIL_SUBJECTTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>597, 20</value>
|
<value>586, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EMAIL_SUBJECTTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="EMAIL_SUBJECTTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>6</value>
|
<value>6</value>
|
||||||
@@ -1180,7 +1252,7 @@
|
|||||||
<value>11</value>
|
<value>11</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="ADDED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>428, 435</value>
|
<value>439, 422</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="ADDED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>G</value>
|
<value>G</value>
|
||||||
@@ -1189,7 +1261,7 @@
|
|||||||
<value>DateTime</value>
|
<value>DateTime</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="ADDED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>258, 20</value>
|
<value>247, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="ADDED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>11</value>
|
<value>11</value>
|
||||||
@@ -1207,7 +1279,7 @@
|
|||||||
<value>12</value>
|
<value>12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHANGED_WHENDateEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>428, 459</value>
|
<value>439, 446</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="CHANGED_WHENDateEdit.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>d</value>
|
<value>d</value>
|
||||||
@@ -1216,7 +1288,7 @@
|
|||||||
<value>DateTime</value>
|
<value>DateTime</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHANGED_WHENDateEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>258, 20</value>
|
<value>247, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="CHANGED_WHENDateEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>13</value>
|
<value>13</value>
|
||||||
@@ -1267,7 +1339,7 @@
|
|||||||
<value>Geändert Wann</value>
|
<value>Geändert Wann</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DataLayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="DataLayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>698, 491</value>
|
<value>698, 478</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DataLayoutControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="DataLayoutControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>22</value>
|
<value>22</value>
|
||||||
@@ -1318,7 +1390,7 @@
|
|||||||
<value>128</value>
|
<value>128</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>353, 523</value>
|
<value>353, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>20</value>
|
<value>20</value>
|
||||||
@@ -1336,7 +1408,7 @@
|
|||||||
<value>2</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="XtraTabPage1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1057, 523</value>
|
<value>1057, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage1.Text" xml:space="preserve">
|
<data name="XtraTabPage1.Text" xml:space="preserve">
|
||||||
<value>Email Phrasen</value>
|
<value>Email Phrasen</value>
|
||||||
@@ -1354,7 +1426,7 @@
|
|||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="XtraTabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1059, 548</value>
|
<value>1059, 535</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="XtraTabControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
@@ -1366,7 +1438,7 @@
|
|||||||
<value>17, 56</value>
|
<value>17, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="TextEdit1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TextEdit1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 12</value>
|
<value>100, 12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit1.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="TextEdit1.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>N0</value>
|
<value>N0</value>
|
||||||
@@ -1378,7 +1450,7 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TextEdit1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>181, 20</value>
|
<value>170, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit1.TabIndex" type="System.Int32, mscorlib">
|
<data name="TextEdit1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
@@ -1396,10 +1468,10 @@
|
|||||||
<value>4</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MODULETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="MODULETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>463, 12</value>
|
<value>474, 12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MODULETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="MODULETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>69, 20</value>
|
<value>58, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MODULETextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="MODULETextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>5</value>
|
<value>5</value>
|
||||||
@@ -1417,10 +1489,10 @@
|
|||||||
<value>5</value>
|
<value>5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit2.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TextEdit2.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 84</value>
|
<value>100, 84</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TextEdit2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit2.TabIndex" type="System.Int32, mscorlib">
|
<data name="TextEdit2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>6</value>
|
<value>6</value>
|
||||||
@@ -1438,14 +1510,14 @@
|
|||||||
<value>6</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LANGUAGEComboBoxEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="LANGUAGEComboBoxEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 36</value>
|
<value>100, 36</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="DevExpress.Utils.v21.2" name="DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<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">
|
<data name="LANGUAGEComboBoxEdit.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v21.2">
|
||||||
<value>Combo</value>
|
<value>Combo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LANGUAGEComboBoxEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="LANGUAGEComboBoxEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LANGUAGEComboBoxEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="LANGUAGEComboBoxEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>7</value>
|
<value>7</value>
|
||||||
@@ -1463,10 +1535,10 @@
|
|||||||
<value>7</value>
|
<value>7</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CAPT_TYPETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CAPT_TYPETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 108</value>
|
<value>100, 108</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CAPT_TYPETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CAPT_TYPETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CAPT_TYPETextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="CAPT_TYPETextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>8</value>
|
<value>8</value>
|
||||||
@@ -1484,10 +1556,10 @@
|
|||||||
<value>8</value>
|
<value>8</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING2TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 303</value>
|
<value>100, 303</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING2TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING2TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING2TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
@@ -1505,10 +1577,10 @@
|
|||||||
<value>9</value>
|
<value>9</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING3TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 327</value>
|
<value>100, 327</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING3TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING3TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING3TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>11</value>
|
<value>11</value>
|
||||||
@@ -1526,10 +1598,10 @@
|
|||||||
<value>10</value>
|
<value>10</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING4TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING4TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 351</value>
|
<value>100, 351</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING4TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING4TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING4TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING4TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>12</value>
|
<value>12</value>
|
||||||
@@ -1547,10 +1619,10 @@
|
|||||||
<value>11</value>
|
<value>11</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING5TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING5TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 375</value>
|
<value>100, 375</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING5TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING5TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING5TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING5TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>13</value>
|
<value>13</value>
|
||||||
@@ -1568,10 +1640,10 @@
|
|||||||
<value>12</value>
|
<value>12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING6TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING6TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 399</value>
|
<value>100, 399</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING6TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING6TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING6TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING6TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>14</value>
|
<value>14</value>
|
||||||
@@ -1589,10 +1661,10 @@
|
|||||||
<value>13</value>
|
<value>13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit3.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TextEdit3.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 423</value>
|
<value>100, 423</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TextEdit3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>181, 20</value>
|
<value>170, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit3.TabIndex" type="System.Int32, mscorlib">
|
<data name="TextEdit3.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>15</value>
|
<value>15</value>
|
||||||
@@ -1610,7 +1682,7 @@
|
|||||||
<value>14</value>
|
<value>14</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="ADDED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>351, 423</value>
|
<value>362, 423</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="ADDED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>d</value>
|
<value>d</value>
|
||||||
@@ -1619,7 +1691,7 @@
|
|||||||
<value>DateTime</value>
|
<value>DateTime</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="ADDED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>181, 20</value>
|
<value>170, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ADDED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="ADDED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>16</value>
|
<value>16</value>
|
||||||
@@ -1637,10 +1709,10 @@
|
|||||||
<value>15</value>
|
<value>15</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit4.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TextEdit4.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 447</value>
|
<value>100, 447</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TextEdit4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>181, 20</value>
|
<value>170, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TextEdit4.TabIndex" type="System.Int32, mscorlib">
|
<data name="TextEdit4.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>17</value>
|
<value>17</value>
|
||||||
@@ -1658,7 +1730,7 @@
|
|||||||
<value>16</value>
|
<value>16</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHANGED_WHENTextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>351, 447</value>
|
<value>362, 447</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
<data name="CHANGED_WHENTextEdit.Properties.Mask.EditMask" xml:space="preserve">
|
||||||
<value>d</value>
|
<value>d</value>
|
||||||
@@ -1667,7 +1739,7 @@
|
|||||||
<value>DateTime</value>
|
<value>DateTime</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHANGED_WHENTextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>181, 20</value>
|
<value>170, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHANGED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="CHANGED_WHENTextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>18</value>
|
<value>18</value>
|
||||||
@@ -1685,10 +1757,10 @@
|
|||||||
<value>17</value>
|
<value>17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OBJ_NAMETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="OBJ_NAMETextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 60</value>
|
<value>100, 60</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OBJ_NAMETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="OBJ_NAMETextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 20</value>
|
<value>432, 20</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OBJ_NAMETextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="OBJ_NAMETextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>19</value>
|
<value>19</value>
|
||||||
@@ -1715,7 +1787,7 @@
|
|||||||
<value>Default</value>
|
<value>Default</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="INTERNALCheckEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="INTERNALCheckEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>108, 19</value>
|
<value>108, 18</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="INTERNALCheckEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="INTERNALCheckEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>20</value>
|
<value>20</value>
|
||||||
@@ -1733,10 +1805,10 @@
|
|||||||
<value>19</value>
|
<value>19</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="STRING1TextEdit.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>89, 132</value>
|
<value>100, 132</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="STRING1TextEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>443, 167</value>
|
<value>432, 167</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="STRING1TextEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="STRING1TextEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>9</value>
|
<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">
|
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
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">
|
<data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
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
|
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||||
@@ -1905,7 +1977,7 @@
|
|||||||
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||||
oAc0QjgAAAAASUVORK5CYII=
|
oAc0QjgAAAAASUVORK5CYII=
|
||||||
@@ -1923,7 +1995,7 @@
|
|||||||
<data name="ToolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||||
@@ -2013,7 +2085,7 @@
|
|||||||
<value>3</value>
|
<value>3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControl2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>509, 523</value>
|
<value>509, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl2.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControl2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>21</value>
|
<value>21</value>
|
||||||
@@ -2031,7 +2103,7 @@
|
|||||||
<value>2</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="XtraTabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1057, 523</value>
|
<value>1057, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage2.Text" xml:space="preserve">
|
<data name="XtraTabPage2.Text" xml:space="preserve">
|
||||||
<value>GUI Phrasen</value>
|
<value>GUI Phrasen</value>
|
||||||
@@ -2049,7 +2121,7 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="XtraTabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1057, 523</value>
|
<value>1057, 512</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XtraTabPage3.Text" xml:space="preserve">
|
<data name="XtraTabPage3.Text" xml:space="preserve">
|
||||||
<value>Weitere Auswertungen</value>
|
<value>Weitere Auswertungen</value>
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ Public Class frmAdmin2
|
|||||||
oSave = True
|
oSave = True
|
||||||
Try
|
Try
|
||||||
Dim oFilename As String = String.Format("DevExLayoutAdmin2_Email.xml")
|
Dim oFilename As String = String.Format("DevExLayoutAdmin2_Email.xml")
|
||||||
Dim oXml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), oFilename)
|
Dim oXml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, oFilename)
|
||||||
If File.Exists(oXml) Then
|
If File.Exists(oXml) Then
|
||||||
DataLayoutControl1.RestoreLayoutFromXml(oXml)
|
DataLayoutControl1.RestoreLayoutFromXml(oXml)
|
||||||
End If
|
End If
|
||||||
oFilename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
oFilename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
||||||
oXml = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), oFilename)
|
oXml = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, oFilename)
|
||||||
If File.Exists(oXml) Then
|
If File.Exists(oXml) Then
|
||||||
DataLayoutControl2.RestoreLayoutFromXml(oXml)
|
DataLayoutControl2.RestoreLayoutFromXml(oXml)
|
||||||
End If
|
End If
|
||||||
@@ -264,12 +264,12 @@ Public Class frmAdmin2
|
|||||||
End If
|
End If
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExLayoutAdmin2_Email.xml")
|
Dim Filename As String = String.Format("DevExLayoutAdmin2_Email.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
'If File.Exists(xml) Then
|
'If File.Exists(xml) Then
|
||||||
DataLayoutControl1.SaveLayoutToXml(xml)
|
DataLayoutControl1.SaveLayoutToXml(xml)
|
||||||
'End If
|
'End If
|
||||||
Filename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
Filename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
||||||
xml = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
xml = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
DataLayoutControl2.SaveLayoutToXml(xml)
|
DataLayoutControl2.SaveLayoutToXml(xml)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -284,7 +284,7 @@ Public Class frmAdmin2
|
|||||||
Private Sub BarButtonItem8_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem8.ItemClick
|
Private Sub BarButtonItem8_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem8.ItemClick
|
||||||
Try
|
Try
|
||||||
Dim oFilename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
Dim oFilename = String.Format("DevExLayoutAdmin2_GUIPhrases.xml")
|
||||||
Dim oXml = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), oFilename)
|
Dim oXml = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, oFilename)
|
||||||
File.Delete(oXml)
|
File.Delete(oXml)
|
||||||
MsgBox("Form will now close to reload all controls!", MsgBoxStyle.Information)
|
MsgBox("Form will now close to reload all controls!", MsgBoxStyle.Information)
|
||||||
Me.Close()
|
Me.Close()
|
||||||
@@ -299,7 +299,7 @@ Public Class frmAdmin2
|
|||||||
Private Sub BarButtonItem9_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem9.ItemClick
|
Private Sub BarButtonItem9_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem9.ItemClick
|
||||||
Try
|
Try
|
||||||
Dim oFilename = String.Format("DevExLayoutAdmin2_Email.xml")
|
Dim oFilename = String.Format("DevExLayoutAdmin2_Email.xml")
|
||||||
Dim oXml = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), oFilename)
|
Dim oXml = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, oFilename)
|
||||||
File.Delete(oXml)
|
File.Delete(oXml)
|
||||||
MsgBox("Form will now close to reload all controls!", MsgBoxStyle.Information)
|
MsgBox("Form will now close to reload all controls!", MsgBoxStyle.Information)
|
||||||
Me.Close()
|
Me.Close()
|
||||||
|
|||||||
239
app/TaskFlow/frmAdmin_notResponsibleConfig.Designer.vb
generated
Normal file
239
app/TaskFlow/frmAdmin_notResponsibleConfig.Designer.vb
generated
Normal file
@@ -0,0 +1,239 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class frmAdmin_notResponsibleConfig
|
||||||
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
||||||
|
|
||||||
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Wird vom Windows Form-Designer benötigt.
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||||
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||||
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin_notResponsibleConfig))
|
||||||
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||||
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.btnNotResponsibleSQL = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.bstitmInfo = New DevExpress.XtraBars.BarStaticItem()
|
||||||
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||||
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
||||||
|
Me.txtCaption_NotResponsible = New System.Windows.Forms.TextBox()
|
||||||
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST = New System.Windows.Forms.TextBox()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label9 = New System.Windows.Forms.Label()
|
||||||
|
Me.cmbAttrComment = New System.Windows.Forms.ComboBox()
|
||||||
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'RibbonControl1
|
||||||
|
'
|
||||||
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.btnNotResponsibleSQL, Me.bstitmInfo})
|
||||||
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.RibbonControl1.MaxItemId = 4
|
||||||
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||||
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
|
Me.RibbonControl1.Size = New System.Drawing.Size(778, 158)
|
||||||
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||||
|
'
|
||||||
|
'BarButtonItem1
|
||||||
|
'
|
||||||
|
Me.BarButtonItem1.Caption = "Speichern"
|
||||||
|
Me.BarButtonItem1.Id = 1
|
||||||
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
||||||
|
'
|
||||||
|
'btnNotResponsibleSQL
|
||||||
|
'
|
||||||
|
Me.btnNotResponsibleSQL.Caption = "Override SQL"
|
||||||
|
Me.btnNotResponsibleSQL.Id = 2
|
||||||
|
Me.btnNotResponsibleSQL.ImageOptions.SvgImage = CType(resources.GetObject("btnNotResponsibleSQL.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.btnNotResponsibleSQL.Name = "btnNotResponsibleSQL"
|
||||||
|
'
|
||||||
|
'bstitmInfo
|
||||||
|
'
|
||||||
|
Me.bstitmInfo.Id = 3
|
||||||
|
Me.bstitmInfo.Name = "bstitmInfo"
|
||||||
|
'
|
||||||
|
'RibbonPage1
|
||||||
|
'
|
||||||
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
||||||
|
Me.RibbonPage1.Name = "RibbonPage1"
|
||||||
|
Me.RibbonPage1.Text = "Start"
|
||||||
|
'
|
||||||
|
'RibbonPageGroup1
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
||||||
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||||
|
Me.RibbonPageGroup1.Text = "Start"
|
||||||
|
'
|
||||||
|
'RibbonPageGroup2
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup2.AllowTextClipping = False
|
||||||
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnNotResponsibleSQL)
|
||||||
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
||||||
|
Me.RibbonPageGroup2.Text = "SQL Design"
|
||||||
|
'
|
||||||
|
'RibbonStatusBar1
|
||||||
|
'
|
||||||
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bstitmInfo)
|
||||||
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 318)
|
||||||
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||||
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||||
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(778, 22)
|
||||||
|
'
|
||||||
|
'RibbonPage2
|
||||||
|
'
|
||||||
|
Me.RibbonPage2.Name = "RibbonPage2"
|
||||||
|
Me.RibbonPage2.Text = "RibbonPage2"
|
||||||
|
'
|
||||||
|
'Label3
|
||||||
|
'
|
||||||
|
Me.Label3.AutoSize = True
|
||||||
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label3.Location = New System.Drawing.Point(13, 229)
|
||||||
|
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||||
|
Me.Label3.Name = "Label3"
|
||||||
|
Me.Label3.Size = New System.Drawing.Size(60, 16)
|
||||||
|
Me.Label3.TabIndex = 101
|
||||||
|
Me.Label3.Text = "Vorschau"
|
||||||
|
'
|
||||||
|
'SimpleButton1
|
||||||
|
'
|
||||||
|
Me.SimpleButton1.Appearance.BackColor = System.Drawing.Color.Yellow
|
||||||
|
Me.SimpleButton1.Appearance.BorderColor = System.Drawing.Color.Yellow
|
||||||
|
Me.SimpleButton1.Appearance.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseBackColor = True
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseBorderColor = True
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseFont = True
|
||||||
|
Me.SimpleButton1.Enabled = False
|
||||||
|
Me.SimpleButton1.ImageOptions.Image = CType(resources.GetObject("SimpleButton1.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.SimpleButton1.Location = New System.Drawing.Point(17, 255)
|
||||||
|
Me.SimpleButton1.Name = "SimpleButton1"
|
||||||
|
Me.SimpleButton1.Size = New System.Drawing.Size(197, 42)
|
||||||
|
Me.SimpleButton1.TabIndex = 100
|
||||||
|
Me.SimpleButton1.Text = "SimpleButton1"
|
||||||
|
'
|
||||||
|
'txtCaption_NotResponsible
|
||||||
|
'
|
||||||
|
Me.txtCaption_NotResponsible.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.txtCaption_NotResponsible.Location = New System.Drawing.Point(17, 193)
|
||||||
|
Me.txtCaption_NotResponsible.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.txtCaption_NotResponsible.Name = "txtCaption_NotResponsible"
|
||||||
|
Me.txtCaption_NotResponsible.Size = New System.Drawing.Size(197, 23)
|
||||||
|
Me.txtCaption_NotResponsible.TabIndex = 99
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(13, 170)
|
||||||
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(117, 16)
|
||||||
|
Me.Label1.TabIndex = 98
|
||||||
|
Me.Label1.Text = "Beschriftung Button"
|
||||||
|
'
|
||||||
|
'txtPROFILE_NOT_RESPONSIBLE_QUEST
|
||||||
|
'
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.Location = New System.Drawing.Point(234, 193)
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.Name = "txtPROFILE_NOT_RESPONSIBLE_QUEST"
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.Size = New System.Drawing.Size(531, 23)
|
||||||
|
Me.txtPROFILE_NOT_RESPONSIBLE_QUEST.TabIndex = 103
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(230, 170)
|
||||||
|
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(100, 16)
|
||||||
|
Me.Label2.TabIndex = 102
|
||||||
|
Me.Label2.Text = "Sicherheitsfrage"
|
||||||
|
'
|
||||||
|
'Label9
|
||||||
|
'
|
||||||
|
Me.Label9.AutoSize = True
|
||||||
|
Me.Label9.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||||
|
Me.Label9.Location = New System.Drawing.Point(230, 233)
|
||||||
|
Me.Label9.Name = "Label9"
|
||||||
|
Me.Label9.Size = New System.Drawing.Size(119, 16)
|
||||||
|
Me.Label9.TabIndex = 107
|
||||||
|
Me.Label9.Text = "Attribut Kommentar"
|
||||||
|
'
|
||||||
|
'cmbAttrComment
|
||||||
|
'
|
||||||
|
Me.cmbAttrComment.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.cmbAttrComment.FormattingEnabled = True
|
||||||
|
Me.cmbAttrComment.Location = New System.Drawing.Point(234, 255)
|
||||||
|
Me.cmbAttrComment.Name = "cmbAttrComment"
|
||||||
|
Me.cmbAttrComment.Size = New System.Drawing.Size(295, 24)
|
||||||
|
Me.cmbAttrComment.TabIndex = 106
|
||||||
|
'
|
||||||
|
'frmAdmin_notResponsibleConfig
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(778, 340)
|
||||||
|
Me.Controls.Add(Me.Label9)
|
||||||
|
Me.Controls.Add(Me.cmbAttrComment)
|
||||||
|
Me.Controls.Add(Me.txtPROFILE_NOT_RESPONSIBLE_QUEST)
|
||||||
|
Me.Controls.Add(Me.Label2)
|
||||||
|
Me.Controls.Add(Me.Label3)
|
||||||
|
Me.Controls.Add(Me.SimpleButton1)
|
||||||
|
Me.Controls.Add(Me.txtCaption_NotResponsible)
|
||||||
|
Me.Controls.Add(Me.Label1)
|
||||||
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||||
|
Me.Controls.Add(Me.RibbonControl1)
|
||||||
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmAdmin_notResponsibleConfig.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.Name = "frmAdmin_notResponsibleConfig"
|
||||||
|
Me.Ribbon = Me.RibbonControl1
|
||||||
|
Me.StatusBar = Me.RibbonStatusBar1
|
||||||
|
Me.Text = "Config - Not responsible"
|
||||||
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
||||||
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
||||||
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents btnNotResponsibleSQL As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents Label3 As Label
|
||||||
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
||||||
|
Friend WithEvents txtCaption_NotResponsible As TextBox
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents bstitmInfo As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents txtPROFILE_NOT_RESPONSIBLE_QUEST As TextBox
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
Friend WithEvents Label9 As Label
|
||||||
|
Friend WithEvents cmbAttrComment As ComboBox
|
||||||
|
End Class
|
||||||
236
app/TaskFlow/frmAdmin_notResponsibleConfig.resx
Normal file
236
app/TaskFlow/frmAdmin_notResponsibleConfig.resx
Normal file
@@ -0,0 +1,236 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAMICAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzczNzM3NDt9Cgku
|
||||||
|
WWVsbG93e2ZpbGw6I0ZDQjAxQjt9CgkuR3JlZW57ZmlsbDojMTI5QzQ5O30KCS5CbHVle2ZpbGw6IzM4
|
||||||
|
N0NCNzt9CgkuUmVke2ZpbGw6I0QwMjEyNzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntvcGFjaXR5OjAuMjU7fQoJLnN0M3tk
|
||||||
|
aXNwbGF5Om5vbmU7ZmlsbDojNzM3Mzc0O30KPC9zdHlsZT4NCiAgPHBhdGggZD0iTTI3LDRoLTN2MTBI
|
||||||
|
OFY0SDVDNC40LDQsNCw0LjQsNCw1djIyYzAsMC42LDAuNCwxLDEsMWgyMmMwLjYsMCwxLTAuNCwxLTFW
|
||||||
|
NUMyOCw0LjQsMjcuNiw0LDI3LDR6IE0yNCwyNEg4di02ICBoMTZWMjR6IE0xMCw0djhoMTBWNEgxMHog
|
||||||
|
TTE0LDEwaC0yVjZoMlYxMHoiIGNsYXNzPSJCbGFjayIgLz4NCjwvc3ZnPgs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNotResponsibleSQL.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOwDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
|
||||||
|
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
|
||||||
|
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRWRpdERhdGFT
|
||||||
|
b3VyY2UiPg0KICAgIDxwYXRoIGQ9Ik00LDEwVjZjMC0yLjIsNC41LTQsMTAtNHMxMCwxLjgsMTAsNHY0
|
||||||
|
YzAsMi4yLTQuNSw0LTEwLDRTNCwxMi4yLDQsMTB6IE0yNCwxOEwyNCwxOEMyNCwxOCwyNCwxOCwyNCwx
|
||||||
|
OCAgIEMyNCwxOCwyNCwxOCwyNCwxOHogTTE0LDIwYzUuNSwwLDEwLTEuOCwxMC00di00YzAsMi4yLTQu
|
||||||
|
NSw0LTEwLDRTNCwxNC4yLDQsMTJ2NEM0LDE4LjIsOC41LDIwLDE0LDIweiBNMTUuMiwyNmw0LjgtNC44
|
||||||
|
ICAgYy0xLjcsMC41LTMuNywwLjgtNiwwLjhjLTUuNSwwLTEwLTEuOC0xMC00djRjMCwyLjIsNC41LDQs
|
||||||
|
MTAsNEMxNC40LDI2LDE0LjgsMjYsMTUuMiwyNnoiIGNsYXNzPSJZZWxsb3ciIC8+DQogICAgPHBhdGgg
|
||||||
|
ZD0iTTI5LDIzbC04LDhsLTQtNGw4LThMMjksMjN6IE0zMCwyMmwxLjctMS43YzAuNC0wLjQsMC40LTEs
|
||||||
|
MC0xLjNMMjksMTYuM2MtMC40LTAuNC0xLTAuNC0xLjMsMEwyNiwxOEwzMCwyMnogICAgTTE2LDI4djRo
|
||||||
|
NEwxNiwyOHoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="SimpleButton1.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABV0RVh0VGl0
|
||||||
|
bGUATmV4dDtBcnJvdztEb3duKXvBAwAACnFJREFUWEeVVgdUlUcWHnfTdlNxk3WTmD0REXDFBoIUYekP
|
||||||
|
sGIBUaOoFHvDREMRERQQEOmIYDdqYqICFoogKErUJJIISi8qqKEpSs9+uXceDzWb3T0753xn5p+5937f
|
||||||
|
vVPeE/7JViJgr7UIPGAjgg/bitAjtiLsS4WI+FohIk8qRFSqQsSk24m403Yi/py9oDbgvyHmjI3YmW4l
|
||||||
|
Ik9ZivBvLETIV+Zi21EzseWwqfDfbyJ8U0zE57uMxGfxhmRObVOypbj3dK+of7pPNLTvF/c7Dkg86DhI
|
||||||
|
OCQedh5iMxXBHwh/JLxEePk34DkGr7PdgHtPD4q7Tw+IO0/2i9q2faLm8R5R/ShFVLbuFuvjx5MJNd/d
|
||||||
|
FmS0Rwqob1eKaJAiDvKyiliSBh+20I1KtdkSl2FbkJBl+31itqI3KUfRG59h/UPcOevLO05YBPnvMRlH
|
||||||
|
tq+wPUEKudNGAh7vE9UqAS3JYn2cAS1R800yJ4XJ4u6TFKoECWmnahCoqTJ+OeSIuVNUunXZnlxHnC/x
|
||||||
|
ws374ShrjMaDjsMSZY0xNBeGrOK1SD4/FRGnzMsCDhjPJd9XCVJIbR95VWuyqGhJEl6xfQK8E81EXVsi
|
||||||
|
idhFIpJIxG6elllvjDUcGnbcovBgnjN+qg9FfftuVD7ajpImfxQ3+eDGw3X44eFa/NToTfBFeUso7jzZ
|
||||||
|
jSKy3X9hFrYeM7nq5q+jTbG4IrIalS27REVzolgXq0+f1DYmmNDexNEexZOQBJ5i8pe8k4xttn9l0Zx7
|
||||||
|
61PUtEWh6OeNuHZ/Ba4/YKyU+O4hj5fj2oNl+LZhKa7UL8Hlex643rAO5a07kXXTC1uPTmheFTHWgWJy
|
||||||
|
NaSIsuZ4sTZaj4bUPoszElWPo0hENH9K8g0x423Dj1t1Xa/djJuNPrhCQQvrCQ2eROSJq/eVvQqFDR5E
|
||||||
|
7o6Ce4tx8c5C5NctQG7NfHzfsAGFVZux7YhZ97KQUf0iSptixeooXeYTYm2Uvqh8FMFDWXbPwNHagYdM
|
||||||
|
G6/V+uDb+hW4dMdVouDuQiJYhMv1C58Dfd/jebIh5N+Zjwt185BTOxfnq1yQWemMvBoSV7kJfnsNm5zX
|
||||||
|
aI4kDrkdqyLHMqcQ7sE6oqw1hIdcnle8kwwun73B5fRETo0LLtTOQR4FzKubi4t35xE+wfwtw2C0YCCM
|
||||||
|
FzLehomrGlyDNJFb54Lz5JNd7YyMylk4Vz4Tp8sckVO9CKe+W451MWMLieMNAh9MTliIT/yHcydLvzp8
|
||||||
|
zNzwr2xwtWE1MqtmIItwvnqWRE6NE2XmRCTOMFn0DqrrHqDmzkPZV9Y8gOlCNSKeRVnPJPLpOFvuiPSy
|
||||||
|
KUi7PQUnSibhUu1KBH9hDVf/4QuJ6zUCJyzEvE1a3PHHq16xemXZJUtxrmI6zpRPwdmKKRRsGgmZhsxq
|
||||||
|
R+qnE8l0mLqrobunBz29vbLv6OqRc+cqHclnKk6Tb1rpZKTenkjk9jh+U4FviifiTNFyrIgYVUFcbxH6
|
||||||
|
qyCzd/LSsAvYZ0bldkXqLTukldlRBg5UwokUcBKJIlROljD3UEMnEXf19KKruxedJOCfNMd26WSfWuqA
|
||||||
|
U7fs8XWxgshtcexHaxy5YYWM8gXw22OGacvUpxCn6lZIAa+4fK4ZGZvmRIa25GhFyq1x8rYNThHSymwJ
|
||||||
|
CiKwI0EOsFxKAoi0s1uZfXtnj5xLvW2Hk7co2xIiLrbFlzetcfRHS3xRZIlD35nj4HUbxKc7YfYGzVji
|
||||||
|
fJ3AL6xU8docH62ClFwnxF40RkKBEQkxJyEWcN40GBaearBapgbr5X1YMRBPO7rxtJNA/RMCz1sxSIgF
|
||||||
|
wZx8Zvp8iMMUZ/81MyRcoriXJmBv3mwQFx9G3oZ+AX928dFq3FswHdEXDLAzTx8xeeORdNkY+wsmY+ba
|
||||||
|
MSivqkVpVQNuVdTjdmUD2tq7JB4/VaKkogEl5co1tp2xTg8p+ZNkjLh8I8TkjycYYt+VGZjnp91EnGoE
|
||||||
|
PgdSxeuzvbW6k6/YIyJXF5G54/pFJBaYIuALU2yKd0fvL/9C65MutLR1orWti8bUE/i75XEnmh51SZuA
|
||||||
|
hCXYfMiUyM0Qd9FQkkdd0MeOXH3sKZyIub7a3cQ5kMC/olLAG84btbrjL5oj/LwuduToSRFRVI3oPAMk
|
||||||
|
F1phQZA2MgqO08H7BT+3dqCZCJsfd6DxERN34OeWDnkgs66cwPxALSKylhlHkT/H4XgRObq0DRZwoWSJ
|
||||||
|
8y8vCJj5qWbjjiwTEjAWEdl9IhgXxilFXLbDNC913L1fjSftPXjY0k7owIPmDtm3tXej/mEd2WggpcBe
|
||||||
|
+nDW7M9xmJwRmT0BThs0eQv6BfAZeN1x1bDL274xRniWLsIyxyAse4zSgZx35OrJLCLSLeEWaC3vPmfe
|
||||||
|
0NSOhsZ2OeY5zyAFwtMs5dbtpIxVWTM43g5KLPiECRxXaVwlzv4zwAL+5LBEPXpjyngy1EVo5miEZo+W
|
||||||
|
TrIifdsSm2+MtYm62H1iGxH+gnoirycRPE45GYI1CWNpzycoRTPIj/3Ds8dSUqNprIfP9xjCwX1IInG+
|
||||||
|
cAtetXD5aMrCLaPIeBxCzo1ESMZIhGaM6q+GDERILLDAHH91XL+VT1ewR+L70gI4+w3BLlpT2THYjxMJ
|
||||||
|
zRwlY0VQ7EWBo2A6a7AzcfI7wNzKl5Dw9uRlQyv9jo6WAoLP6cieHTnAdspge19VYs7TQfIdjUdPWiXm
|
||||||
|
+ekiOtOC1p6Rsn1IBpGTvyqO37ExmLJCo5q4/krgl3CAcFgylHrlW0BVcJ/nPwLbM8Zi65kR2HZ2hBQS
|
||||||
|
rBLSJyYsWw+BXxrBN2EuNu36BAHHjKhyenJ9u8qOk6AqBp/VkXHCKOb8zSNg5jR4OXGpyj9A2HuqUy+r
|
||||||
|
wCfyHQdP9Wtrdo0gASOliK3k/EyIsiosaGfOeHju1IZnpBbtuaEkk1sn15WkzzASa5NGgGLfII5n2XNT
|
||||||
|
uKuLs7eW8FAexjHWgwwnrxzW7H1kBIJIQNDpf8heVuQ5QYz4PDPE55thmyR8Rsq2Kp+gMzrwPqqDqSuG
|
||||||
|
tuiYvWtGHPx/QJk9N4Wbukgv9hBpxW78yWfhDcOpH86Ytlqje/1+LWxJH04gEaeHK8UQAk+zsBeJGHK+
|
||||||
|
by6Q7NiPYziu0ejWn/S+C8V+h8CVHqDwkJX/NwGqrXjLYPIHsyYuHdq6PF6zT4QSgSTkRbAgAq/T9/O2
|
||||||
|
KxI0MWmpxiN9+/fnUEx+evnv2IA04lO4ybOnEuD2vACViDeHG71rYLv44x+cvDWw/qAWNlPQgHRtBKRR
|
||||||
|
T+BvJuJ+83NzbOvsMwy2i4YUaRoMNKZYnLkkZzAX88rGA55gsBBqKhG8HXxX3zOc9uFyxeIhtY5eQ7E4
|
||||||
|
TAPr9mpiwyEt+KdpY3OqNjYc1sK6fVpwozVHeooVi9XrDKcOXkm+fyO8SZBlZ6h4fiPAo68KvBUePK0S
|
||||||
|
wYeFTyxfm0FjrAZNNp399zgr1yFF1q4fl9IBBsPGdUiplevHRaazP4ofbTloKtm+T+Cs+b8fJ9JP/rsC
|
||||||
|
/hOoPS+ES8gV4cDvETi7D/rAY75e/L7zKWfR/cS/F5vx/zSVEL6qHJhLyoKYiMFjnuM1tlHZ/48mxK89
|
||||||
|
+oEotzUUCQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmAdmin_notResponsibleConfig.IconOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAAQDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
|
||||||
|
Qmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9CgkuWWVsbG93e2ZpbGw6I0ZG
|
||||||
|
QjExNTt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8cGF0aCBkPSJNMjQsMjQu
|
||||||
|
OFYyOEg0VjRoMjB2Ny4ybDItMlYzYzAtMC41LTAuNS0xLTEtMUgzQzIuNSwyLDIsMi41LDIsM3YyNmMw
|
||||||
|
LDAuNSwwLjUsMSwxLDFoMjJjMC41LDAsMS0wLjUsMS0xdi02LjIgIEwyNCwyNC44eiIgY2xhc3M9IkJs
|
||||||
|
YWNrIiAvPg0KICA8cGF0aCBkPSJNMjksMTdsLTgsOGwtNC00bDgtOEwyOSwxN3ogTTMwLDE2bDEuNy0x
|
||||||
|
LjdjMC40LTAuNCwwLjQtMSwwLTEuM0wyOSwxMC4zYy0wLjQtMC40LTEtMC40LTEuMywwTDI2LDEyTDMw
|
||||||
|
LDE2eiAgIE0xNiwyMnY0aDRMMTYsMjJ6IiBjbGFzcz0iQmx1ZSIgLz4NCjwvc3ZnPgs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
142
app/TaskFlow/frmAdmin_notResponsibleConfig.vb
Normal file
142
app/TaskFlow/frmAdmin_notResponsibleConfig.vb
Normal file
@@ -0,0 +1,142 @@
|
|||||||
|
Imports DigitalData.GUIs.Common
|
||||||
|
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
||||||
|
|
||||||
|
Public Class frmAdmin_notResponsibleConfig
|
||||||
|
Dim oProfilID As Integer = 0
|
||||||
|
Dim oCaption As String = ""
|
||||||
|
Dim oQuestion As String = ""
|
||||||
|
Dim oNotResponsible_SQL As String
|
||||||
|
Public Sub New(pProfilID As Integer)
|
||||||
|
MyBase.New()
|
||||||
|
oProfilID = pProfilID
|
||||||
|
|
||||||
|
InitializeComponent()
|
||||||
|
' Add any initialization after the InitializeComponent() call.
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
Private Sub txtCaption_NotResponsible_TextChanged(sender As Object, e As EventArgs) Handles txtCaption_NotResponsible.TextChanged
|
||||||
|
If txtCaption_NotResponsible.Text <> String.Empty Then
|
||||||
|
SimpleButton1.Text = txtCaption_NotResponsible.Text
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
||||||
|
Dim oUpd = $"UPDATE TBPM_PROFILE SET NOT_RESP_SQL = '{oNotResponsible_SQL.Replace("'", "''")}',NOT_RESP_COMMENT_ATTRIBUTE = '{cmbAttrComment.Text}', CHANGED_WHO = '{User.UserName}' WHERE GUID = {oProfilID}"
|
||||||
|
If DatabaseECM.ExecuteNonQuery(oUpd) = True Then
|
||||||
|
oUpd = $"EXEC PRDD_GUI_LANGUAGE_PHRASE 'PM','PROFILE_NOT_RESPONSIBLE_QUEST{oProfilID}','{USER_LANGUAGE}','PROFILE_NOT_RESPONSIBLE_QUEST','{txtPROFILE_NOT_RESPONSIBLE_QUEST.Text}','','{USER_USERNAME}','{oProfilID}',0"
|
||||||
|
If DatabaseECM.ExecuteNonQuery(oUpd) Then
|
||||||
|
oUpd = $"EXEC PRDD_GUI_LANGUAGE_PHRASE 'PM','PROFILE_REJECTION_CAPT{oProfilID}','{USER_LANGUAGE}','PROFILE_REJECTION_CAPT','{txtCaption_NotResponsible.Text}','','{USER_USERNAME}','{oProfilID}',0"
|
||||||
|
bstitmInfo.Caption = "Data saved successfully - " + Now.ToString
|
||||||
|
|
||||||
|
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
bstitmInfo.Caption = "Attention: Error storing data - Check Your log"
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub frmAdmin_notResponsibleConfig_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||||
|
Try
|
||||||
|
Dim oNR_Act_Attr As String
|
||||||
|
Dim oSQL = $"SELECT NOT_RESP_SQL, NOT_RESP_COMMENT_ATTRIBUTE FROM TBPM_PROFILE WHERE GUID = {oProfilID}"
|
||||||
|
Dim oDT = DatabaseECM.GetDatatable(oSQL)
|
||||||
|
oNotResponsible_SQL = oDT.Rows(0).Item("NOT_RESP_SQL")
|
||||||
|
oNR_Act_Attr = oDT.Rows(0).Item("NOT_RESP_COMMENT_ATTRIBUTE")
|
||||||
|
LOGGER.Debug($"oNR_Act_Attr: {oNR_Act_Attr}")
|
||||||
|
|
||||||
|
|
||||||
|
For Each oRow As DataRow In CURRENT_DT_PROFILE_LANGUAGE.Rows
|
||||||
|
If oRow.Item("TITLE") = $"PROFILE_NOT_RESPONSIBLE_CAPT{oProfilID}" And oRow.Item("LANGUAGE") = USER_LANGUAGE Then
|
||||||
|
oCaption = oRow.Item("STRING1")
|
||||||
|
ElseIf oRow.Item("TITLE") = $"PROFILE_NOT_RESPONSIBLE_QUEST{oProfilID}" And oRow.Item("LANGUAGE") = USER_LANGUAGE Then
|
||||||
|
oQuestion = oRow.Item("STRING1")
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
|
||||||
|
|
||||||
|
If IDB_ACTIVE = False Then
|
||||||
|
If MyIndicies IsNot Nothing Then
|
||||||
|
Dim i As Integer = 0
|
||||||
|
For Each index As String In MyIndicies
|
||||||
|
Dim _vektorString = False
|
||||||
|
Dim oIndexType = WINDREAM.GetTypeOfIndex(index)
|
||||||
|
i += 1
|
||||||
|
MyIndicies_Types.Add(oIndexType)
|
||||||
|
Select Case oIndexType
|
||||||
|
Case 4097
|
||||||
|
_vektorString = True
|
||||||
|
Case 36865
|
||||||
|
_vektorString = True
|
||||||
|
Case Else
|
||||||
|
_vektorString = False
|
||||||
|
End Select
|
||||||
|
If _vektorString = False Then
|
||||||
|
Me.cmbAttrComment.Items.Add(index)
|
||||||
|
End If
|
||||||
|
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
For Each oRow As DataRow In IDBData.DTVWIDB_BE_ATTRIBUTE.Rows
|
||||||
|
Dim oOk As Boolean = False
|
||||||
|
Select Case CInt(oRow.Item("TYP_ID"))
|
||||||
|
Case 1
|
||||||
|
oOk = True
|
||||||
|
End Select
|
||||||
|
If oOk Then
|
||||||
|
Me.cmbAttrComment.Items.Add(oRow.Item("ATTR_TITLE"))
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
If oNR_Act_Attr <> "" Then
|
||||||
|
cmbAttrComment.SelectedIndex = cmbAttrComment.FindStringExact(oNR_Act_Attr)
|
||||||
|
Else
|
||||||
|
cmbAttrComment.SelectedIndex = -1
|
||||||
|
End If
|
||||||
|
|
||||||
|
txtPROFILE_NOT_RESPONSIBLE_QUEST.Text = oQuestion
|
||||||
|
txtCaption_NotResponsible.Text = oCaption
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in Loading Form: " & vbNewLine & vbNewLine & ex.Message)
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnNotResponsibleSQL_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnNotResponsibleSQL.ItemClick
|
||||||
|
Try
|
||||||
|
CURRENT_ProfilGUID = oProfilID
|
||||||
|
CURRENT_DESIGN_TYPE = "SQL_NOT_RESPONSIBLE"
|
||||||
|
Dim oldSQL = oNotResponsible_SQL
|
||||||
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
|
.SQLCommand = oNotResponsible_SQL,
|
||||||
|
.SQLConnection = 0,
|
||||||
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
|
.PlaceholdersManualTitle = "Controls",
|
||||||
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
}
|
||||||
|
oForm.ShowDialog()
|
||||||
|
|
||||||
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
|
If oldSQL <> oForm.SQLCommand Then
|
||||||
|
Dim oResult As MsgBoxResult = MsgBox("Do You want to save the changed NotResponsible-SQL?", MsgBoxStyle.YesNo, ADDITIONAL_TITLE)
|
||||||
|
'wenn Speichern ja
|
||||||
|
If oResult = DialogResult.Yes Then
|
||||||
|
Dim oUpdate As String = $"Update TBPM_PROFILE SET CHANGED_WHO = '{USER_USERNAME}', NOT_RESP_SQL = '{oForm.SQLCommand.Replace("'", "''")}' WHERE GUID = {CURRENT_ProfilGUID}"
|
||||||
|
If DatabaseFallback.ExecuteNonQueryECM(oUpdate) = True Then
|
||||||
|
oNotResponsible_SQL = oForm.SQLCommand
|
||||||
|
bstitmInfo.Caption = $"SQL saved - {Now.ToLongTimeString}"
|
||||||
|
CHANGES_FORM_DESIGN = True
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in Saving Profile SQL: " & vbNewLine & vbNewLine & ex.Message)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub frmAdmin_notResponsibleConfig_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
|
||||||
|
Dim oSQL = $"select * from TBDD_GUI_LANGUAGE_PHRASE WHERE MODULE = 'PM' AND TITLE LIKE 'PROFILE_%'"
|
||||||
|
CURRENT_DT_PROFILE_LANGUAGE = DatabaseECM.GetDatatable(oSQL)
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
264
app/TaskFlow/frmAdmin_rejectionConfig.Designer.vb
generated
Normal file
264
app/TaskFlow/frmAdmin_rejectionConfig.Designer.vb
generated
Normal file
@@ -0,0 +1,264 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class frmAdmin_rejectionConfig
|
||||||
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
||||||
|
|
||||||
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Wird vom Windows Form-Designer benötigt.
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||||
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||||
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin_rejectionConfig))
|
||||||
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||||
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.bstitmInfo = New DevExpress.XtraBars.BarStaticItem()
|
||||||
|
Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||||
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.txtCaption_Rejection = New System.Windows.Forms.TextBox()
|
||||||
|
Me.Label9 = New System.Windows.Forms.Label()
|
||||||
|
Me.cmbAttrRejReas = New System.Windows.Forms.ComboBox()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.cmbAttrRejComment = New System.Windows.Forms.ComboBox()
|
||||||
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
||||||
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'RibbonControl1
|
||||||
|
'
|
||||||
|
Me.RibbonControl1.EmptyAreaImageOptions.ImagePadding = New System.Windows.Forms.Padding(45, 44, 45, 44)
|
||||||
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.bstitmInfo, Me.BarButtonItem3, Me.BarButtonItem4})
|
||||||
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.RibbonControl1.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.RibbonControl1.MaxItemId = 6
|
||||||
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
|
Me.RibbonControl1.OptionsMenuMinWidth = 495
|
||||||
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||||
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
|
Me.RibbonControl1.Size = New System.Drawing.Size(1231, 158)
|
||||||
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||||
|
'
|
||||||
|
'BarButtonItem1
|
||||||
|
'
|
||||||
|
Me.BarButtonItem1.Caption = "Abschluss Prüfung"
|
||||||
|
Me.BarButtonItem1.Id = 1
|
||||||
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
||||||
|
'
|
||||||
|
'BarButtonItem2
|
||||||
|
'
|
||||||
|
Me.BarButtonItem2.Caption = "Speichern"
|
||||||
|
Me.BarButtonItem2.Id = 2
|
||||||
|
Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
||||||
|
'
|
||||||
|
'bstitmInfo
|
||||||
|
'
|
||||||
|
Me.bstitmInfo.Id = 3
|
||||||
|
Me.bstitmInfo.Name = "bstitmInfo"
|
||||||
|
'
|
||||||
|
'BarButtonItem3
|
||||||
|
'
|
||||||
|
Me.BarButtonItem3.Caption = "BarButtonItem3"
|
||||||
|
Me.BarButtonItem3.Id = 4
|
||||||
|
Me.BarButtonItem3.Name = "BarButtonItem3"
|
||||||
|
'
|
||||||
|
'BarButtonItem4
|
||||||
|
'
|
||||||
|
Me.BarButtonItem4.Caption = "Gründe Ablehnung"
|
||||||
|
Me.BarButtonItem4.Id = 5
|
||||||
|
Me.BarButtonItem4.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.BarButtonItem4.Name = "BarButtonItem4"
|
||||||
|
'
|
||||||
|
'RibbonPage1
|
||||||
|
'
|
||||||
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
||||||
|
Me.RibbonPage1.Name = "RibbonPage1"
|
||||||
|
Me.RibbonPage1.Text = "Start"
|
||||||
|
'
|
||||||
|
'RibbonPageGroup1
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2)
|
||||||
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||||
|
Me.RibbonPageGroup1.Text = "Aktionen"
|
||||||
|
'
|
||||||
|
'RibbonPageGroup2
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem1)
|
||||||
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem4)
|
||||||
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
||||||
|
Me.RibbonPageGroup2.Text = "SQL Design"
|
||||||
|
'
|
||||||
|
'RibbonStatusBar1
|
||||||
|
'
|
||||||
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bstitmInfo)
|
||||||
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 528)
|
||||||
|
Me.RibbonStatusBar1.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||||
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||||
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1231, 22)
|
||||||
|
'
|
||||||
|
'RibbonPage2
|
||||||
|
'
|
||||||
|
Me.RibbonPage2.Name = "RibbonPage2"
|
||||||
|
Me.RibbonPage2.Text = "RibbonPage2"
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(18, 184)
|
||||||
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(181, 16)
|
||||||
|
Me.Label1.TabIndex = 2
|
||||||
|
Me.Label1.Text = "Beschriftung Button Ablehnung"
|
||||||
|
'
|
||||||
|
'txtCaption_Rejection
|
||||||
|
'
|
||||||
|
Me.txtCaption_Rejection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.txtCaption_Rejection.Location = New System.Drawing.Point(22, 207)
|
||||||
|
Me.txtCaption_Rejection.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.txtCaption_Rejection.Name = "txtCaption_Rejection"
|
||||||
|
Me.txtCaption_Rejection.Size = New System.Drawing.Size(197, 23)
|
||||||
|
Me.txtCaption_Rejection.TabIndex = 3
|
||||||
|
'
|
||||||
|
'Label9
|
||||||
|
'
|
||||||
|
Me.Label9.AutoSize = True
|
||||||
|
Me.Label9.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||||
|
Me.Label9.Location = New System.Drawing.Point(352, 184)
|
||||||
|
Me.Label9.Name = "Label9"
|
||||||
|
Me.Label9.Size = New System.Drawing.Size(159, 16)
|
||||||
|
Me.Label9.TabIndex = 89
|
||||||
|
Me.Label9.Text = "Attribut Ablehnungsgründe"
|
||||||
|
'
|
||||||
|
'cmbAttrRejReas
|
||||||
|
'
|
||||||
|
Me.cmbAttrRejReas.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.cmbAttrRejReas.FormattingEnabled = True
|
||||||
|
Me.cmbAttrRejReas.Location = New System.Drawing.Point(356, 206)
|
||||||
|
Me.cmbAttrRejReas.Name = "cmbAttrRejReas"
|
||||||
|
Me.cmbAttrRejReas.Size = New System.Drawing.Size(295, 24)
|
||||||
|
Me.cmbAttrRejReas.TabIndex = 88
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(352, 243)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(152, 16)
|
||||||
|
Me.Label2.TabIndex = 93
|
||||||
|
Me.Label2.Text = "Attribut Ablehnungsgrund"
|
||||||
|
'
|
||||||
|
'cmbAttrRejComment
|
||||||
|
'
|
||||||
|
Me.cmbAttrRejComment.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.cmbAttrRejComment.FormattingEnabled = True
|
||||||
|
Me.cmbAttrRejComment.Location = New System.Drawing.Point(356, 265)
|
||||||
|
Me.cmbAttrRejComment.Name = "cmbAttrRejComment"
|
||||||
|
Me.cmbAttrRejComment.Size = New System.Drawing.Size(295, 24)
|
||||||
|
Me.cmbAttrRejComment.TabIndex = 92
|
||||||
|
'
|
||||||
|
'SimpleButton1
|
||||||
|
'
|
||||||
|
Me.SimpleButton1.Appearance.BackColor = System.Drawing.Color.Red
|
||||||
|
Me.SimpleButton1.Appearance.BorderColor = System.Drawing.Color.Red
|
||||||
|
Me.SimpleButton1.Appearance.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseBackColor = True
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseBorderColor = True
|
||||||
|
Me.SimpleButton1.Appearance.Options.UseFont = True
|
||||||
|
Me.SimpleButton1.ImageOptions.Image = CType(resources.GetObject("SimpleButton1.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.SimpleButton1.Location = New System.Drawing.Point(22, 269)
|
||||||
|
Me.SimpleButton1.Name = "SimpleButton1"
|
||||||
|
Me.SimpleButton1.Size = New System.Drawing.Size(197, 42)
|
||||||
|
Me.SimpleButton1.TabIndex = 96
|
||||||
|
Me.SimpleButton1.Text = "SimpleButton1"
|
||||||
|
'
|
||||||
|
'Label3
|
||||||
|
'
|
||||||
|
Me.Label3.AutoSize = True
|
||||||
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label3.Location = New System.Drawing.Point(18, 243)
|
||||||
|
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||||
|
Me.Label3.Name = "Label3"
|
||||||
|
Me.Label3.Size = New System.Drawing.Size(60, 16)
|
||||||
|
Me.Label3.TabIndex = 97
|
||||||
|
Me.Label3.Text = "Vorschau"
|
||||||
|
'
|
||||||
|
'frmAdmin_rejectionConfig
|
||||||
|
'
|
||||||
|
Me.Appearance.Options.UseFont = True
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(1231, 550)
|
||||||
|
Me.Controls.Add(Me.Label3)
|
||||||
|
Me.Controls.Add(Me.SimpleButton1)
|
||||||
|
Me.Controls.Add(Me.Label2)
|
||||||
|
Me.Controls.Add(Me.cmbAttrRejComment)
|
||||||
|
Me.Controls.Add(Me.Label9)
|
||||||
|
Me.Controls.Add(Me.cmbAttrRejReas)
|
||||||
|
Me.Controls.Add(Me.txtCaption_Rejection)
|
||||||
|
Me.Controls.Add(Me.Label1)
|
||||||
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||||
|
Me.Controls.Add(Me.RibbonControl1)
|
||||||
|
Me.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmAdmin_rejectionConfig.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
||||||
|
Me.MaximizeBox = False
|
||||||
|
Me.MinimizeBox = False
|
||||||
|
Me.Name = "frmAdmin_rejectionConfig"
|
||||||
|
Me.Ribbon = Me.RibbonControl1
|
||||||
|
Me.StatusBar = Me.RibbonStatusBar1
|
||||||
|
Me.Text = "Konfiguration Ablehnung"
|
||||||
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
||||||
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
||||||
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents txtCaption_Rejection As TextBox
|
||||||
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bstitmInfo As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents Label9 As Label
|
||||||
|
Friend WithEvents cmbAttrRejReas As ComboBox
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
Friend WithEvents cmbAttrRejComment As ComboBox
|
||||||
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
||||||
|
Friend WithEvents Label3 As Label
|
||||||
|
End Class
|
||||||
253
app/TaskFlow/frmAdmin_rejectionConfig.resx
Normal file
253
app/TaskFlow/frmAdmin_rejectionConfig.resx
Normal file
@@ -0,0 +1,253 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOwDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
|
||||||
|
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
|
||||||
|
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRWRpdERhdGFT
|
||||||
|
b3VyY2UiPg0KICAgIDxwYXRoIGQ9Ik00LDEwVjZjMC0yLjIsNC41LTQsMTAtNHMxMCwxLjgsMTAsNHY0
|
||||||
|
YzAsMi4yLTQuNSw0LTEwLDRTNCwxMi4yLDQsMTB6IE0yNCwxOEwyNCwxOEMyNCwxOCwyNCwxOCwyNCwx
|
||||||
|
OCAgIEMyNCwxOCwyNCwxOCwyNCwxOHogTTE0LDIwYzUuNSwwLDEwLTEuOCwxMC00di00YzAsMi4yLTQu
|
||||||
|
NSw0LTEwLDRTNCwxNC4yLDQsMTJ2NEM0LDE4LjIsOC41LDIwLDE0LDIweiBNMTUuMiwyNmw0LjgtNC44
|
||||||
|
ICAgYy0xLjcsMC41LTMuNywwLjgtNiwwLjhjLTUuNSwwLTEwLTEuOC0xMC00djRjMCwyLjIsNC41LDQs
|
||||||
|
MTAsNEMxNC40LDI2LDE0LjgsMjYsMTUuMiwyNnoiIGNsYXNzPSJZZWxsb3ciIC8+DQogICAgPHBhdGgg
|
||||||
|
ZD0iTTI5LDIzbC04LDhsLTQtNGw4LThMMjksMjN6IE0zMCwyMmwxLjctMS43YzAuNC0wLjQsMC40LTEs
|
||||||
|
MC0xLjNMMjksMTYuM2MtMC40LTAuNC0xLTAuNC0xLjMsMEwyNiwxOEwzMCwyMnogICAgTTE2LDI4djRo
|
||||||
|
NEwxNiwyOHoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAMICAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzczNzM3NDt9Cgku
|
||||||
|
WWVsbG93e2ZpbGw6I0ZDQjAxQjt9CgkuR3JlZW57ZmlsbDojMTI5QzQ5O30KCS5CbHVle2ZpbGw6IzM4
|
||||||
|
N0NCNzt9CgkuUmVke2ZpbGw6I0QwMjEyNzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntvcGFjaXR5OjAuMjU7fQoJLnN0M3tk
|
||||||
|
aXNwbGF5Om5vbmU7ZmlsbDojNzM3Mzc0O30KPC9zdHlsZT4NCiAgPHBhdGggZD0iTTI3LDRoLTN2MTBI
|
||||||
|
OFY0SDVDNC40LDQsNCw0LjQsNCw1djIyYzAsMC42LDAuNCwxLDEsMWgyMmMwLjYsMCwxLTAuNCwxLTFW
|
||||||
|
NUMyOCw0LjQsMjcuNiw0LDI3LDR6IE0yNCwyNEg4di02ICBoMTZWMjR6IE0xMCw0djhoMTBWNEgxMHog
|
||||||
|
TTE0LDEwaC0yVjZoMlYxMHoiIGNsYXNzPSJCbGFjayIgLz4NCjwvc3ZnPgs=
|
||||||
|
</value>
|
||||||
|
</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/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOwDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
|
||||||
|
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
|
||||||
|
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRWRpdERhdGFT
|
||||||
|
b3VyY2UiPg0KICAgIDxwYXRoIGQ9Ik00LDEwVjZjMC0yLjIsNC41LTQsMTAtNHMxMCwxLjgsMTAsNHY0
|
||||||
|
YzAsMi4yLTQuNSw0LTEwLDRTNCwxMi4yLDQsMTB6IE0yNCwxOEwyNCwxOEMyNCwxOCwyNCwxOCwyNCwx
|
||||||
|
OCAgIEMyNCwxOCwyNCwxOCwyNCwxOHogTTE0LDIwYzUuNSwwLDEwLTEuOCwxMC00di00YzAsMi4yLTQu
|
||||||
|
NSw0LTEwLDRTNCwxNC4yLDQsMTJ2NEM0LDE4LjIsOC41LDIwLDE0LDIweiBNMTUuMiwyNmw0LjgtNC44
|
||||||
|
ICAgYy0xLjcsMC41LTMuNywwLjgtNiwwLjhjLTUuNSwwLTEwLTEuOC0xMC00djRjMCwyLjIsNC41LDQs
|
||||||
|
MTAsNEMxNC40LDI2LDE0LjgsMjYsMTUuMiwyNnoiIGNsYXNzPSJZZWxsb3ciIC8+DQogICAgPHBhdGgg
|
||||||
|
ZD0iTTI5LDIzbC04LDhsLTQtNGw4LThMMjksMjN6IE0zMCwyMmwxLjctMS43YzAuNC0wLjQsMC40LTEs
|
||||||
|
MC0xLjNMMjksMTYuM2MtMC40LTAuNC0xLTAuNC0xLjMsMEwyNiwxOEwzMCwyMnogICAgTTE2LDI4djRo
|
||||||
|
NEwxNiwyOHoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="SimpleButton1.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0
|
||||||
|
bGUAQ2xvc2U7RXhpdDtCYXJzO1JpYmJvbjtGA7noAAAI60lEQVRYR8WXd1RUZxqHzWaz6ZqiJrFEowYE
|
||||||
|
RVRAhYGBoQ1SFGRVEvvKqsGCx8AqqBQVNLoqxY49alBEiggaiUoHUcqAdFH6DEVEmuSf377vHQbBWXfP
|
||||||
|
2bN79jvn8bt3Zpjn977f/e5cBwH4vyKMmuA9g2qC9vDhW/+GP/wXeKs0wJemfqP6QCBPKsEfiXeIP73G
|
||||||
|
u2/gvX/B+/3gc/48fz97BgyWv53js9myItA3u3K3Hyp3++IxE+gLeg0VAcQuH2I7ylXs3IbSHSq2otTf
|
||||||
|
GyWMnzeKGV8vFPluIbxR5LMF+Vv/9jDR3U1KLi6QnX2DT96p2Lld3nb/DnqqCtHztAA9T2ToqcxDz+Nc
|
||||||
|
dJc/RHdZNrqLs9D1KB1dhanoyk9GZ+49dOb8ho7sX9GRlYD29BtoT4lFW9I1tN2NQFtiONpuXcTzhPOo
|
||||||
|
PxuEvC0eCnJxNwZ0gU/eLaOknbmJeH7jPJ7HvaL1+jm0xp5FawwRfQat107jWeRJtESEoeXKcbSEH0PL
|
||||||
|
L0fQfDEUzT8Ho+ncQTSe2Y/GU/ugCNsD+bEAyI/sRO3fvZDrsZGvvA+Jt1msGhzgvRJvT7SnxZDoFIl6
|
||||||
|
iTqFZ9eIyDA8u0rCiBN90maWXjqMpguhaCJx41mlWKESH98tiBsO+aM+2Bc1gT8ie8NaDvARoR7gkedG
|
||||||
|
vEiKIAkJBKiyK8Tlo2gOJwThETRdVElD0HguiKQkPk3ik/sgP/ETVRyIhsMBJN6B+hA/1AdtR91+bzzd
|
||||||
|
sQGZa1ZzgI8JtQDvy9zX0ZpdIgm1UgW1telCiBJu73kSUosVZw5Qi5VSRdheZbVHWbwT9aEkDmaxD4m3
|
||||||
|
om7fFtTs8cSTbT8gbeVKDjCYUAvwwQPXFWiNP08CWr9zJGB4LYnqQwG44eSA8/oGuO3ijPojgSSlNpO0
|
||||||
|
NmQHbjrPwcnJUxAltUBlgCdqSVzD4p88Ub3bA1W7NuLxFlfcmb9QFYC3Y9/gNB+kOjpSZVTNCaomjFp5
|
||||||
|
kgQn9qA62B/RUitEevogISYFEavW47qDDWqoyhqqMnq2FS67rkV8dDKuuHvhF5EhKnzdUU1rXrVrE6qo
|
||||||
|
9U9816F4lTPiJFIOMIRQC/BhssNc1O7dhEqPpcIVW08XEJPgZI9oL3+kZleg4kkjissbELnGHbG2UsTO
|
||||||
|
tib5OtzLKEFxRQNKnzQhmoJGWZjhqf8GPCVx5WZXlK6eh/yFlogxMecAnxBqAT66Z+dAqTeg3M0Z5T84
|
||||||
|
o+LHJaja6Y7LRkZoqJajsqYFrS960Nr+EqWP5UKIy39dj7vpJSihYM0vXqK5rRvPFC04raNLf7+cxM4o
|
||||||
|
XuGA4mX2yJsvQZRIwgE+JdQD/Dbbga5UN5StdkTpKhVOSHS2R9q27eh++TsFeImWNhLRXPJYgcycSpRU
|
||||||
|
NqLpebcAf+ae52bE2VigiKRFS+zwaKktHi22RY6jGFdnid8Y4OPbUntUbluFElcHYg6Kmb84oMJjBW7a
|
||||||
|
2yDDz08QCDKqlOfGfnR3/44Ub29Em4tR5r5YkBYutkHh99Yo+F6KB/ZGuDJDCPAZwbfjvsEBBt+ysqUr
|
||||||
|
dQW1zA5Fy3tZxrM9yj2W44bUHEle3lC0dkJBQkVrVx8NzR24u9kL0abGKNu4lKRSFLhIIXOxgozWPn+B
|
||||||
|
Be7PnoVwPREH+JwYEIDbMTjeXIqyTZxcisIllHyRlI5nEzYooPmGpRhRq9ejsEwBRQsFaOmCnKgn6po6
|
||||||
|
EOe2EdFiQ+QtsISMhLI/WyDfWSKQN88UmVYGuDjtzQGGxJlZoWSdCwq+s6KWUdtcLIVjriDOzBDXaPsl
|
||||||
|
JhejoFyB+maSCnQI8rqmLuSXNCBipRuuGeohx8kMeU6myGUcTZAz1wRpkmn4WdeQAwwlBvwicoBPYsWW
|
||||||
|
KKbtIqOrNX8BMd+ckOCWpTGi1mzA7eQiyKh6pbADnV096CBqGztQ00teUR0iXd0QI9JHjgOJ7UV4yNgZ
|
||||||
|
IUWsi3M6MznAMEI9AG+RAtoyefPEyCXynJRzlFiEirIa5Jc2CLJaknd09iDL3xeZfr7CcbWiQ6BK3o66
|
||||||
|
agUu6U3HA1tDJbT22dKZSDKehNNa+hxgOKEW4NNIQwlktNYP54ioZYSDsVDBr7aWKDx6GG0dPdT6TkGY
|
||||||
|
vcMfCdZmiLcyFYK002vcFf5MXkgwrpsZk3QG7lvPQBatfZalPu7M0sZJjemqAPyUNSDAZ7xFchdaUOpZ
|
||||||
|
QuqHPFMFsqVzEE8yDtEllyPb3w83bSQoXDYXhfReAofw80GnvAF5oSF0IRohx8VWkGZaTEemOTMNifqa
|
||||||
|
ODFhKgf4ghgQgNvxebg+Xyxi3JcaKLE2oCoMhDCyJXORaGeJWIkJ7jhYI3+xvbIyIn+RHW7bmuMq/QbE
|
||||||
|
007J/c5OkGeYTkOm6VRkmOkindb/9tQJOPaNLgf4klAPcHG6CPfpZpFFqbMs9IT0fMwVZFErZYvojrbS
|
||||||
|
me7pUmT1ViUgmU63WSsULnek9+iGZaaHDPEUkk5BmojRQRqt/02dcTg8VocDfEWoBRh6QXcWsuhiyZBQ
|
||||||
|
aoaS981chVDJVKSb0mxKAhN6nUXGfKyDdEE0GWlGOkg1nPQKWvvUmVpImDwGh0ZrqwXgfzjAMN4iGVQR
|
||||||
|
f1kafWmamL5UOKYvNabZhGeCRKk0pxoRLBApRSkMyVIMtZBCwpSZE5EyQxPJMyYiyUATcVqjETJiIgcY
|
||||||
|
QfAj+oAAQ09r6wttSxVpUxWUuh8pPHMlvfQJZtK5IJpIIqUsmWRMkoEGkvS+7eO65igEfanxTzsgbMMw
|
||||||
|
jWnyGB1N3NIdhwSdb4ixiJ805hXaXwvECefKY+GcoeoESBI3kdAcScJeNEYQIxE+djT2DZ/Aj+V8IxoQ
|
||||||
|
QHgk2zpac9HR8VOajo/XBXNs3BS6anVwZOxkgcNjJgkc+loboaMnIXSUFkJHEiO0qLXEV5oIJoKIg1Tp
|
||||||
|
wS+I4Ro4MHwC9g//FnuHjW9eO2TkUnKpHkqFADxUXeDndf6h4H3KW4Vb9Tq8fq8z8g2M6gef8w2Inwd5
|
||||||
|
yfvkPPhE1Ql+k9vzOv3/P/ifoPoeVeUDAqiG6o3/Nb1j0KB/AMYUfCkDw9hpAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmAdmin_rejectionConfig.IconOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAAQDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
|
||||||
|
Qmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9CgkuWWVsbG93e2ZpbGw6I0ZG
|
||||||
|
QjExNTt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8cGF0aCBkPSJNMjQsMjQu
|
||||||
|
OFYyOEg0VjRoMjB2Ny4ybDItMlYzYzAtMC41LTAuNS0xLTEtMUgzQzIuNSwyLDIsMi41LDIsM3YyNmMw
|
||||||
|
LDAuNSwwLjUsMSwxLDFoMjJjMC41LDAsMS0wLjUsMS0xdi02LjIgIEwyNCwyNC44eiIgY2xhc3M9IkJs
|
||||||
|
YWNrIiAvPg0KICA8cGF0aCBkPSJNMjksMTdsLTgsOGwtNC00bDgtOEwyOSwxN3ogTTMwLDE2bDEuNy0x
|
||||||
|
LjdjMC40LTAuNCwwLjQtMSwwLTEuM0wyOSwxMC4zYy0wLjQtMC40LTEtMC40LTEuMywwTDI2LDEyTDMw
|
||||||
|
LDE2eiAgIE0xNiwyMnY0aDRMMTYsMjJ6IiBjbGFzcz0iQmx1ZSIgLz4NCjwvc3ZnPgs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
197
app/TaskFlow/frmAdmin_rejectionConfig.vb
Normal file
197
app/TaskFlow/frmAdmin_rejectionConfig.vb
Normal file
@@ -0,0 +1,197 @@
|
|||||||
|
Imports System.ComponentModel
|
||||||
|
Imports DevExpress.XtraEditors
|
||||||
|
Imports DigitalData.GUIs.Common
|
||||||
|
|
||||||
|
Public Class frmAdmin_rejectionConfig
|
||||||
|
Dim oProfilID As Integer = 0
|
||||||
|
Dim oRej_SQL As String
|
||||||
|
Dim oCaption As String = ""
|
||||||
|
Dim oRej_SQL_Reasons As String
|
||||||
|
Dim oRej_Act_Attr As String
|
||||||
|
Dim oRej_Comment_Attr As String
|
||||||
|
Public Sub New(pProfilID As Integer)
|
||||||
|
MyBase.New()
|
||||||
|
oProfilID = pProfilID
|
||||||
|
|
||||||
|
InitializeComponent()
|
||||||
|
' Add any initialization after the InitializeComponent() call.
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem2_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem2.ItemClick
|
||||||
|
Dim oUpd = $"UPDATE TBPM_PROFILE SET BTN_REJECT_CAPTION = '{txtCaption_Rejection.Text}', REJECT_SQL_REASONS = '{oRej_SQL_Reasons.Replace("'", "''")}', REJECT_ACTIONS_ATTRIBUTE = '{cmbAttrRejReas.Text}', REJECT_COMMENT_ATTRIBUTE = '{cmbAttrRejComment.Text}', CHANGED_WHO = '{User.UserName}' WHERE GUID = {oProfilID}"
|
||||||
|
If DatabaseECM.ExecuteNonQuery(oUpd) = True Then
|
||||||
|
oUpd = $"EXEC PRDD_GUI_LANGUAGE_PHRASE 'PM','PROFILE_REJECTION_CAPT{oProfilID}','{USER_LANGUAGE}','PROFILE_REJECTION_CAPT','{txtCaption_Rejection.Text}','','{USER_USERNAME}','{oProfilID}',0"
|
||||||
|
If DatabaseECM.ExecuteNonQuery(oUpd) Then
|
||||||
|
bstitmInfo.Caption = "Data saved successfully - " + Now.ToString
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
bstitmInfo.Caption = "Attention: Error storing data - Check Your log"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
||||||
|
Try
|
||||||
|
CURRENT_ProfilGUID = oProfilID
|
||||||
|
CURRENT_DESIGN_TYPE = "SQL_BTNFINISH"
|
||||||
|
Dim oldSQL = oRej_SQL
|
||||||
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
|
.SQLCommand = oldSQL,
|
||||||
|
.SQLConnection = 0,
|
||||||
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
|
.PlaceholdersManualTitle = "Controls",
|
||||||
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
}
|
||||||
|
oForm.ShowDialog()
|
||||||
|
|
||||||
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
|
If oldSQL <> oForm.SQLCommand Then
|
||||||
|
Dim oResult As MsgBoxResult = MsgBox("Do You want to save the changed SQL?", MsgBoxStyle.YesNo, ADDITIONAL_TITLE)
|
||||||
|
'wenn Speichern ja
|
||||||
|
If oResult = DialogResult.Yes Then
|
||||||
|
Dim oUpdate As String = $"Update TBPM_PROFILE SET CHANGED_WHO = '{USER_USERNAME}', SQL_BTN_REJECT = '{oForm.SQLCommand.Replace("'", "''")}' WHERE GUID = {CURRENT_ProfilGUID}"
|
||||||
|
If DatabaseFallback.ExecuteNonQueryECM(oUpdate) = True Then
|
||||||
|
oRej_SQL = oForm.SQLCommand
|
||||||
|
bstitmInfo.Caption = $"Profile SQL Rejection saved - {Now.ToLongTimeString}"
|
||||||
|
CHANGES_FORM_DESIGN = True
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in Saving Profile SQLRejection: " & vbNewLine & vbNewLine & ex.Message)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem4_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem4.ItemClick
|
||||||
|
Try
|
||||||
|
CURRENT_ProfilGUID = oProfilID
|
||||||
|
CURRENT_DESIGN_TYPE = "SQL_REJ_REASONS"
|
||||||
|
Dim oldSQL = oRej_SQL_Reasons
|
||||||
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
|
.SQLCommand = oRej_SQL_Reasons,
|
||||||
|
.SQLConnection = 0,
|
||||||
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
|
.PlaceholdersManualTitle = "Controls",
|
||||||
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
}
|
||||||
|
oForm.ShowDialog()
|
||||||
|
|
||||||
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
|
If oldSQL <> oForm.SQLCommand Then
|
||||||
|
Dim oResult As MsgBoxResult = MsgBox("Do You want to save the changed Reason-SQL?", MsgBoxStyle.YesNo, ADDITIONAL_TITLE)
|
||||||
|
'wenn Speichern ja
|
||||||
|
If oResult = DialogResult.Yes Then
|
||||||
|
Dim oUpdate As String = $"Update TBPM_PROFILE SET CHANGED_WHO = '{USER_USERNAME}', REJECT_SQL_REASONS = '{oForm.SQLCommand.Replace("'", "''")}' WHERE GUID = {CURRENT_ProfilGUID}"
|
||||||
|
If DatabaseFallback.ExecuteNonQueryECM(oUpdate) = True Then
|
||||||
|
oRej_SQL_Reasons = oForm.SQLCommand
|
||||||
|
bstitmInfo.Caption = $"SQL Reasons saved - {Now.ToLongTimeString}"
|
||||||
|
CHANGES_FORM_DESIGN = True
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in Saving Profile SQLRejection: " & vbNewLine & vbNewLine & ex.Message)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub frmAdmin_rejectionConfig_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||||
|
Try
|
||||||
|
If IDB_ACTIVE = False Then
|
||||||
|
If MyIndicies IsNot Nothing Then
|
||||||
|
Dim i As Integer = 0
|
||||||
|
For Each index As String In MyIndicies
|
||||||
|
Dim _vektorString = False
|
||||||
|
Dim oIndexType = WINDREAM.GetTypeOfIndex(index)
|
||||||
|
i += 1
|
||||||
|
MyIndicies_Types.Add(oIndexType)
|
||||||
|
Select Case oIndexType
|
||||||
|
Case 4097
|
||||||
|
_vektorString = True
|
||||||
|
Case 36865
|
||||||
|
_vektorString = True
|
||||||
|
Case Else
|
||||||
|
_vektorString = False
|
||||||
|
End Select
|
||||||
|
If _vektorString = False Then
|
||||||
|
Me.cmbAttrRejReas.Items.Add(index)
|
||||||
|
Me.cmbAttrRejComment.Items.Add(index)
|
||||||
|
End If
|
||||||
|
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
For Each oRow As DataRow In IDBData.DTVWIDB_BE_ATTRIBUTE.Rows
|
||||||
|
Dim oOk As Boolean = False
|
||||||
|
Select Case CInt(oRow.Item("TYP_ID"))
|
||||||
|
Case 1
|
||||||
|
oOk = True
|
||||||
|
Case 8
|
||||||
|
oOk = True
|
||||||
|
End Select
|
||||||
|
If oOk Then
|
||||||
|
Me.cmbAttrRejReas.Items.Add(oRow.Item("ATTR_TITLE"))
|
||||||
|
Me.cmbAttrRejComment.Items.Add(oRow.Item("ATTR_TITLE"))
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Dim oSQL = $"SELECT SQL_BTN_REJECT,BTN_REJECT_CAPTION,REJECT_SQL_REASONS,REJECT_ACTIONS_ATTRIBUTE,REJECT_COMMENT_ATTRIBUTE FROM TBPM_PROFILE WHERE GUID = {oProfilID}"
|
||||||
|
Dim oDT = DatabaseECM.GetDatatable(oSQL)
|
||||||
|
oCaption = oDT.Rows(0).Item(1)
|
||||||
|
oRej_SQL_Reasons = oDT.Rows(0).Item(0)
|
||||||
|
oRej_SQL_Reasons = oDT.Rows(0).Item(2)
|
||||||
|
oRej_Act_Attr = oDT.Rows(0).Item(3)
|
||||||
|
oRej_Comment_Attr = oDT.Rows(0).Item(4)
|
||||||
|
For Each oRow As DataRow In CURRENT_DT_PROFILE_LANGUAGE.Rows
|
||||||
|
If oRow.Item("TITLE") = $"BTN_REJECTION_CAPT{oProfilID}" And oRow.Item("LANGUAGE") = USER_LANGUAGE Then
|
||||||
|
oCaption = oRow.Item("STRING1")
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
If oRej_Act_Attr <> "" Then
|
||||||
|
cmbAttrRejReas.SelectedIndex = cmbAttrRejReas.FindStringExact(oRej_Act_Attr)
|
||||||
|
Else
|
||||||
|
cmbAttrRejReas.SelectedIndex = -1
|
||||||
|
End If
|
||||||
|
If oRej_Comment_Attr <> "" Then
|
||||||
|
cmbAttrRejComment.SelectedIndex = cmbAttrRejComment.FindStringExact(oRej_Comment_Attr)
|
||||||
|
Else
|
||||||
|
cmbAttrRejComment.SelectedIndex = -1
|
||||||
|
End If
|
||||||
|
|
||||||
|
txtCaption_Rejection.Text = oCaption
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in Loading Form: " & vbNewLine & vbNewLine & ex.Message)
|
||||||
|
End Try
|
||||||
|
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub txtCaption_Rejection_TextChanged(sender As Object, e As EventArgs) Handles txtCaption_Rejection.TextChanged
|
||||||
|
If txtCaption_Rejection.Text <> String.Empty Then
|
||||||
|
SimpleButton1.Text = txtCaption_Rejection.Text
|
||||||
|
End If
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Label3_Click(sender As Object, e As EventArgs) Handles Label3.Click
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub frmAdmin_rejectionConfig_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
|
||||||
|
Dim oSQL = $"select * from TBDD_GUI_LANGUAGE_PHRASE WHERE MODULE = 'PM' AND TITLE LIKE 'PROFILE_%'"
|
||||||
|
CURRENT_DT_PROFILE_LANGUAGE = DatabaseECM.GetDatatable(oSQL)
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
91
app/TaskFlow/frmAdministration.Designer.vb
generated
91
app/TaskFlow/frmAdministration.Designer.vb
generated
@@ -119,10 +119,12 @@ Partial Class frmAdministration
|
|||||||
Me.BarButtonItem25 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem25 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItem26 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem26 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarToggleSwitchItemEdit = New DevExpress.XtraBars.BarToggleSwitchItem()
|
Me.BarToggleSwitchItemEdit = New DevExpress.XtraBars.BarToggleSwitchItem()
|
||||||
|
Me.bbtnitmReject = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.bbtnitmNotResponsible = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroupProfile = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroupProfile = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.rbnpggroupFinaIndexe = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
@@ -158,6 +160,8 @@ Partial Class frmAdministration
|
|||||||
Me.SHOW_DOCUMENTCheckBox = New System.Windows.Forms.CheckBox()
|
Me.SHOW_DOCUMENTCheckBox = New System.Windows.Forms.CheckBox()
|
||||||
Me.tabctrl_Profilkonfig = New System.Windows.Forms.TabControl()
|
Me.tabctrl_Profilkonfig = New System.Windows.Forms.TabControl()
|
||||||
Me.TabPage5 = New System.Windows.Forms.TabPage()
|
Me.TabPage5 = New System.Windows.Forms.TabPage()
|
||||||
|
Me.Label15 = New System.Windows.Forms.Label()
|
||||||
|
Me.TYPEComboBox = New System.Windows.Forms.ComboBox()
|
||||||
Me.lblTargetPath = New System.Windows.Forms.Label()
|
Me.lblTargetPath = New System.Windows.Forms.Label()
|
||||||
Me.TARGET_PATH_BLIND_FILETextBox = New System.Windows.Forms.TextBox()
|
Me.TARGET_PATH_BLIND_FILETextBox = New System.Windows.Forms.TextBox()
|
||||||
Me.lblDescription = New System.Windows.Forms.Label()
|
Me.lblDescription = New System.Windows.Forms.Label()
|
||||||
@@ -254,8 +258,6 @@ Partial Class frmAdministration
|
|||||||
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
||||||
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.FolderBrowserDialog2 = New System.Windows.Forms.FolderBrowserDialog()
|
Me.FolderBrowserDialog2 = New System.Windows.Forms.FolderBrowserDialog()
|
||||||
Me.TYPEComboBox = New System.Windows.Forms.ComboBox()
|
|
||||||
Me.Label15 = New System.Windows.Forms.Label()
|
|
||||||
GUIDLabel = New System.Windows.Forms.Label()
|
GUIDLabel = New System.Windows.Forms.Label()
|
||||||
NAMELabel = New System.Windows.Forms.Label()
|
NAMELabel = New System.Windows.Forms.Label()
|
||||||
ADDED_WHOLabel = New System.Windows.Forms.Label()
|
ADDED_WHOLabel = New System.Windows.Forms.Label()
|
||||||
@@ -683,6 +685,7 @@ Partial Class frmAdministration
|
|||||||
Me.viewFinalIndex.Name = "viewFinalIndex"
|
Me.viewFinalIndex.Name = "viewFinalIndex"
|
||||||
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
||||||
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
||||||
|
Me.viewFinalIndex.OptionsSelection.EnableAppearanceFocusedRow = False
|
||||||
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
||||||
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
||||||
'
|
'
|
||||||
@@ -753,9 +756,9 @@ Partial Class frmAdministration
|
|||||||
'RibbonControl1
|
'RibbonControl1
|
||||||
'
|
'
|
||||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItemRefreshProfileData, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem15, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem18, Me.BarButtonItem19, Me.tsbStaticInfo, Me.BarButtonItem20, Me.BarButtonItem21, Me.bbtnItemFinishSQL, Me.BarButtonItem22, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarToggleSwitchItemEdit})
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItemRefreshProfileData, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem15, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem18, Me.BarButtonItem19, Me.tsbStaticInfo, Me.BarButtonItem20, Me.BarButtonItem21, Me.bbtnItemFinishSQL, Me.BarButtonItem22, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarToggleSwitchItemEdit, Me.bbtnitmReject, Me.bbtnitmNotResponsible})
|
||||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||||
Me.RibbonControl1.MaxItemId = 30
|
Me.RibbonControl1.MaxItemId = 33
|
||||||
Me.RibbonControl1.Name = "RibbonControl1"
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage3})
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage3})
|
||||||
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
@@ -985,9 +988,25 @@ Partial Class frmAdministration
|
|||||||
Me.BarToggleSwitchItemEdit.Name = "BarToggleSwitchItemEdit"
|
Me.BarToggleSwitchItemEdit.Name = "BarToggleSwitchItemEdit"
|
||||||
Me.BarToggleSwitchItemEdit.Tag = "Unlock"
|
Me.BarToggleSwitchItemEdit.Tag = "Unlock"
|
||||||
'
|
'
|
||||||
|
'bbtnitmReject
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.bbtnitmReject, "bbtnitmReject")
|
||||||
|
Me.bbtnitmReject.Id = 30
|
||||||
|
Me.bbtnitmReject.ImageOptions.Image = CType(resources.GetObject("bbtnitmReject.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.bbtnitmReject.ImageOptions.LargeImage = CType(resources.GetObject("bbtnitmReject.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.bbtnitmReject.Name = "bbtnitmReject"
|
||||||
|
'
|
||||||
|
'bbtnitmNotResponsible
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.bbtnitmNotResponsible, "bbtnitmNotResponsible")
|
||||||
|
Me.bbtnitmNotResponsible.Id = 31
|
||||||
|
Me.bbtnitmNotResponsible.ImageOptions.Image = CType(resources.GetObject("bbtnitmNotResponsible.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.bbtnitmNotResponsible.ImageOptions.LargeImage = CType(resources.GetObject("bbtnitmNotResponsible.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.bbtnitmNotResponsible.Name = "bbtnitmNotResponsible"
|
||||||
|
'
|
||||||
'RibbonPage1
|
'RibbonPage1
|
||||||
'
|
'
|
||||||
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup3, Me.RibbonPageGroupProfile, Me.RibbonPageGroup2, Me.RibbonPageGroup4})
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup3, Me.RibbonPageGroupProfile, Me.rbnpggroupFinaIndexe, Me.RibbonPageGroup4})
|
||||||
Me.RibbonPage1.Name = "RibbonPage1"
|
Me.RibbonPage1.Name = "RibbonPage1"
|
||||||
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
||||||
'
|
'
|
||||||
@@ -1009,20 +1028,22 @@ Partial Class frmAdministration
|
|||||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem6)
|
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem6)
|
||||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem21)
|
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem21)
|
||||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.bbtnItemFinishSQL)
|
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.bbtnItemFinishSQL)
|
||||||
|
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.bbtnitmReject)
|
||||||
|
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.bbtnitmNotResponsible)
|
||||||
Me.RibbonPageGroupProfile.MergeOrder = 1
|
Me.RibbonPageGroupProfile.MergeOrder = 1
|
||||||
Me.RibbonPageGroupProfile.Name = "RibbonPageGroupProfile"
|
Me.RibbonPageGroupProfile.Name = "RibbonPageGroupProfile"
|
||||||
resources.ApplyResources(Me.RibbonPageGroupProfile, "RibbonPageGroupProfile")
|
resources.ApplyResources(Me.RibbonPageGroupProfile, "RibbonPageGroupProfile")
|
||||||
'
|
'
|
||||||
'RibbonPageGroup2
|
'rbnpggroupFinaIndexe
|
||||||
'
|
'
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem16)
|
Me.rbnpggroupFinaIndexe.ItemLinks.Add(Me.BarButtonItem16)
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem18)
|
Me.rbnpggroupFinaIndexe.ItemLinks.Add(Me.BarButtonItem18)
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem15)
|
Me.rbnpggroupFinaIndexe.ItemLinks.Add(Me.BarButtonItem15)
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem17)
|
Me.rbnpggroupFinaIndexe.ItemLinks.Add(Me.BarButtonItem17)
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem19)
|
Me.rbnpggroupFinaIndexe.ItemLinks.Add(Me.BarButtonItem19)
|
||||||
Me.RibbonPageGroup2.MergeOrder = 0
|
Me.rbnpggroupFinaIndexe.MergeOrder = 0
|
||||||
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
Me.rbnpggroupFinaIndexe.Name = "rbnpggroupFinaIndexe"
|
||||||
resources.ApplyResources(Me.RibbonPageGroup2, "RibbonPageGroup2")
|
resources.ApplyResources(Me.rbnpggroupFinaIndexe, "rbnpggroupFinaIndexe")
|
||||||
'
|
'
|
||||||
'RibbonPageGroup4
|
'RibbonPageGroup4
|
||||||
'
|
'
|
||||||
@@ -1097,6 +1118,11 @@ Partial Class frmAdministration
|
|||||||
resources.ApplyResources(DISPLAY_MODELabel, "DISPLAY_MODELabel")
|
resources.ApplyResources(DISPLAY_MODELabel, "DISPLAY_MODELabel")
|
||||||
DISPLAY_MODELabel.Name = "DISPLAY_MODELabel"
|
DISPLAY_MODELabel.Name = "DISPLAY_MODELabel"
|
||||||
'
|
'
|
||||||
|
'TYPELabel
|
||||||
|
'
|
||||||
|
resources.ApplyResources(TYPELabel, "TYPELabel")
|
||||||
|
TYPELabel.Name = "TYPELabel"
|
||||||
|
'
|
||||||
'TBDD_USERBindingSource
|
'TBDD_USERBindingSource
|
||||||
'
|
'
|
||||||
Me.TBDD_USERBindingSource.DataMember = "TBDD_USER"
|
Me.TBDD_USERBindingSource.DataMember = "TBDD_USER"
|
||||||
@@ -1343,6 +1369,19 @@ Partial Class frmAdministration
|
|||||||
Me.TabPage5.Name = "TabPage5"
|
Me.TabPage5.Name = "TabPage5"
|
||||||
Me.TabPage5.UseVisualStyleBackColor = True
|
Me.TabPage5.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'Label15
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.Label15, "Label15")
|
||||||
|
Me.Label15.Name = "Label15"
|
||||||
|
'
|
||||||
|
'TYPEComboBox
|
||||||
|
'
|
||||||
|
Me.TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TYPE", True))
|
||||||
|
resources.ApplyResources(Me.TYPEComboBox, "TYPEComboBox")
|
||||||
|
Me.TYPEComboBox.FormattingEnabled = True
|
||||||
|
Me.TYPEComboBox.Items.AddRange(New Object() {resources.GetString("TYPEComboBox.Items"), resources.GetString("TYPEComboBox.Items1")})
|
||||||
|
Me.TYPEComboBox.Name = "TYPEComboBox"
|
||||||
|
'
|
||||||
'lblTargetPath
|
'lblTargetPath
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.lblTargetPath, "lblTargetPath")
|
resources.ApplyResources(Me.lblTargetPath, "lblTargetPath")
|
||||||
@@ -1957,24 +1996,6 @@ Partial Class frmAdministration
|
|||||||
Me.RibbonPage2.Name = "RibbonPage2"
|
Me.RibbonPage2.Name = "RibbonPage2"
|
||||||
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
|
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
|
||||||
'
|
'
|
||||||
'TYPELabel
|
|
||||||
'
|
|
||||||
resources.ApplyResources(TYPELabel, "TYPELabel")
|
|
||||||
TYPELabel.Name = "TYPELabel"
|
|
||||||
'
|
|
||||||
'TYPEComboBox
|
|
||||||
'
|
|
||||||
Me.TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TYPE", True))
|
|
||||||
resources.ApplyResources(Me.TYPEComboBox, "TYPEComboBox")
|
|
||||||
Me.TYPEComboBox.FormattingEnabled = True
|
|
||||||
Me.TYPEComboBox.Items.AddRange(New Object() {resources.GetString("TYPEComboBox.Items"), resources.GetString("TYPEComboBox.Items1")})
|
|
||||||
Me.TYPEComboBox.Name = "TYPEComboBox"
|
|
||||||
'
|
|
||||||
'Label15
|
|
||||||
'
|
|
||||||
resources.ApplyResources(Me.Label15, "Label15")
|
|
||||||
Me.Label15.Name = "Label15"
|
|
||||||
'
|
|
||||||
'frmAdministration
|
'frmAdministration
|
||||||
'
|
'
|
||||||
Me.Appearance.Options.UseFont = True
|
Me.Appearance.Options.UseFont = True
|
||||||
@@ -2214,7 +2235,7 @@ Partial Class frmAdministration
|
|||||||
Friend WithEvents BarButtonItem15 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem15 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem16 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem16 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem17 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem17 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
Friend WithEvents rbnpggroupFinaIndexe As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
Friend WithEvents BarButtonItem18 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem18 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem19 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem19 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents tsbStaticInfo As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents tsbStaticInfo As DevExpress.XtraBars.BarStaticItem
|
||||||
@@ -2291,4 +2312,6 @@ Partial Class frmAdministration
|
|||||||
Friend WithEvents lblTargetPath As Label
|
Friend WithEvents lblTargetPath As Label
|
||||||
Friend WithEvents Label15 As Label
|
Friend WithEvents Label15 As Label
|
||||||
Friend WithEvents TYPEComboBox As ComboBox
|
Friend WithEvents TYPEComboBox As ComboBox
|
||||||
|
Friend WithEvents bbtnitmReject As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbtnitmNotResponsible As DevExpress.XtraBars.BarButtonItem
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -247,7 +247,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedUsers.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAssignedUsers.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 231</value>
|
<value>1002, 231</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedUsers.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAssignedUsers.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 25</value>
|
<value>1002, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel1.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableUsers.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAvailableUsers.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 208</value>
|
<value>1002, 208</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableUsers.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAvailableUsers.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>5</value>
|
<value>5</value>
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 25</value>
|
<value>1002, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel2.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>6</value>
|
<value>6</value>
|
||||||
@@ -499,7 +499,7 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer_Profilzuordnung2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="SplitContainer_Profilzuordnung2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 493</value>
|
<value>1002, 493</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer_Profilzuordnung2.SplitterDistance" type="System.Int32, mscorlib">
|
<data name="SplitContainer_Profilzuordnung2.SplitterDistance" type="System.Int32, mscorlib">
|
||||||
<value>256</value>
|
<value>256</value>
|
||||||
@@ -565,7 +565,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedGroups.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAssignedGroups.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 202</value>
|
<value>1002, 203</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedGroups.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAssignedGroups.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@@ -622,7 +622,7 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 25</value>
|
<value>1002, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel3.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel3.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableGroups.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAvailableGroups.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 237</value>
|
<value>1002, 236</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableGroups.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAvailableGroups.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -745,7 +745,7 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 25</value>
|
<value>1002, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel4.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel4.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>6</value>
|
<value>6</value>
|
||||||
@@ -775,10 +775,10 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="SplitContainer1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>948, 493</value>
|
<value>1002, 493</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer1.SplitterDistance" type="System.Int32, mscorlib">
|
<data name="SplitContainer1.SplitterDistance" type="System.Int32, mscorlib">
|
||||||
<value>227</value>
|
<value>228</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer1.TabIndex" type="System.Int32, mscorlib">
|
<data name="SplitContainer1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -1655,6 +1655,148 @@
|
|||||||
<data name="BarToggleSwitchItemEdit.Caption" xml:space="preserve">
|
<data name="BarToggleSwitchItemEdit.Caption" xml:space="preserve">
|
||||||
<value>Ent-/Sperren</value>
|
<value>Ent-/Sperren</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="bbtnitmReject.Caption" xml:space="preserve">
|
||||||
|
<value>Ablehnen konfigurieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="bbtnitmReject.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0
|
||||||
|
bGUAQ2xvc2U7RXhpdDtCYXJzO1JpYmJvbjtGA7noAAADCklEQVQ4T42TaUhUURiGp0xzK1HTINrc00yz
|
||||||
|
1EnTMtfUGItS8YclRhAJ6o/EJW1cAjOp3CEGJDEpMYkgR81RsqgYncQlTUfTMpd05mraOCP14+1816F/
|
||||||
|
QRceeO8553vOd++5VzBzu0jArs0MA8aW/8BQD63fxBAYfC4Uv/p6qwBfioh8TBWJNyhkFNzEJE8eJvMZ
|
||||||
|
4jx8FudiNDenm9WSUGBIE9oP7Rso9PC5TU8rtL2EFFp5C89oThZYrREJjJQ3sqHtacHS40oMZqdDYu+B
|
||||||
|
jvMX+HtCFhsLiZ0HBjLTwD0qB1dfho8Z10lgTIKtI5kZWHv3nC1IRV1EPGRSBZ5czUHrGRHaRDF8lrX0
|
||||||
|
oi48Hv0ZKVDX3UN/ajoJTEhg3H8tBZruZkj2umFSOQvVkhbKKQ6NqQU8oyzPqzWYGJuFZI8bVLWlkF++
|
||||||
|
QgJTEpi8PnOWtVrBWo1DT8l9aLS/oV7RYewrh7EvHBZ/6LC69oufk7FHm85KRntIJAnMSGAqC43C9/tZ
|
||||||
|
+JaZhI7oaLwvKcfCsg4LrJPvywxOh7fFZXgZGYmptAQoE0Lwwj+YBOYkMJMGhmG2KBUTF0+j9bgf2sV3
|
||||||
|
WMtazKnXMKvSMLRoyyuB1E+IsQtB+HQuEM+OBpBgGwnMn/sGYTrnClp9vNCcno+hcRVmFjXgVnXgVtYx
|
||||||
|
vaDBgHIRT9PEkHp5YDjSB43uQhJsJ8G2Jk8/vrUGexeo59WYUa1haXUdA+VVPBuSn1DNqdFg54KBYE/U
|
||||||
|
Ox8lgQUJtje4+mA8WQRFTCg6E5OwznHoKymFLOAYOhiUaawz8RLkEYHo83dF7b5DJLAkgcVDOy98igvB
|
||||||
|
cLQQvdEn0eRyAF0BvhiJOYFhUSC6/H34MXnYcfSf8oTiiAMe7HIlgRUvkOw+iKEotpPQGYPBh9mLCsbH
|
||||||
|
cF8ohI5QeDtiKNQbI6IAtrMb5J77IXffi2obp78Cs7u2Tm9qdjqjxtYF1bbOqLIhnDawdkSllSMqeBxQ
|
||||||
|
YemAckaxhd1bVssfI/2W9EGQzVrPjn9go4cyO0KBwR+nGRqWKfsCHQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="bbtnitmReject.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0
|
||||||
|
bGUAQ2xvc2U7RXhpdDtCYXJzO1JpYmJvbjtGA7noAAAI60lEQVRYR8WXd1RUZxqHzWaz6ZqiJrFEowYE
|
||||||
|
RVRAhYGBoQ1SFGRVEvvKqsGCx8AqqBQVNLoqxY49alBEiggaiUoHUcqAdFH6DEVEmuSf377vHQbBWXfP
|
||||||
|
2bN79jvn8bt3Zpjn977f/e5cBwH4vyKMmuA9g2qC9vDhW/+GP/wXeKs0wJemfqP6QCBPKsEfiXeIP73G
|
||||||
|
u2/gvX/B+/3gc/48fz97BgyWv53js9myItA3u3K3Hyp3++IxE+gLeg0VAcQuH2I7ylXs3IbSHSq2otTf
|
||||||
|
GyWMnzeKGV8vFPluIbxR5LMF+Vv/9jDR3U1KLi6QnX2DT96p2Lld3nb/DnqqCtHztAA9T2ToqcxDz+Nc
|
||||||
|
dJc/RHdZNrqLs9D1KB1dhanoyk9GZ+49dOb8ho7sX9GRlYD29BtoT4lFW9I1tN2NQFtiONpuXcTzhPOo
|
||||||
|
PxuEvC0eCnJxNwZ0gU/eLaOknbmJeH7jPJ7HvaL1+jm0xp5FawwRfQat107jWeRJtESEoeXKcbSEH0PL
|
||||||
|
L0fQfDEUzT8Ho+ncQTSe2Y/GU/ugCNsD+bEAyI/sRO3fvZDrsZGvvA+Jt1msGhzgvRJvT7SnxZDoFIl6
|
||||||
|
iTqFZ9eIyDA8u0rCiBN90maWXjqMpguhaCJx41mlWKESH98tiBsO+aM+2Bc1gT8ie8NaDvARoR7gkedG
|
||||||
|
vEiKIAkJBKiyK8Tlo2gOJwThETRdVElD0HguiKQkPk3ik/sgP/ETVRyIhsMBJN6B+hA/1AdtR91+bzzd
|
||||||
|
sQGZa1ZzgI8JtQDvy9zX0ZpdIgm1UgW1telCiBJu73kSUosVZw5Qi5VSRdheZbVHWbwT9aEkDmaxD4m3
|
||||||
|
om7fFtTs8cSTbT8gbeVKDjCYUAvwwQPXFWiNP08CWr9zJGB4LYnqQwG44eSA8/oGuO3ijPojgSSlNpO0
|
||||||
|
NmQHbjrPwcnJUxAltUBlgCdqSVzD4p88Ub3bA1W7NuLxFlfcmb9QFYC3Y9/gNB+kOjpSZVTNCaomjFp5
|
||||||
|
kgQn9qA62B/RUitEevogISYFEavW47qDDWqoyhqqMnq2FS67rkV8dDKuuHvhF5EhKnzdUU1rXrVrE6qo
|
||||||
|
9U9816F4lTPiJFIOMIRQC/BhssNc1O7dhEqPpcIVW08XEJPgZI9oL3+kZleg4kkjissbELnGHbG2UsTO
|
||||||
|
tib5OtzLKEFxRQNKnzQhmoJGWZjhqf8GPCVx5WZXlK6eh/yFlogxMecAnxBqAT66Z+dAqTeg3M0Z5T84
|
||||||
|
o+LHJaja6Y7LRkZoqJajsqYFrS960Nr+EqWP5UKIy39dj7vpJSihYM0vXqK5rRvPFC04raNLf7+cxM4o
|
||||||
|
XuGA4mX2yJsvQZRIwgE+JdQD/Dbbga5UN5StdkTpKhVOSHS2R9q27eh++TsFeImWNhLRXPJYgcycSpRU
|
||||||
|
NqLpebcAf+ae52bE2VigiKRFS+zwaKktHi22RY6jGFdnid8Y4OPbUntUbluFElcHYg6Kmb84oMJjBW7a
|
||||||
|
2yDDz08QCDKqlOfGfnR3/44Ub29Em4tR5r5YkBYutkHh99Yo+F6KB/ZGuDJDCPAZwbfjvsEBBt+ysqUr
|
||||||
|
dQW1zA5Fy3tZxrM9yj2W44bUHEle3lC0dkJBQkVrVx8NzR24u9kL0abGKNu4lKRSFLhIIXOxgozWPn+B
|
||||||
|
Be7PnoVwPREH+JwYEIDbMTjeXIqyTZxcisIllHyRlI5nEzYooPmGpRhRq9ejsEwBRQsFaOmCnKgn6po6
|
||||||
|
EOe2EdFiQ+QtsISMhLI/WyDfWSKQN88UmVYGuDjtzQGGxJlZoWSdCwq+s6KWUdtcLIVjriDOzBDXaPsl
|
||||||
|
JhejoFyB+maSCnQI8rqmLuSXNCBipRuuGeohx8kMeU6myGUcTZAz1wRpkmn4WdeQAwwlBvwicoBPYsWW
|
||||||
|
KKbtIqOrNX8BMd+ckOCWpTGi1mzA7eQiyKh6pbADnV096CBqGztQ00teUR0iXd0QI9JHjgOJ7UV4yNgZ
|
||||||
|
IUWsi3M6MznAMEI9AG+RAtoyefPEyCXynJRzlFiEirIa5Jc2CLJaknd09iDL3xeZfr7CcbWiQ6BK3o66
|
||||||
|
agUu6U3HA1tDJbT22dKZSDKehNNa+hxgOKEW4NNIQwlktNYP54ioZYSDsVDBr7aWKDx6GG0dPdT6TkGY
|
||||||
|
vcMfCdZmiLcyFYK002vcFf5MXkgwrpsZk3QG7lvPQBatfZalPu7M0sZJjemqAPyUNSDAZ7xFchdaUOpZ
|
||||||
|
QuqHPFMFsqVzEE8yDtEllyPb3w83bSQoXDYXhfReAofw80GnvAF5oSF0IRohx8VWkGZaTEemOTMNifqa
|
||||||
|
ODFhKgf4ghgQgNvxebg+Xyxi3JcaKLE2oCoMhDCyJXORaGeJWIkJ7jhYI3+xvbIyIn+RHW7bmuMq/QbE
|
||||||
|
007J/c5OkGeYTkOm6VRkmOkindb/9tQJOPaNLgf4klAPcHG6CPfpZpFFqbMs9IT0fMwVZFErZYvojrbS
|
||||||
|
me7pUmT1ViUgmU63WSsULnek9+iGZaaHDPEUkk5BmojRQRqt/02dcTg8VocDfEWoBRh6QXcWsuhiyZBQ
|
||||||
|
aoaS981chVDJVKSb0mxKAhN6nUXGfKyDdEE0GWlGOkg1nPQKWvvUmVpImDwGh0ZrqwXgfzjAMN4iGVQR
|
||||||
|
f1kafWmamL5UOKYvNabZhGeCRKk0pxoRLBApRSkMyVIMtZBCwpSZE5EyQxPJMyYiyUATcVqjETJiIgcY
|
||||||
|
QfAj+oAAQ09r6wttSxVpUxWUuh8pPHMlvfQJZtK5IJpIIqUsmWRMkoEGkvS+7eO65igEfanxTzsgbMMw
|
||||||
|
jWnyGB1N3NIdhwSdb4ixiJ805hXaXwvECefKY+GcoeoESBI3kdAcScJeNEYQIxE+djT2DZ/Aj+V8IxoQ
|
||||||
|
QHgk2zpac9HR8VOajo/XBXNs3BS6anVwZOxkgcNjJgkc+loboaMnIXSUFkJHEiO0qLXEV5oIJoKIg1Tp
|
||||||
|
wS+I4Ro4MHwC9g//FnuHjW9eO2TkUnKpHkqFADxUXeDndf6h4H3KW4Vb9Tq8fq8z8g2M6gef8w2Inwd5
|
||||||
|
yfvkPPhE1Ql+k9vzOv3/P/ifoPoeVeUDAqiG6o3/Nb1j0KB/AMYUfCkDw9hpAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="bbtnitmNotResponsible.Caption" xml:space="preserve">
|
||||||
|
<value>Nicht zuständig konfigurieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="bbtnitmNotResponsible.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABV0RVh0VGl0
|
||||||
|
bGUATmV4dDtBcnJvdztEb3duKXvBAwAAA7ZJREFUOE81kntMk2cUxj8xZDPFjT+WCErbtR3tqBZwi2xM
|
||||||
|
ERnIJTNeCgzGZaxl3AcOkKROi1Uz3ZCtm7W1IBLGuChUqlPiFrdBhzKLiGBaWlBuVjZELrV1UJDk2ft1
|
||||||
|
2Zuc9zs553l+53zJS1nmVNS4o4V65GyjyFmVXcnbUFYbUC5vFv6haN00rNBtGitvEd4+WC/8Mk/pH0A0
|
||||||
|
q2mdzamjhu1ainporyFmHW32KDzDlx1q2LyoM+aje/RrPJhtxqj9IowTldD3FULRsnmpuEqgFIZ6v0xD
|
||||||
|
xhz1FDX6rI7aFr/OM+87fqPq6l4Mz/6IIYcag/Mn0D8nw8D8QVjsJzHi0MA6U4fT7btQpBH8HBL3mhcN
|
||||||
|
cU+WnuQfrmzbhWH7WdycysHNaSkkFW8gLM8LYblr8ek3fNyezoFxpggPnbVQXRMj65R/NfF6UvtK2OwC
|
||||||
|
ZeA/fVOV+M2Wio7JdBimMrCj0Av3LTaYrDaEFzBw64nEXe+YzIDp6fco1gavxJeyQ6ikQzy59noqfrdJ
|
||||||
|
8MtEAn61JaHjcQoiP/fCwtILLL1Ywfsk7/g7nZhTcMOWjM7HmWg0ZCFNwaslAE7Xlf4c/DS61z2VFkeV
|
||||||
|
MBB1gIEF17IbElnKcNcjSD+MbNM+LsZ1y2dIVfDGqAQZx3bVmgbd0E5knBDgnE6NPtOEO5wLS3i+uIyB
|
||||||
|
wUfoN0/g/CUt0o/zoX8QixtjUqSUc1eofWXsJw0D0bgwuAOXh+IRXbQe43+NYM7hgv05HUuwO13uWux+
|
||||||
|
Jq5YE9EyFIlWcxwSv+AsU7uL2T0qwxbU338Xjebt0HZGI618K5nuwvT8Ip7aXe784yN0LwYXreFoMG2F
|
||||||
|
uisE4jL2JBWby1LKfhBBezcQ5+69hWZzOA7UBkFzSYFZxyJmnrmgbTuG0ppAXLBEoG5gC9EFQ94UjA8K
|
||||||
|
WHpqW5KPKFHGXVZ1b4T6TgDO9m5Ek2k7Eo74otfShXvD3RDL16PJHIGqPhE0d4TQGEVIPkzeyUe+MfRD
|
||||||
|
8ozJZqozK3hQGQU408MnIAGq/3wPyYoAfCh/k+RkZQKn6/Q3W8lDTC5TT7xraMAqlmjtK+RXOiUVHHx7
|
||||||
|
yx+njXyySQCOXw7EMb0I6l4hVD0CnDL445OvOIjNZ5n9Q7x9iNeDMtgkNMRjg4DhHSn1O7+75HUUVnNx
|
||||||
|
9BqXQIJQdTcIR9t52F/DxR7S25nFbOe9/aov8ax2e+nrfwiJl0LF60KjpH61MTnMkbh8Nj0N0bksW1Sm
|
||||||
|
X+s7Yp84oqHX9vjPJ6H+BRQdQqDP8fc2AAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="bbtnitmNotResponsible.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABV0RVh0VGl0
|
||||||
|
bGUATmV4dDtBcnJvdztEb3duKXvBAwAACnFJREFUWEeVVgdUlUcWHnfTdlNxk3WTmD0REXDFBoIUYekP
|
||||||
|
sGIBUaOoFHvDREMRERQQEOmIYDdqYqICFoogKErUJJIISi8qqKEpSs9+uXceDzWb3T0753xn5p+5937f
|
||||||
|
vVPeE/7JViJgr7UIPGAjgg/bitAjtiLsS4WI+FohIk8qRFSqQsSk24m403Yi/py9oDbgvyHmjI3YmW4l
|
||||||
|
Ik9ZivBvLETIV+Zi21EzseWwqfDfbyJ8U0zE57uMxGfxhmRObVOypbj3dK+of7pPNLTvF/c7Dkg86DhI
|
||||||
|
OCQedh5iMxXBHwh/JLxEePk34DkGr7PdgHtPD4q7Tw+IO0/2i9q2faLm8R5R/ShFVLbuFuvjx5MJNd/d
|
||||||
|
FmS0Rwqob1eKaJAiDvKyiliSBh+20I1KtdkSl2FbkJBl+31itqI3KUfRG59h/UPcOevLO05YBPnvMRlH
|
||||||
|
tq+wPUEKudNGAh7vE9UqAS3JYn2cAS1R800yJ4XJ4u6TFKoECWmnahCoqTJ+OeSIuVNUunXZnlxHnC/x
|
||||||
|
ws374ShrjMaDjsMSZY0xNBeGrOK1SD4/FRGnzMsCDhjPJd9XCVJIbR95VWuyqGhJEl6xfQK8E81EXVsi
|
||||||
|
idhFIpJIxG6elllvjDUcGnbcovBgnjN+qg9FfftuVD7ajpImfxQ3+eDGw3X44eFa/NToTfBFeUso7jzZ
|
||||||
|
jSKy3X9hFrYeM7nq5q+jTbG4IrIalS27REVzolgXq0+f1DYmmNDexNEexZOQBJ5i8pe8k4xttn9l0Zx7
|
||||||
|
61PUtEWh6OeNuHZ/Ba4/YKyU+O4hj5fj2oNl+LZhKa7UL8Hlex643rAO5a07kXXTC1uPTmheFTHWgWJy
|
||||||
|
NaSIsuZ4sTZaj4bUPoszElWPo0hENH9K8g0x423Dj1t1Xa/djJuNPrhCQQvrCQ2eROSJq/eVvQqFDR5E
|
||||||
|
7o6Ce4tx8c5C5NctQG7NfHzfsAGFVZux7YhZ97KQUf0iSptixeooXeYTYm2Uvqh8FMFDWXbPwNHagYdM
|
||||||
|
G6/V+uDb+hW4dMdVouDuQiJYhMv1C58Dfd/jebIh5N+Zjwt185BTOxfnq1yQWemMvBoSV7kJfnsNm5zX
|
||||||
|
aI4kDrkdqyLHMqcQ7sE6oqw1hIdcnle8kwwun73B5fRETo0LLtTOQR4FzKubi4t35xE+wfwtw2C0YCCM
|
||||||
|
FzLehomrGlyDNJFb54Lz5JNd7YyMylk4Vz4Tp8sckVO9CKe+W451MWMLieMNAh9MTliIT/yHcydLvzp8
|
||||||
|
zNzwr2xwtWE1MqtmIItwvnqWRE6NE2XmRCTOMFn0DqrrHqDmzkPZV9Y8gOlCNSKeRVnPJPLpOFvuiPSy
|
||||||
|
KUi7PQUnSibhUu1KBH9hDVf/4QuJ6zUCJyzEvE1a3PHHq16xemXZJUtxrmI6zpRPwdmKKRRsGgmZhsxq
|
||||||
|
R+qnE8l0mLqrobunBz29vbLv6OqRc+cqHclnKk6Tb1rpZKTenkjk9jh+U4FviifiTNFyrIgYVUFcbxH6
|
||||||
|
qyCzd/LSsAvYZ0bldkXqLTukldlRBg5UwokUcBKJIlROljD3UEMnEXf19KKruxedJOCfNMd26WSfWuqA
|
||||||
|
U7fs8XWxgshtcexHaxy5YYWM8gXw22OGacvUpxCn6lZIAa+4fK4ZGZvmRIa25GhFyq1x8rYNThHSymwJ
|
||||||
|
CiKwI0EOsFxKAoi0s1uZfXtnj5xLvW2Hk7co2xIiLrbFlzetcfRHS3xRZIlD35nj4HUbxKc7YfYGzVji
|
||||||
|
fJ3AL6xU8docH62ClFwnxF40RkKBEQkxJyEWcN40GBaearBapgbr5X1YMRBPO7rxtJNA/RMCz1sxSIgF
|
||||||
|
wZx8Zvp8iMMUZ/81MyRcoriXJmBv3mwQFx9G3oZ+AX928dFq3FswHdEXDLAzTx8xeeORdNkY+wsmY+ba
|
||||||
|
MSivqkVpVQNuVdTjdmUD2tq7JB4/VaKkogEl5co1tp2xTg8p+ZNkjLh8I8TkjycYYt+VGZjnp91EnGoE
|
||||||
|
PgdSxeuzvbW6k6/YIyJXF5G54/pFJBaYIuALU2yKd0fvL/9C65MutLR1orWti8bUE/i75XEnmh51SZuA
|
||||||
|
hCXYfMiUyM0Qd9FQkkdd0MeOXH3sKZyIub7a3cQ5kMC/olLAG84btbrjL5oj/LwuduToSRFRVI3oPAMk
|
||||||
|
F1phQZA2MgqO08H7BT+3dqCZCJsfd6DxERN34OeWDnkgs66cwPxALSKylhlHkT/H4XgRObq0DRZwoWSJ
|
||||||
|
8y8vCJj5qWbjjiwTEjAWEdl9IhgXxilFXLbDNC913L1fjSftPXjY0k7owIPmDtm3tXej/mEd2WggpcBe
|
||||||
|
+nDW7M9xmJwRmT0BThs0eQv6BfAZeN1x1bDL274xRniWLsIyxyAse4zSgZx35OrJLCLSLeEWaC3vPmfe
|
||||||
|
0NSOhsZ2OeY5zyAFwtMs5dbtpIxVWTM43g5KLPiECRxXaVwlzv4zwAL+5LBEPXpjyngy1EVo5miEZo+W
|
||||||
|
TrIifdsSm2+MtYm62H1iGxH+gnoirycRPE45GYI1CWNpzycoRTPIj/3Ds8dSUqNprIfP9xjCwX1IInG+
|
||||||
|
cAtetXD5aMrCLaPIeBxCzo1ESMZIhGaM6q+GDERILLDAHH91XL+VT1ewR+L70gI4+w3BLlpT2THYjxMJ
|
||||||
|
zRwlY0VQ7EWBo2A6a7AzcfI7wNzKl5Dw9uRlQyv9jo6WAoLP6cieHTnAdspge19VYs7TQfIdjUdPWiXm
|
||||||
|
+ekiOtOC1p6Rsn1IBpGTvyqO37ExmLJCo5q4/krgl3CAcFgylHrlW0BVcJ/nPwLbM8Zi65kR2HZ2hBQS
|
||||||
|
rBLSJyYsWw+BXxrBN2EuNu36BAHHjKhyenJ9u8qOk6AqBp/VkXHCKOb8zSNg5jR4OXGpyj9A2HuqUy+r
|
||||||
|
wCfyHQdP9Wtrdo0gASOliK3k/EyIsiosaGfOeHju1IZnpBbtuaEkk1sn15WkzzASa5NGgGLfII5n2XNT
|
||||||
|
uKuLs7eW8FAexjHWgwwnrxzW7H1kBIJIQNDpf8heVuQ5QYz4PDPE55thmyR8Rsq2Kp+gMzrwPqqDqSuG
|
||||||
|
tuiYvWtGHPx/QJk9N4Wbukgv9hBpxW78yWfhDcOpH86Ytlqje/1+LWxJH04gEaeHK8UQAk+zsBeJGHK+
|
||||||
|
by6Q7NiPYziu0ejWn/S+C8V+h8CVHqDwkJX/NwGqrXjLYPIHsyYuHdq6PF6zT4QSgSTkRbAgAq/T9/O2
|
||||||
|
KxI0MWmpxiN9+/fnUEx+evnv2IA04lO4ybOnEuD2vACViDeHG71rYLv44x+cvDWw/qAWNlPQgHRtBKRR
|
||||||
|
T+BvJuJ+83NzbOvsMwy2i4YUaRoMNKZYnLkkZzAX88rGA55gsBBqKhG8HXxX3zOc9uFyxeIhtY5eQ7E4
|
||||||
|
TAPr9mpiwyEt+KdpY3OqNjYc1sK6fVpwozVHeooVi9XrDKcOXkm+fyO8SZBlZ6h4fiPAo68KvBUePK0S
|
||||||
|
wYeFTyxfm0FjrAZNNp399zgr1yFF1q4fl9IBBsPGdUiplevHRaazP4ofbTloKtm+T+Cs+b8fJ9JP/rsC
|
||||||
|
/hOoPS+ES8gV4cDvETi7D/rAY75e/L7zKWfR/cS/F5vx/zSVEL6qHJhLyoKYiMFjnuM1tlHZ/48mxK89
|
||||||
|
+oEotzUUCQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -1664,7 +1806,7 @@
|
|||||||
<data name="RibbonPageGroupProfile.Text" xml:space="preserve">
|
<data name="RibbonPageGroupProfile.Text" xml:space="preserve">
|
||||||
<value>Profil-Verwaltung</value>
|
<value>Profil-Verwaltung</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonPageGroup2.Text" xml:space="preserve">
|
<data name="rbnpggroupFinaIndexe.Text" xml:space="preserve">
|
||||||
<value>Finale Indexe</value>
|
<value>Finale Indexe</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonPageGroup4.Text" xml:space="preserve">
|
<data name="RibbonPageGroup4.Text" xml:space="preserve">
|
||||||
@@ -1680,13 +1822,13 @@
|
|||||||
<value>Grundeinstellungen</value>
|
<value>Grundeinstellungen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1252, 158</value>
|
<value>1306, 158</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 721</value>
|
<value>0, 721</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1252, 22</value>
|
<value>1306, 22</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
||||||
<value>RibbonStatusBar1</value>
|
<value>RibbonStatusBar1</value>
|
||||||
@@ -1713,7 +1855,7 @@
|
|||||||
<value>2</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pgFinalIndexes.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="pgFinalIndexes.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>407, 377</value>
|
<value>461, 377</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pgFinalIndexes.TabIndex" type="System.Int32, mscorlib">
|
<data name="pgFinalIndexes.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>92</value>
|
<value>92</value>
|
||||||
@@ -1746,7 +1888,7 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainerControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="SplitContainerControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>923, 377</value>
|
<value>977, 377</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainerControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="SplitContainerControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>94</value>
|
<value>94</value>
|
||||||
@@ -2021,6 +2163,39 @@
|
|||||||
<data name=">>DISPLAY_MODELabel.ZOrder" xml:space="preserve">
|
<data name=">>DISPLAY_MODELabel.ZOrder" xml:space="preserve">
|
||||||
<value>13</value>
|
<value>13</value>
|
||||||
</data>
|
</data>
|
||||||
|
<metadata name="TYPELabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<data name="TYPELabel.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="TYPELabel.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Tahoma, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name="TYPELabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>553, 45</value>
|
||||||
|
</data>
|
||||||
|
<data name="TYPELabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>33, 16</value>
|
||||||
|
</data>
|
||||||
|
<data name="TYPELabel.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>93</value>
|
||||||
|
</data>
|
||||||
|
<data name="TYPELabel.Text" xml:space="preserve">
|
||||||
|
<value>Typ:</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TYPELabel.Name" xml:space="preserve">
|
||||||
|
<value>TYPELabel</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TYPELabel.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TYPELabel.Parent" xml:space="preserve">
|
||||||
|
<value>TabPage5</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>TYPELabel.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1669, 17</value>
|
<value>1669, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -2121,7 +2296,7 @@
|
|||||||
<value>202, 161</value>
|
<value>202, 161</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FINAL_TEXTTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="FINAL_TEXTTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>546, 23</value>
|
<value>545, 23</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FINAL_TEXTTextBox.TabIndex" type="System.Int32, mscorlib">
|
<data name="FINAL_TEXTTextBox.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>8</value>
|
<value>8</value>
|
||||||
@@ -2537,39 +2712,6 @@
|
|||||||
<data name=">>Label15.ZOrder" xml:space="preserve">
|
<data name=">>Label15.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="TYPELabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>False</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="TYPELabel.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPELabel.Font" type="System.Drawing.Font, System.Drawing">
|
|
||||||
<value>Tahoma, 9.75pt</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPELabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>553, 45</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPELabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>33, 16</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPELabel.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>93</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPELabel.Text" xml:space="preserve">
|
|
||||||
<value>Typ:</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>TYPELabel.Name" xml:space="preserve">
|
|
||||||
<value>TYPELabel</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>TYPELabel.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>TYPELabel.Parent" xml:space="preserve">
|
|
||||||
<value>TabPage5</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>TYPELabel.ZOrder" xml:space="preserve">
|
|
||||||
<value>1</value>
|
|
||||||
</data>
|
|
||||||
<data name="TYPEComboBox.Font" type="System.Drawing.Font, System.Drawing">
|
<data name="TYPEComboBox.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
<value>Tahoma, 9.75pt</value>
|
<value>Tahoma, 9.75pt</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2940,7 +3082,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage5.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage5.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>946, 426</value>
|
<value>1000, 426</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage5.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage5.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -2970,7 +3112,7 @@
|
|||||||
<value>3, 23</value>
|
<value>3, 23</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel5.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel5.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>923, 377</value>
|
<value>977, 377</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel5.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel5.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>94</value>
|
<value>94</value>
|
||||||
@@ -2997,7 +3139,7 @@
|
|||||||
<value>3, 3</value>
|
<value>3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Label6.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Label6.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>926, 385</value>
|
<value>980, 385</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Label6.TabIndex" type="System.Int32, mscorlib">
|
<data name="Label6.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>75</value>
|
<value>75</value>
|
||||||
@@ -3027,7 +3169,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage11.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage11.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>932, 391</value>
|
<value>986, 391</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage11.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage11.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -3213,7 +3355,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage12.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage12.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>932, 394</value>
|
<value>986, 394</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage12.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage12.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -3243,7 +3385,7 @@
|
|||||||
<value>3, 3</value>
|
<value>3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabControl2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>940, 420</value>
|
<value>994, 420</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl2.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabControl2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>92</value>
|
<value>92</value>
|
||||||
@@ -3267,7 +3409,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPageAfterIndex.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPageAfterIndex.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>946, 426</value>
|
<value>1000, 426</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPageAfterIndex.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPageAfterIndex.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -3291,7 +3433,7 @@
|
|||||||
<value>3, 70</value>
|
<value>3, 70</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tabctrl_Profilkonfig.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="tabctrl_Profilkonfig.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>954, 455</value>
|
<value>1008, 455</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tabctrl_Profilkonfig.TabIndex" type="System.Int32, mscorlib">
|
<data name="tabctrl_Profilkonfig.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>6</value>
|
<value>6</value>
|
||||||
@@ -3342,7 +3484,7 @@
|
|||||||
<value>3, 3</value>
|
<value>3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pnlEdit.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="pnlEdit.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>962, 528</value>
|
<value>1016, 528</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pnlEdit.TabIndex" type="System.Int32, mscorlib">
|
<data name="pnlEdit.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>28</value>
|
<value>28</value>
|
||||||
@@ -3366,7 +3508,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>968, 534</value>
|
<value>1022, 534</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage1.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -3393,7 +3535,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage7.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage7.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>954, 499</value>
|
<value>1008, 499</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage7.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage7.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -3420,7 +3562,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage8.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage8.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>954, 499</value>
|
<value>1008, 499</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage8.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage8.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -3447,7 +3589,7 @@
|
|||||||
<value>3, 3</value>
|
<value>3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControlProfilZuordnung.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabControlProfilZuordnung.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>962, 528</value>
|
<value>1016, 528</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControlProfilZuordnung.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabControlProfilZuordnung.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -3471,7 +3613,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>968, 534</value>
|
<value>1022, 534</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage2.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -4488,7 +4630,7 @@
|
|||||||
<value>6, 89</value>
|
<value>6, 89</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GroupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GroupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GroupBox2.TabIndex" type="System.Int32, mscorlib">
|
<data name="GroupBox2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@@ -4628,7 +4770,7 @@ Top Kreditoren: </value>
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>968, 534</value>
|
<value>1022, 534</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage3.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage3.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
@@ -4655,7 +4797,7 @@ Top Kreditoren: </value>
|
|||||||
<value>276, 0</value>
|
<value>276, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>976, 563</value>
|
<value>1030, 563</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@@ -4736,7 +4878,7 @@ Top Kreditoren: </value>
|
|||||||
<value>0, 158</value>
|
<value>0, 158</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pnlMain.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="pnlMain.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1252, 563</value>
|
<value>1306, 563</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pnlMain.TabIndex" type="System.Int32, mscorlib">
|
<data name="pnlMain.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
@@ -4796,13 +4938,13 @@ Top Kreditoren: </value>
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>180</value>
|
<value>91</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
<value>7, 16</value>
|
<value>7, 16</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1252, 743</value>
|
<value>1306, 743</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
<value>Tahoma, 9.75pt</value>
|
<value>Tahoma, 9.75pt</value>
|
||||||
@@ -5298,6 +5440,18 @@ Top Kreditoren: </value>
|
|||||||
<data name=">>BarToggleSwitchItemEdit.Type" xml:space="preserve">
|
<data name=">>BarToggleSwitchItemEdit.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.BarToggleSwitchItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.BarToggleSwitchItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>bbtnitmReject.Name" xml:space="preserve">
|
||||||
|
<value>bbtnitmReject</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>bbtnitmReject.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>bbtnitmNotResponsible.Name" xml:space="preserve">
|
||||||
|
<value>bbtnitmNotResponsible</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>bbtnitmNotResponsible.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
||||||
<value>RibbonPage1</value>
|
<value>RibbonPage1</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -5316,10 +5470,10 @@ Top Kreditoren: </value>
|
|||||||
<data name=">>RibbonPageGroupProfile.Type" xml:space="preserve">
|
<data name=">>RibbonPageGroupProfile.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonPageGroup2.Name" xml:space="preserve">
|
<data name=">>rbnpggroupFinaIndexe.Name" xml:space="preserve">
|
||||||
<value>RibbonPageGroup2</value>
|
<value>rbnpggroupFinaIndexe</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonPageGroup2.Type" xml:space="preserve">
|
<data name=">>rbnpggroupFinaIndexe.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonPageGroup4.Name" xml:space="preserve">
|
<data name=">>RibbonPageGroup4.Name" xml:space="preserve">
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Public Class frmAdministration
|
|||||||
Private Property profile_guid As Integer = 0
|
Private Property profile_guid As Integer = 0
|
||||||
Private Property DT_CHART_CONFIG As DataTable
|
Private Property DT_CHART_CONFIG As DataTable
|
||||||
Private Property PROF_ORIGIN As DataTable
|
Private Property PROF_ORIGIN As DataTable
|
||||||
|
Private focusedRowHandle As Integer = 199
|
||||||
|
|
||||||
Private Sub frmAdministration_Load(sender As Object, e As System.EventArgs) Handles Me.Load
|
Private Sub frmAdministration_Load(sender As Object, e As System.EventArgs) Handles Me.Load
|
||||||
_Logger.Debug("Loading Administration")
|
_Logger.Debug("Loading Administration")
|
||||||
@@ -59,7 +60,11 @@ Public Class frmAdministration
|
|||||||
dragDropManager.AddGridView(viewAssignedGroups)
|
dragDropManager.AddGridView(viewAssignedGroups)
|
||||||
|
|
||||||
tabctrl_Profilkonfig.SelectedIndex = 0
|
tabctrl_Profilkonfig.SelectedIndex = 0
|
||||||
|
If IDB_ACTIVE Then
|
||||||
|
bbtnitmNotResponsible.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
|
Else
|
||||||
|
bbtnitmNotResponsible.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
MsgBox("Error in loading BasicValues: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error:")
|
MsgBox("Error in loading BasicValues: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Unexpected error:")
|
||||||
@@ -80,6 +85,11 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
ObjekttypenEintragen()
|
ObjekttypenEintragen()
|
||||||
Indexe_eintragen()
|
Indexe_eintragen()
|
||||||
|
If IDB_ACTIVE = True Then
|
||||||
|
bbtnitmNotResponsible.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
|
Else
|
||||||
|
bbtnitmNotResponsible.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
|
End If
|
||||||
' RibbonPageGroupProfile.Enabled = False
|
' RibbonPageGroupProfile.Enabled = False
|
||||||
|
|
||||||
_Logger.Debug("Administration loaded!")
|
_Logger.Debug("Administration loaded!")
|
||||||
@@ -401,7 +411,7 @@ Public Class frmAdministration
|
|||||||
Private Sub frmProfileDesigner_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown
|
Private Sub frmProfileDesigner_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown
|
||||||
TabControl1.SelectedIndex = 0
|
TabControl1.SelectedIndex = 0
|
||||||
FORM_LOADED = True
|
FORM_LOADED = True
|
||||||
RibbonPageGroup2.Enabled = False
|
rbnpggroupFinaIndexe.Enabled = False
|
||||||
RibbonPageGroup4.Enabled = False
|
RibbonPageGroup4.Enabled = False
|
||||||
EditMode_Profile("Unlock")
|
EditMode_Profile("Unlock")
|
||||||
End Sub
|
End Sub
|
||||||
@@ -420,6 +430,7 @@ Public Class frmAdministration
|
|||||||
pgFinalIndexes.SelectedObject = Nothing
|
pgFinalIndexes.SelectedObject = Nothing
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
tsbStaticInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh_Final_indexe:")
|
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh_Final_indexe:")
|
||||||
Finally
|
Finally
|
||||||
@@ -430,12 +441,15 @@ Public Class frmAdministration
|
|||||||
Private Sub TabControl2_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles tabctrl_Profilkonfig.SelectedIndexChanged
|
Private Sub TabControl2_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles tabctrl_Profilkonfig.SelectedIndexChanged
|
||||||
Select Case tabctrl_Profilkonfig.SelectedIndex
|
Select Case tabctrl_Profilkonfig.SelectedIndex
|
||||||
Case 0
|
Case 0
|
||||||
RibbonPageGroup2.Enabled = False
|
rbnpggroupFinaIndexe.Enabled = False
|
||||||
RibbonPageGroup4.Enabled = False
|
RibbonPageGroup4.Enabled = False
|
||||||
|
RibbonPageGroupProfile.Enabled = True
|
||||||
Case 1
|
Case 1
|
||||||
CURRENT_OBJECTTYPE = cmbObjekttypen.Text
|
CURRENT_OBJECTTYPE = cmbObjekttypen.Text
|
||||||
Refresh_Final_Indexes()
|
Refresh_Final_Indexes()
|
||||||
CancelFinalIndexInsert()
|
CancelFinalIndexInsert()
|
||||||
|
RibbonPageGroupProfile.Enabled = False
|
||||||
|
rbnpggroupFinaIndexe.Enabled = True
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
@@ -449,7 +463,7 @@ Public Class frmAdministration
|
|||||||
Case 1
|
Case 1
|
||||||
GridControlNavigation.Enabled = True
|
GridControlNavigation.Enabled = True
|
||||||
RibbonPageGroupProfile.Enabled = False
|
RibbonPageGroupProfile.Enabled = False
|
||||||
RibbonPageGroup2.Enabled = False
|
rbnpggroupFinaIndexe.Enabled = False
|
||||||
RibbonPageGroup4.Enabled = False
|
RibbonPageGroup4.Enabled = False
|
||||||
If PROFILGUIDTextBox.Text = String.Empty Then
|
If PROFILGUIDTextBox.Text = String.Empty Then
|
||||||
MsgBox("Kein Profil angelegt oder ausgeählt", MsgBoxStyle.Critical)
|
MsgBox("Kein Profil angelegt oder ausgeählt", MsgBoxStyle.Critical)
|
||||||
@@ -458,7 +472,7 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
Case 2
|
Case 2
|
||||||
RibbonPageGroupProfile.Enabled = False
|
RibbonPageGroupProfile.Enabled = False
|
||||||
RibbonPageGroup2.Enabled = False
|
rbnpggroupFinaIndexe.Enabled = False
|
||||||
RibbonPageGroup4.Enabled = True
|
RibbonPageGroup4.Enabled = True
|
||||||
GridControlNavigation.Enabled = False
|
GridControlNavigation.Enabled = False
|
||||||
Load_Chart_Konfig()
|
Load_Chart_Konfig()
|
||||||
@@ -579,13 +593,6 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
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)
|
Private Sub ToolStripButton12_Click(sender As Object, e As EventArgs)
|
||||||
Load_User()
|
Load_User()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -641,9 +648,9 @@ Public Class frmAdministration
|
|||||||
Private Sub TabControl2_SelectedIndexChanged_1(sender As Object, e As EventArgs) Handles TabControl2.SelectedIndexChanged
|
Private Sub TabControl2_SelectedIndexChanged_1(sender As Object, e As EventArgs) Handles TabControl2.SelectedIndexChanged
|
||||||
Select Case TabControl2.SelectedIndex
|
Select Case TabControl2.SelectedIndex
|
||||||
Case 0
|
Case 0
|
||||||
RibbonPageGroup2.Enabled = True
|
rbnpggroupFinaIndexe.Enabled = True
|
||||||
Case Else
|
Case Else
|
||||||
RibbonPageGroup2.Enabled = False
|
rbnpggroupFinaIndexe.Enabled = False
|
||||||
End Select
|
End Select
|
||||||
CancelFinalIndexInsert()
|
CancelFinalIndexInsert()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -653,21 +660,23 @@ Public Class frmAdministration
|
|||||||
Dim view As GridView = sender
|
Dim view As GridView = sender
|
||||||
Dim focusedRow As DataRow = view.GetFocusedDataRow()
|
Dim focusedRow As DataRow = view.GetFocusedDataRow()
|
||||||
|
|
||||||
|
|
||||||
If IsNothing(focusedRow) Then
|
If IsNothing(focusedRow) Then
|
||||||
Exit Sub
|
Exit Sub
|
||||||
|
ElseIf INSERT_ACTIVE = True Then
|
||||||
|
'Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oShouldRefreshGrid = False
|
Dim oShouldRefreshGrid = False
|
||||||
If UNSAVED_CHANGES_FI = True Then
|
If UNSAVED_CHANGES_FI = True Then
|
||||||
oShouldRefreshGrid = CHECK_QUESTION_CHANGES()
|
oShouldRefreshGrid = CHECK_QUESTION_CHANGES()
|
||||||
End If
|
End If
|
||||||
|
pgFinalIndexes.SelectedObject = Nothing
|
||||||
|
|
||||||
|
|
||||||
Dim guid As Integer = focusedRow.Item("GUID")
|
Dim guid As Integer = focusedRow.Item("GUID")
|
||||||
Dim index As String = NotNull(focusedRow.Item("INDEXNAME"), Nothing)
|
Dim index As String = NotNull(focusedRow.Item("INDEXNAME"), Nothing)
|
||||||
Dim sqlCommand As String = NotNull(focusedRow.Item("SQL_COMMAND"), "")
|
Dim sqlCommand As String = NotNull(focusedRow.Item("SQL_COMMAND"), "")
|
||||||
Dim connectionId As Integer = NotNull(focusedRow.Item("CONNECTION_ID"), 0)
|
' Dim connectionId As Integer = NotNull(focusedRow.Item("CONNECTION_ID"), 0)
|
||||||
Dim value As String = NotNull(focusedRow.Item("VALUE"), "")
|
Dim value As String = NotNull(focusedRow.Item("VALUE"), "")
|
||||||
Dim active As Boolean = NotNull(focusedRow.Item("ACTIVE"), True)
|
Dim active As Boolean = NotNull(focusedRow.Item("ACTIVE"), True)
|
||||||
Dim description As String = NotNull(focusedRow.Item("DESCRIPTION"), "")
|
Dim description As String = NotNull(focusedRow.Item("DESCRIPTION"), "")
|
||||||
@@ -681,8 +690,7 @@ Public Class frmAdministration
|
|||||||
Dim obj As New FinalIndexProperties With {
|
Dim obj As New FinalIndexProperties With {
|
||||||
.GUID = guid,
|
.GUID = guid,
|
||||||
.IndexName = index,
|
.IndexName = index,
|
||||||
.SQLCommand = New SQLValue(sqlCommand, connectionId),
|
.SQLCommand = New SQLValue(sqlCommand),
|
||||||
.ConnectionId = connectionId,
|
|
||||||
.Description = description,
|
.Description = description,
|
||||||
.Active = active,
|
.Active = active,
|
||||||
.AllowAddNewValues = allowNewValues,
|
.AllowAddNewValues = allowNewValues,
|
||||||
@@ -706,7 +714,8 @@ Public Class frmAdministration
|
|||||||
obj.IndexName = index
|
obj.IndexName = index
|
||||||
obj.VectorBehaviourType = New List(Of String) From {
|
obj.VectorBehaviourType = New List(Of String) From {
|
||||||
"Add",
|
"Add",
|
||||||
"Overwrite"
|
"Overwrite",
|
||||||
|
"Delete"
|
||||||
}
|
}
|
||||||
|
|
||||||
If index IsNot Nothing Then
|
If index IsNot Nothing Then
|
||||||
@@ -720,9 +729,9 @@ Public Class frmAdministration
|
|||||||
pgFinalIndexes.SelectedObject = obj
|
pgFinalIndexes.SelectedObject = obj
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
|
|
||||||
If oShouldRefreshGrid Then
|
'If oShouldRefreshGrid Then
|
||||||
Refresh_Final_Indexes()
|
' Refresh_Final_Indexes()
|
||||||
End If
|
'End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
MsgBox($"Error while loading Final Index properties: {ex.Message}", MsgBoxStyle.Critical)
|
MsgBox($"Error while loading Final Index properties: {ex.Message}", MsgBoxStyle.Critical)
|
||||||
@@ -750,12 +759,8 @@ Public Class frmAdministration
|
|||||||
Dim value As SQLValue = oValue
|
Dim value As SQLValue = oValue
|
||||||
|
|
||||||
If value.Value <> String.Empty Then
|
If value.Value <> String.Empty Then
|
||||||
'obj.ConnectionId = CURRENT_CONN_ID_FINAL_INDEX
|
|
||||||
obj.StringValue = "SQL-Command"
|
obj.StringValue = "SQL-Command"
|
||||||
obj.ConnectionId = value.ConnectionId
|
'obj.ConnectionId = value.ConnectionId
|
||||||
|
|
||||||
'obj.FloatValue = 0
|
|
||||||
' obj.IntegerValue = 0
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
@@ -770,6 +775,17 @@ Public Class frmAdministration
|
|||||||
obj.Sequence = oValue
|
obj.Sequence = oValue
|
||||||
ElseIf oName = "ContinueOnIndifferentState" Then
|
ElseIf oName = "ContinueOnIndifferentState" Then
|
||||||
obj.ContinueOnIndifferentState = oValue
|
obj.ContinueOnIndifferentState = oValue
|
||||||
|
ElseIf oName = "VectorBehaviour" Then
|
||||||
|
If Not IsNothing(oValue) Then
|
||||||
|
If oValue = "Delete" Then
|
||||||
|
obj.StringValue = "DeleteWMAttributeValue"
|
||||||
|
obj.SQLCommand.Value = ""
|
||||||
|
|
||||||
|
ElseIf oValue = "Add" And obj.StringValue = "" Then
|
||||||
|
obj.StringValue = "Your value to set"
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
End If
|
End If
|
||||||
@@ -794,12 +810,8 @@ Public Class frmAdministration
|
|||||||
Dim value As SQLValue = e.ChangedItem.Value
|
Dim value As SQLValue = e.ChangedItem.Value
|
||||||
|
|
||||||
If value.Value <> String.Empty Then
|
If value.Value <> String.Empty Then
|
||||||
'obj.ConnectionId = CURRENT_CONN_ID_FINAL_INDEX
|
|
||||||
obj.StringValue = "SQL-Command"
|
obj.StringValue = "SQL-Command"
|
||||||
obj.ConnectionId = value.ConnectionId
|
'obj.ConnectionId = value.ConnectionId
|
||||||
|
|
||||||
'obj.FloatValue = 0
|
|
||||||
' obj.IntegerValue = 0
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
propertyGrid.Refresh()
|
propertyGrid.Refresh()
|
||||||
@@ -939,7 +951,7 @@ Public Class frmAdministration
|
|||||||
DatabaseFallback.ExecuteNonQueryECM(oSQL)
|
DatabaseFallback.ExecuteNonQueryECM(oSQL)
|
||||||
If FINAL_TEXTTextBox.Text <> String.Empty Then
|
If FINAL_TEXTTextBox.Text <> String.Empty Then
|
||||||
oSQL = $"EXEC PRDD_GUI_LANGUAGE_PHRASE 'PM','PROFILE_FINAL_TEXT{PROFILGUIDTextBox.Text}','{USER_LANGUAGE}',
|
oSQL = $"EXEC PRDD_GUI_LANGUAGE_PHRASE 'PM','PROFILE_FINAL_TEXT{PROFILGUIDTextBox.Text}','{USER_LANGUAGE}',
|
||||||
'Description of Profile','{FINAL_TEXTTextBox.Text}','','{USER_USERNAME}','{PROFILGUIDTextBox.Text}',0"
|
'BTN_FINAL_CAPT','{FINAL_TEXTTextBox.Text}','','{USER_USERNAME}','{PROFILGUIDTextBox.Text}',0"
|
||||||
DatabaseFallback.ExecuteNonQueryECM(oSQL)
|
DatabaseFallback.ExecuteNonQueryECM(oSQL)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@@ -1001,7 +1013,7 @@ Public Class frmAdministration
|
|||||||
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oSQL,
|
.SQLCommand = oSQL,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
|
|
||||||
@@ -1043,10 +1055,14 @@ Public Class frmAdministration
|
|||||||
Private Sub BarButtonItem18_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem18.ItemClick
|
Private Sub BarButtonItem18_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem18.ItemClick
|
||||||
Save_Final_Indexes()
|
Save_Final_Indexes()
|
||||||
Refresh_Final_Indexes()
|
Refresh_Final_Indexes()
|
||||||
|
If focusedRowHandle <> 199 Then
|
||||||
|
viewFinalIndex.FocusedRowHandle = focusedRowHandle
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub Save_Final_Indexes()
|
Private Sub Save_Final_Indexes()
|
||||||
Try
|
Try
|
||||||
'Dim obj As FinalIndexProperties = PropertyGrid1.SelectedObject
|
'Dim obj As FinalIndexProperties = PropertyGrid1.SelectedObject
|
||||||
|
pgFinalIndexes.EndUpdate()
|
||||||
Dim obj As FinalIndexProperties = pgFinalIndexes.SelectedObject
|
Dim obj As FinalIndexProperties = pgFinalIndexes.SelectedObject
|
||||||
|
|
||||||
If Not IsNothing(obj) Then
|
If Not IsNothing(obj) Then
|
||||||
@@ -1062,9 +1078,10 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
Dim guid = obj.GUID
|
Dim guid = obj.GUID
|
||||||
Dim oProfileId As Integer = PROFILGUIDTextBox.Text
|
Dim oProfileId As Integer = PROFILGUIDTextBox.Text
|
||||||
|
focusedRowHandle = 199
|
||||||
|
focusedRowHandle = viewFinalIndex.FocusedRowHandle
|
||||||
'Dim connectionId As Integer = obj.ConnectionId
|
'Dim connectionId As Integer = obj.ConnectionId
|
||||||
Dim connectionId As Integer = NotNull(obj.SQLCommand.ConnectionId, 1)
|
' Dim connectionId As Integer = NotNull(obj.SQLCommand.ConnectionId, 1)
|
||||||
Dim sqlCommand As String = NotNull(obj.SQLCommand.Value, String.Empty).Replace("'", "''")
|
Dim sqlCommand As String = NotNull(obj.SQLCommand.Value, String.Empty).Replace("'", "''")
|
||||||
|
|
||||||
Dim indexName As String = NotNull(obj.IndexName, String.Empty)
|
Dim indexName As String = NotNull(obj.IndexName, String.Empty)
|
||||||
@@ -1103,20 +1120,26 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Dim sql As String = $"INSERT INTO TBPM_PROFILE_FINAL_INDEXING (PROFIL_ID, CONNECTION_ID, SQL_COMMAND, INDEXNAME, VALUE, ACTIVE, PREVENT_DUPLICATES, ALLOW_NEW_VALUES, ADDED_WHO,IF_VEKTOR_BEHAVIOUR,DESCRIPTION,SEQUENCE,CONTINUE_INDETERMINED)
|
Dim sql As String = $"INSERT INTO TBPM_PROFILE_FINAL_INDEXING (PROFIL_ID, CONNECTION_ID, SQL_COMMAND, INDEXNAME, VALUE, ACTIVE, PREVENT_DUPLICATES, ALLOW_NEW_VALUES, ADDED_WHO,IF_VEKTOR_BEHAVIOUR,DESCRIPTION,SEQUENCE,CONTINUE_INDETERMINED)
|
||||||
VALUES ({oProfileId}, {connectionId}, '{sqlCommand}', '{indexName}', '{value}', {active}, {preventDuplicates}, {AllowAddNewValues}, '{addedWho}','{IF_VEKTOR_BEHAVIOUR}','{oDescription}',{pSequence},{oContinueOIdS})"
|
VALUES ({oProfileId}, 0, '{sqlCommand}', '{indexName}', '{value}', {active}, {preventDuplicates}, {AllowAddNewValues}, '{addedWho}','{IF_VEKTOR_BEHAVIOUR}','{oDescription}',{pSequence},{oContinueOIdS})"
|
||||||
|
|
||||||
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
||||||
tsbStaticInfo.Caption = $"Final index added - {Now.ToLongTimeString}"
|
tsbStaticInfo.Caption = $"Final index added - {Now.ToLongTimeString}"
|
||||||
INSERT_ACTIVE = False
|
INSERT_ACTIVE = False
|
||||||
|
'Refresh_Final_Indexes()
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
Dim sql As String = $"UPDATE TBPM_PROFILE_FINAL_INDEXING
|
Dim sql As String = $"UPDATE TBPM_PROFILE_FINAL_INDEXING
|
||||||
SET CONNECTION_ID = {connectionId}, SQL_COMMAND = '{sqlCommand}', INDEXNAME = '{indexName}', CHANGED_WHO = '{addedWho}', DESCRIPTION = '{oDescription}',
|
SET CONNECTION_ID = 0, SQL_COMMAND = '{sqlCommand}', INDEXNAME = '{indexName}', CHANGED_WHO = '{addedWho}', DESCRIPTION = '{oDescription}',
|
||||||
VALUE = '{value}', ACTIVE = {active}, ALLOW_NEW_VALUES = {AllowAddNewValues}, PREVENT_DUPLICATES = {preventDuplicates},IF_VEKTOR_BEHAVIOUR = '{IF_VEKTOR_BEHAVIOUR}', [SEQUENCE] = {oSequence}, CONTINUE_INDETERMINED = {oContinueOIdS}
|
VALUE = '{value}', ACTIVE = {active}, ALLOW_NEW_VALUES = {AllowAddNewValues}, PREVENT_DUPLICATES = {preventDuplicates},
|
||||||
|
IF_VEKTOR_BEHAVIOUR = '{IF_VEKTOR_BEHAVIOUR}',
|
||||||
|
[SEQUENCE] = {oSequence}, CONTINUE_INDETERMINED = {oContinueOIdS}
|
||||||
WHERE GUID = {guid}"
|
WHERE GUID = {guid}"
|
||||||
|
|
||||||
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
||||||
tsbStaticInfo.Caption = $"Final index saved - {Now.ToLongTimeString} - RESTART NECESSARY"
|
tsbStaticInfo.Caption = $"Final index saved - {Now.ToLongTimeString} - RESTART/REFRESH NECESSARY"
|
||||||
|
tsbStaticInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
|
Else
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@@ -1131,7 +1154,10 @@ Public Class frmAdministration
|
|||||||
Finally
|
Finally
|
||||||
BarButtonItem19.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
BarButtonItem19.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
BarButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
BarButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
INSERT_ACTIVE = False
|
If INSERT_ACTIVE Then
|
||||||
|
INSERT_ACTIVE = False
|
||||||
|
End If
|
||||||
|
|
||||||
UNSAVED_CHANGES_FI = False
|
UNSAVED_CHANGES_FI = False
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
@@ -1140,7 +1166,7 @@ Public Class frmAdministration
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub gridFinalIndex_MouseHover(sender As Object, e As EventArgs) Handles gridFinalIndex.MouseHover
|
Private Sub gridFinalIndex_MouseHover(sender As Object, e As EventArgs) Handles gridFinalIndex.MouseHover
|
||||||
RibbonPageGroup2.Enabled = True
|
rbnpggroupFinaIndexe.Enabled = True
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub CHANGED_WHENLabel_Click(sender As Object, e As EventArgs)
|
Private Sub CHANGED_WHENLabel_Click(sender As Object, e As EventArgs)
|
||||||
@@ -1151,7 +1177,7 @@ Public Class frmAdministration
|
|||||||
Try
|
Try
|
||||||
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
||||||
CURRENT_DESIGN_TYPE = "SQL_OVERVIEW"
|
CURRENT_DESIGN_TYPE = "SQL_OVERVIEW"
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {.SQLCommand = oSQL, .SQLConnection = 1}
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {.SQLCommand = oSQL, .SQLConnection = 0}
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
|
|
||||||
If oForm.DialogResult = DialogResult.OK Then
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
@@ -1173,7 +1199,7 @@ Public Class frmAdministration
|
|||||||
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oldSQL,
|
.SQLCommand = oldSQL,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
@@ -1248,6 +1274,7 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
If UNSAVED_CHANGES_FI Then
|
If UNSAVED_CHANGES_FI Then
|
||||||
Save_Final_Indexes()
|
Save_Final_Indexes()
|
||||||
|
'Refresh_Final_Indexes()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return True
|
Return True
|
||||||
@@ -1497,35 +1524,40 @@ Public Class frmAdministration
|
|||||||
EditMode_Profile("")
|
EditMode_Profile("")
|
||||||
End Sub
|
End Sub
|
||||||
Sub EditMode_Profile(pMode As String)
|
Sub EditMode_Profile(pMode As String)
|
||||||
If BarButtonItem26.Tag = "Lock" Then
|
Try
|
||||||
Me.TBPM_PROFILEBindingSource.EndEdit()
|
If BarButtonItem26.Tag = "Lock" Then
|
||||||
If DD_DMSLiteDataSet.TBPM_PROFILE.GetChanges Is Nothing = False Or UNSAVED_CHANGES_FI Then
|
Me.TBPM_PROFILEBindingSource.EndEdit()
|
||||||
UNSAVED_CHANGES_PROFILE = True
|
If DD_DMSLiteDataSet.TBPM_PROFILE.GetChanges Is Nothing = False Or UNSAVED_CHANGES_FI Then
|
||||||
CHECK_QUESTION_CHANGES()
|
UNSAVED_CHANGES_PROFILE = True
|
||||||
|
CHECK_QUESTION_CHANGES()
|
||||||
|
End If
|
||||||
|
With BarButtonItem26
|
||||||
|
.Tag = "Unlock"
|
||||||
|
.ImageOptions.SvgImage = My.Resources.Security_Lock
|
||||||
|
.ItemAppearance.Normal.BackColor = Nothing
|
||||||
|
End With
|
||||||
|
|
||||||
|
'GridControlNavigation.Enabled = True
|
||||||
|
' RibbonPageGroupProfile.Enabled = False
|
||||||
|
'pnlEdit.Enabled = False
|
||||||
End If
|
End If
|
||||||
With BarButtonItem26
|
If pMode = "Unlock" Or BarButtonItem26.Tag = "Unlock" Then
|
||||||
.Tag = "Unlock"
|
Dim ocolor As New Color
|
||||||
.ImageOptions.SvgImage = My.Resources.Security_Lock
|
ocolor = Color.FromArgb(0, 192, 0)
|
||||||
.ItemAppearance.Normal.BackColor = Nothing
|
With BarButtonItem26
|
||||||
End With
|
.Tag = "Lock"
|
||||||
|
.ImageOptions.SvgImage = My.Resources.Security_Unlock
|
||||||
|
.ItemAppearance.Normal.BackColor = ocolor
|
||||||
|
End With
|
||||||
|
|
||||||
'GridControlNavigation.Enabled = True
|
' GridControlNavigation.Enabled = False
|
||||||
' RibbonPageGroupProfile.Enabled = False
|
' RibbonPageGroupProfile.Enabled = True
|
||||||
'pnlEdit.Enabled = False
|
' pnlEdit.Enabled = True
|
||||||
End If
|
End If
|
||||||
If pMode = "Unlock" Or BarButtonItem26.Tag = "Unlock" Then
|
Catch ex As Exception
|
||||||
Dim ocolor As New Color
|
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||||
ocolor = Color.FromArgb(0, 192, 0)
|
End Try
|
||||||
With BarButtonItem26
|
|
||||||
.Tag = "Lock"
|
|
||||||
.ImageOptions.SvgImage = My.Resources.Security_Unlock
|
|
||||||
.ItemAppearance.Normal.BackColor = ocolor
|
|
||||||
End With
|
|
||||||
|
|
||||||
' GridControlNavigation.Enabled = False
|
|
||||||
' RibbonPageGroupProfile.Enabled = True
|
|
||||||
' pnlEdit.Enabled = True
|
|
||||||
End If
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub GridViewProfile_BeforeLeaveRow(sender As Object, e As RowAllowEventArgs) Handles GridViewProfile.BeforeLeaveRow
|
Private Sub GridViewProfile_BeforeLeaveRow(sender As Object, e As RowAllowEventArgs) Handles GridViewProfile.BeforeLeaveRow
|
||||||
@@ -1568,5 +1600,17 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub bbtnitmReject_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtnitmReject.ItemClick
|
||||||
|
Dim ofrm As New frmAdmin_rejectionConfig(PROFILGUIDTextBox.Text)
|
||||||
|
ofrm.ShowDialog()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem1_ItemClick_1(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtnitmNotResponsible.ItemClick
|
||||||
|
Dim ofrm As New frmAdmin_notResponsibleConfig(PROFILGUIDTextBox.Text)
|
||||||
|
ofrm.ShowDialog()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem1_ItemClick_2(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs)
|
||||||
|
viewFinalIndex.FocusedRowHandle() = 2
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
@@ -758,7 +758,7 @@
|
|||||||
<value>Caption Auswahldialog:</value>
|
<value>Caption Auswahldialog:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LayoutControlItem21.Text" xml:space="preserve">
|
<data name="LayoutControlItem21.Text" xml:space="preserve">
|
||||||
<value>Datentyp:</value>
|
<value>Formatierung:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="LayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>573, 668</value>
|
<value>573, 668</value>
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ Public Class frmColumn_Detail
|
|||||||
CURRENT_INDEX_ID = GUIDTextBox.Text
|
CURRENT_INDEX_ID = GUIDTextBox.Text
|
||||||
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = SQL_COMMANDTextBox.Text,
|
.SQLCommand = SQL_COMMANDTextBox.Text,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm2.ShowDialog()
|
oForm2.ShowDialog()
|
||||||
|
|
||||||
@@ -172,7 +172,7 @@ Public Class frmColumn_Detail
|
|||||||
CURRENT_INDEX_ID = GUIDTextBox.Text
|
CURRENT_INDEX_ID = GUIDTextBox.Text
|
||||||
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = SQL_COMMANDTextBox.Text,
|
.SQLCommand = SQL_COMMANDTextBox.Text,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm2.ShowDialog()
|
oForm2.ShowDialog()
|
||||||
|
|
||||||
|
|||||||
231
app/TaskFlow/frmDashboard1.Designer.vb
generated
Normal file
231
app/TaskFlow/frmDashboard1.Designer.vb
generated
Normal file
@@ -0,0 +1,231 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class frmDashboard1
|
||||||
|
Inherits DevExpress.XtraEditors.XtraForm
|
||||||
|
|
||||||
|
'Form overrides dispose to clean up the component list.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Required by the Windows Form Designer
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'NOTE: The following procedure is required by the Windows Form Designer
|
||||||
|
'It can be modified using the Windows Form Designer.
|
||||||
|
'Do not modify it using the code editor.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.components = New System.ComponentModel.Container()
|
||||||
|
Dim TileItemElement1 As DevExpress.XtraEditors.TileItemElement = New DevExpress.XtraEditors.TileItemElement()
|
||||||
|
Dim TileItemElement2 As DevExpress.XtraEditors.TileItemElement = New DevExpress.XtraEditors.TileItemElement()
|
||||||
|
Dim TileItemElement3 As DevExpress.XtraEditors.TileItemElement = New DevExpress.XtraEditors.TileItemElement()
|
||||||
|
Me.TileBar1 = New DevExpress.XtraBars.Navigation.TileBar()
|
||||||
|
Me.TileBarGroup2 = New DevExpress.XtraBars.Navigation.TileBarGroup()
|
||||||
|
Me.TileBarItem1 = New DevExpress.XtraBars.Navigation.TileBarItem()
|
||||||
|
Me.TileBarItem2 = New DevExpress.XtraBars.Navigation.TileBarItem()
|
||||||
|
Me.TileBarGroup3 = New DevExpress.XtraBars.Navigation.TileBarGroup()
|
||||||
|
Me.TileBarItem3 = New DevExpress.XtraBars.Navigation.TileBarItem()
|
||||||
|
Me.NavigationPane1 = New DevExpress.XtraBars.Navigation.NavigationPane()
|
||||||
|
Me.NavigationPage1 = New DevExpress.XtraBars.Navigation.NavigationPage()
|
||||||
|
Me.NavigationPage2 = New DevExpress.XtraBars.Navigation.NavigationPage()
|
||||||
|
Me.RadialMenu1 = New DevExpress.XtraBars.Ribbon.RadialMenu(Me.components)
|
||||||
|
Me.BarManager1 = New DevExpress.XtraBars.BarManager(Me.components)
|
||||||
|
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
||||||
|
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
||||||
|
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
|
||||||
|
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
|
||||||
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
CType(Me.NavigationPane1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.NavigationPane1.SuspendLayout()
|
||||||
|
CType(Me.RadialMenu1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'TileBar1
|
||||||
|
'
|
||||||
|
Me.TileBar1.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.TileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty
|
||||||
|
Me.TileBar1.Groups.Add(Me.TileBarGroup2)
|
||||||
|
Me.TileBar1.Groups.Add(Me.TileBarGroup3)
|
||||||
|
Me.TileBar1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.TileBar1.MaxId = 3
|
||||||
|
Me.TileBar1.Name = "TileBar1"
|
||||||
|
Me.TileBar1.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons
|
||||||
|
Me.TileBar1.Size = New System.Drawing.Size(796, 133)
|
||||||
|
Me.TileBar1.TabIndex = 0
|
||||||
|
Me.TileBar1.Text = "TileBar1"
|
||||||
|
'
|
||||||
|
'TileBarGroup2
|
||||||
|
'
|
||||||
|
Me.TileBarGroup2.Items.Add(Me.TileBarItem1)
|
||||||
|
Me.TileBarGroup2.Items.Add(Me.TileBarItem2)
|
||||||
|
Me.TileBarGroup2.Name = "TileBarGroup2"
|
||||||
|
Me.TileBarGroup2.Text = "Gruppe 1"
|
||||||
|
'
|
||||||
|
'TileBarItem1
|
||||||
|
'
|
||||||
|
Me.TileBarItem1.DropDownOptions.BeakColor = System.Drawing.Color.Empty
|
||||||
|
TileItemElement1.Text = "TileBarItem1"
|
||||||
|
Me.TileBarItem1.Elements.Add(TileItemElement1)
|
||||||
|
Me.TileBarItem1.Id = 0
|
||||||
|
Me.TileBarItem1.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Medium
|
||||||
|
Me.TileBarItem1.Name = "TileBarItem1"
|
||||||
|
'
|
||||||
|
'TileBarItem2
|
||||||
|
'
|
||||||
|
Me.TileBarItem2.DropDownOptions.BeakColor = System.Drawing.Color.Empty
|
||||||
|
TileItemElement2.Text = "TileBarItem2"
|
||||||
|
Me.TileBarItem2.Elements.Add(TileItemElement2)
|
||||||
|
Me.TileBarItem2.Id = 1
|
||||||
|
Me.TileBarItem2.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide
|
||||||
|
Me.TileBarItem2.Name = "TileBarItem2"
|
||||||
|
'
|
||||||
|
'TileBarGroup3
|
||||||
|
'
|
||||||
|
Me.TileBarGroup3.Items.Add(Me.TileBarItem3)
|
||||||
|
Me.TileBarGroup3.Name = "TileBarGroup3"
|
||||||
|
Me.TileBarGroup3.Text = "Gruppe 2"
|
||||||
|
'
|
||||||
|
'TileBarItem3
|
||||||
|
'
|
||||||
|
Me.TileBarItem3.AppearanceItem.Normal.BackColor = System.Drawing.Color.DarkTurquoise
|
||||||
|
Me.TileBarItem3.AppearanceItem.Normal.Options.UseBackColor = True
|
||||||
|
Me.TileBarItem3.DropDownOptions.BeakColor = System.Drawing.Color.Empty
|
||||||
|
TileItemElement3.Text = "TileBarItem3"
|
||||||
|
Me.TileBarItem3.Elements.Add(TileItemElement3)
|
||||||
|
Me.TileBarItem3.Id = 2
|
||||||
|
Me.TileBarItem3.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Medium
|
||||||
|
Me.TileBarItem3.Name = "TileBarItem3"
|
||||||
|
'
|
||||||
|
'NavigationPane1
|
||||||
|
'
|
||||||
|
Me.NavigationPane1.Controls.Add(Me.NavigationPage1)
|
||||||
|
Me.NavigationPane1.Controls.Add(Me.NavigationPage2)
|
||||||
|
Me.NavigationPane1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||||
|
Me.NavigationPane1.Location = New System.Drawing.Point(0, 343)
|
||||||
|
Me.NavigationPane1.Name = "NavigationPane1"
|
||||||
|
Me.NavigationPane1.Pages.AddRange(New DevExpress.XtraBars.Navigation.NavigationPageBase() {Me.NavigationPage1, Me.NavigationPage2})
|
||||||
|
Me.NavigationPane1.RegularSize = New System.Drawing.Size(796, 150)
|
||||||
|
Me.NavigationPane1.SelectedPage = Me.NavigationPage1
|
||||||
|
Me.NavigationPane1.Size = New System.Drawing.Size(796, 150)
|
||||||
|
Me.NavigationPane1.TabIndex = 1
|
||||||
|
Me.NavigationPane1.Text = "NavigationPane1"
|
||||||
|
'
|
||||||
|
'NavigationPage1
|
||||||
|
'
|
||||||
|
Me.NavigationPage1.Caption = "NavigationPage1"
|
||||||
|
Me.NavigationPage1.Name = "NavigationPage1"
|
||||||
|
Me.NavigationPage1.Size = New System.Drawing.Size(660, 77)
|
||||||
|
'
|
||||||
|
'NavigationPage2
|
||||||
|
'
|
||||||
|
Me.NavigationPage2.Caption = "NavigationPage2"
|
||||||
|
Me.NavigationPage2.Name = "NavigationPage2"
|
||||||
|
Me.NavigationPage2.PageText = "sdsdsd"
|
||||||
|
Me.NavigationPage2.Size = New System.Drawing.Size(660, 77)
|
||||||
|
'
|
||||||
|
'RadialMenu1
|
||||||
|
'
|
||||||
|
Me.RadialMenu1.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.BarButtonItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.BarButtonItem2)})
|
||||||
|
Me.RadialMenu1.Manager = Me.BarManager1
|
||||||
|
Me.RadialMenu1.Name = "RadialMenu1"
|
||||||
|
'
|
||||||
|
'BarManager1
|
||||||
|
'
|
||||||
|
Me.BarManager1.DockControls.Add(Me.barDockControlTop)
|
||||||
|
Me.BarManager1.DockControls.Add(Me.barDockControlBottom)
|
||||||
|
Me.BarManager1.DockControls.Add(Me.barDockControlLeft)
|
||||||
|
Me.BarManager1.DockControls.Add(Me.barDockControlRight)
|
||||||
|
Me.BarManager1.Form = Me
|
||||||
|
Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.BarButtonItem1, Me.BarButtonItem2})
|
||||||
|
Me.BarManager1.MaxItemId = 2
|
||||||
|
'
|
||||||
|
'barDockControlTop
|
||||||
|
'
|
||||||
|
Me.barDockControlTop.CausesValidation = False
|
||||||
|
Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.barDockControlTop.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.barDockControlTop.Manager = Me.BarManager1
|
||||||
|
Me.barDockControlTop.Size = New System.Drawing.Size(796, 0)
|
||||||
|
'
|
||||||
|
'barDockControlBottom
|
||||||
|
'
|
||||||
|
Me.barDockControlBottom.CausesValidation = False
|
||||||
|
Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||||
|
Me.barDockControlBottom.Location = New System.Drawing.Point(0, 493)
|
||||||
|
Me.barDockControlBottom.Manager = Me.BarManager1
|
||||||
|
Me.barDockControlBottom.Size = New System.Drawing.Size(796, 0)
|
||||||
|
'
|
||||||
|
'barDockControlLeft
|
||||||
|
'
|
||||||
|
Me.barDockControlLeft.CausesValidation = False
|
||||||
|
Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.barDockControlLeft.Manager = Me.BarManager1
|
||||||
|
Me.barDockControlLeft.Size = New System.Drawing.Size(0, 493)
|
||||||
|
'
|
||||||
|
'barDockControlRight
|
||||||
|
'
|
||||||
|
Me.barDockControlRight.CausesValidation = False
|
||||||
|
Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.barDockControlRight.Location = New System.Drawing.Point(796, 0)
|
||||||
|
Me.barDockControlRight.Manager = Me.BarManager1
|
||||||
|
Me.barDockControlRight.Size = New System.Drawing.Size(0, 493)
|
||||||
|
'
|
||||||
|
'BarButtonItem1
|
||||||
|
'
|
||||||
|
Me.BarButtonItem1.Caption = "BarButtonItem1"
|
||||||
|
Me.BarButtonItem1.Id = 0
|
||||||
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
||||||
|
'
|
||||||
|
'BarButtonItem2
|
||||||
|
'
|
||||||
|
Me.BarButtonItem2.Caption = "BarButtonItem2"
|
||||||
|
Me.BarButtonItem2.Id = 1
|
||||||
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
||||||
|
'
|
||||||
|
'frmDashboard1
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(796, 493)
|
||||||
|
Me.Controls.Add(Me.NavigationPane1)
|
||||||
|
Me.Controls.Add(Me.TileBar1)
|
||||||
|
Me.Controls.Add(Me.barDockControlLeft)
|
||||||
|
Me.Controls.Add(Me.barDockControlRight)
|
||||||
|
Me.Controls.Add(Me.barDockControlBottom)
|
||||||
|
Me.Controls.Add(Me.barDockControlTop)
|
||||||
|
Me.Name = "frmDashboard1"
|
||||||
|
Me.Text = "frmDashboard1"
|
||||||
|
CType(Me.NavigationPane1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.NavigationPane1.ResumeLayout(False)
|
||||||
|
CType(Me.RadialMenu1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents TileBar1 As DevExpress.XtraBars.Navigation.TileBar
|
||||||
|
Friend WithEvents TileBarGroup2 As DevExpress.XtraBars.Navigation.TileBarGroup
|
||||||
|
Friend WithEvents TileBarItem1 As DevExpress.XtraBars.Navigation.TileBarItem
|
||||||
|
Friend WithEvents TileBarItem2 As DevExpress.XtraBars.Navigation.TileBarItem
|
||||||
|
Friend WithEvents TileBarGroup3 As DevExpress.XtraBars.Navigation.TileBarGroup
|
||||||
|
Friend WithEvents TileBarItem3 As DevExpress.XtraBars.Navigation.TileBarItem
|
||||||
|
Friend WithEvents NavigationPane1 As DevExpress.XtraBars.Navigation.NavigationPane
|
||||||
|
Friend WithEvents NavigationPage1 As DevExpress.XtraBars.Navigation.NavigationPage
|
||||||
|
Friend WithEvents NavigationPage2 As DevExpress.XtraBars.Navigation.NavigationPage
|
||||||
|
Friend WithEvents RadialMenu1 As DevExpress.XtraBars.Ribbon.RadialMenu
|
||||||
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarManager1 As DevExpress.XtraBars.BarManager
|
||||||
|
Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl
|
||||||
|
Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl
|
||||||
|
Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl
|
||||||
|
Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl
|
||||||
|
End Class
|
||||||
126
app/TaskFlow/frmDashboard1.resx
Normal file
126
app/TaskFlow/frmDashboard1.resx
Normal file
@@ -0,0 +1,126 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="RadialMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="BarManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>140, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
||||||
3
app/TaskFlow/frmDashboard1.vb
Normal file
3
app/TaskFlow/frmDashboard1.vb
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Public Class frmDashboard1
|
||||||
|
|
||||||
|
End Class
|
||||||
29
app/TaskFlow/frmError.Designer.vb
generated
29
app/TaskFlow/frmError.Designer.vb
generated
@@ -23,6 +23,7 @@ Partial Class frmError
|
|||||||
<System.Diagnostics.DebuggerStepThrough()> _
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Me.components = New System.ComponentModel.Container()
|
Me.components = New System.ComponentModel.Container()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmError))
|
||||||
Me.OK_Button = New System.Windows.Forms.Button()
|
Me.OK_Button = New System.Windows.Forms.Button()
|
||||||
Me.Label1 = New System.Windows.Forms.Label()
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
Me.txterror = New System.Windows.Forms.TextBox()
|
Me.txterror = New System.Windows.Forms.TextBox()
|
||||||
@@ -31,37 +32,22 @@ Partial Class frmError
|
|||||||
'
|
'
|
||||||
'OK_Button
|
'OK_Button
|
||||||
'
|
'
|
||||||
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
|
resources.ApplyResources(Me.OK_Button, "OK_Button")
|
||||||
Me.OK_Button.Location = New System.Drawing.Point(355, 150)
|
|
||||||
Me.OK_Button.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
|
|
||||||
Me.OK_Button.Name = "OK_Button"
|
Me.OK_Button.Name = "OK_Button"
|
||||||
Me.OK_Button.Size = New System.Drawing.Size(134, 41)
|
|
||||||
Me.OK_Button.TabIndex = 0
|
|
||||||
Me.OK_Button.Text = "OK"
|
|
||||||
'
|
'
|
||||||
'Label1
|
'Label1
|
||||||
'
|
'
|
||||||
Me.Label1.AutoSize = True
|
resources.ApplyResources(Me.Label1, "Label1")
|
||||||
Me.Label1.ForeColor = System.Drawing.Color.Red
|
Me.Label1.ForeColor = System.Drawing.Color.Red
|
||||||
Me.Label1.Location = New System.Drawing.Point(15, 9)
|
|
||||||
Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
|
|
||||||
Me.Label1.Name = "Label1"
|
Me.Label1.Name = "Label1"
|
||||||
Me.Label1.Size = New System.Drawing.Size(358, 23)
|
|
||||||
Me.Label1.TabIndex = 0
|
|
||||||
Me.Label1.Text = "Folgender Fehler wurde festgestellt:"
|
|
||||||
'
|
'
|
||||||
'txterror
|
'txterror
|
||||||
'
|
'
|
||||||
Me.txterror.AcceptsReturn = True
|
Me.txterror.AcceptsReturn = True
|
||||||
Me.txterror.Enabled = False
|
resources.ApplyResources(Me.txterror, "txterror")
|
||||||
Me.txterror.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
||||||
Me.txterror.ForeColor = System.Drawing.Color.DarkRed
|
Me.txterror.ForeColor = System.Drawing.Color.DarkRed
|
||||||
Me.txterror.Location = New System.Drawing.Point(19, 35)
|
|
||||||
Me.txterror.Multiline = True
|
|
||||||
Me.txterror.Name = "txterror"
|
Me.txterror.Name = "txterror"
|
||||||
Me.txterror.ReadOnly = True
|
Me.txterror.ReadOnly = True
|
||||||
Me.txterror.Size = New System.Drawing.Size(470, 107)
|
|
||||||
Me.txterror.TabIndex = 1
|
|
||||||
Me.txterror.TabStop = False
|
Me.txterror.TabStop = False
|
||||||
'
|
'
|
||||||
'Timer1
|
'Timer1
|
||||||
@@ -71,22 +57,17 @@ Partial Class frmError
|
|||||||
'frmError
|
'frmError
|
||||||
'
|
'
|
||||||
Me.AcceptButton = Me.OK_Button
|
Me.AcceptButton = Me.OK_Button
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(12.0!, 23.0!)
|
resources.ApplyResources(Me, "$this")
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.ClientSize = New System.Drawing.Size(495, 203)
|
|
||||||
Me.ControlBox = False
|
Me.ControlBox = False
|
||||||
Me.Controls.Add(Me.txterror)
|
Me.Controls.Add(Me.txterror)
|
||||||
Me.Controls.Add(Me.Label1)
|
Me.Controls.Add(Me.Label1)
|
||||||
Me.Controls.Add(Me.OK_Button)
|
Me.Controls.Add(Me.OK_Button)
|
||||||
Me.Font = New System.Drawing.Font("Verdana", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||||
Me.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
|
|
||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmError"
|
Me.Name = "frmError"
|
||||||
Me.ShowInTaskbar = False
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
||||||
Me.Text = "Fehlermeldung:"
|
|
||||||
Me.TopMost = True
|
Me.TopMost = True
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
Me.PerformLayout()
|
Me.PerformLayout()
|
||||||
|
|||||||
130
app/TaskFlow/frmError.en.resx
Normal file
130
app/TaskFlow/frmError.en.resx
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="Label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>336, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.Text" xml:space="preserve">
|
||||||
|
<value>The following error was detected:</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Error message</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
130
app/TaskFlow/frmError.fr.resx
Normal file
130
app/TaskFlow/frmError.fr.resx
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="Label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>320, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.Text" xml:space="preserve">
|
||||||
|
<value>L'erreur suivante a été détectée:</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Message d'erreur</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -117,7 +117,133 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="Label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>15, 9</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>495, 203</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label1.Name" xml:space="preserve">
|
||||||
|
<value>Label1</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
|
<value>6, 5, 6, 5</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Timer1.Name" xml:space="preserve">
|
||||||
|
<value>Timer1</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="txterror.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="txterror.Enabled" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
|
<value>6, 0, 6, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txterror.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label1.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txterror.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>134, 41</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Verdana, 14.25pt</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label1.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Fehlermeldung:</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>355, 150</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>frmError</value>
|
||||||
|
</data>
|
||||||
|
<data name="txterror.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Verdana, 9.75pt</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Timer1.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label1.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txterror.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>19, 35</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>OK_Button.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>12, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.Text" xml:space="preserve">
|
||||||
|
<value>OK</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txterror.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txterror.Name" xml:space="preserve">
|
||||||
|
<value>txterror</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>358, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||||
|
<value>CenterScreen</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>OK_Button.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>OK_Button.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label1.Text" xml:space="preserve">
|
||||||
|
<value>Folgender Fehler wurde festgestellt:</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
|
<value>6, 5, 6, 5</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK_Button.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>None</value>
|
||||||
|
</data>
|
||||||
|
<data name="txterror.Multiline" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>OK_Button.Name" xml:space="preserve">
|
||||||
|
<value>OK_Button</value>
|
||||||
|
</data>
|
||||||
|
<data name="txterror.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>470, 107</value>
|
||||||
|
</data>
|
||||||
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
||||||
42
app/TaskFlow/frmFormDesigner.Designer.vb
generated
42
app/TaskFlow/frmFormDesigner.Designer.vb
generated
@@ -49,12 +49,13 @@ Partial Class frmFormDesigner
|
|||||||
Me.bbtniheight_plus = New DevExpress.XtraBars.BarButtonItem()
|
Me.bbtniheight_plus = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.bbtniheight_min = New DevExpress.XtraBars.BarButtonItem()
|
Me.bbtniheight_min = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.tslblAenderungen = New DevExpress.XtraBars.BarStaticItem()
|
Me.tslblAenderungen = New DevExpress.XtraBars.BarStaticItem()
|
||||||
|
Me.bstitmProfilID = New DevExpress.XtraBars.BarStaticItem()
|
||||||
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonGroupControlFunctions = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonGroupControlFunctions = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonGroupControls = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonGroupControls = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibPGCtrlWidth = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibPGCtrlWidth = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibPGCtrlheight = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibPGCtrlHeightreal = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||||
Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
||||||
@@ -73,6 +74,7 @@ Partial Class frmFormDesigner
|
|||||||
Me.RPGControlFunction = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RPGControlFunction = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
|
Me.RibPGCtrlheight = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
CType(Me.SplitContainerDesigner, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SplitContainerDesigner, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SplitContainerDesigner.Panel1.SuspendLayout()
|
Me.SplitContainerDesigner.Panel1.SuspendLayout()
|
||||||
Me.SplitContainerDesigner.Panel2.SuspendLayout()
|
Me.SplitContainerDesigner.Panel2.SuspendLayout()
|
||||||
@@ -125,9 +127,9 @@ Partial Class frmFormDesigner
|
|||||||
'RibbonControl1
|
'RibbonControl1
|
||||||
'
|
'
|
||||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bbtnItemFinishSQL, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarStaticItem1, Me.BarButtonItem4, Me.BarButtonItem5, Me.bbtnitLabel, Me.bbtnitTextBox, Me.bbtnitLU, Me.bbtnitTable, Me.bbtnitDatePicker, Me.bbtnitCheckBox, Me.bbtnitButton, Me.bbtnitLine, Me.bbtniwidth_plus, Me.bbtniwidth_min, Me.bbtniheight_plus, Me.bbtniheight_min, Me.tslblAenderungen})
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bbtnItemFinishSQL, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarStaticItem1, Me.BarButtonItem4, Me.BarButtonItem5, Me.bbtnitLabel, Me.bbtnitTextBox, Me.bbtnitLU, Me.bbtnitTable, Me.bbtnitDatePicker, Me.bbtnitCheckBox, Me.bbtnitButton, Me.bbtnitLine, Me.bbtniwidth_plus, Me.bbtniwidth_min, Me.bbtniheight_plus, Me.bbtniheight_min, Me.tslblAenderungen, Me.bstitmProfilID})
|
||||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||||
Me.RibbonControl1.MaxItemId = 21
|
Me.RibbonControl1.MaxItemId = 22
|
||||||
Me.RibbonControl1.Name = "RibbonControl1"
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||||
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
@@ -283,9 +285,15 @@ Partial Class frmFormDesigner
|
|||||||
Me.tslblAenderungen.Name = "tslblAenderungen"
|
Me.tslblAenderungen.Name = "tslblAenderungen"
|
||||||
Me.tslblAenderungen.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
Me.tslblAenderungen.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
||||||
'
|
'
|
||||||
|
'bstitmProfilID
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.bstitmProfilID, "bstitmProfilID")
|
||||||
|
Me.bstitmProfilID.Id = 21
|
||||||
|
Me.bstitmProfilID.Name = "bstitmProfilID"
|
||||||
|
'
|
||||||
'RibbonPage1
|
'RibbonPage1
|
||||||
'
|
'
|
||||||
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonGroupControlFunctions, Me.RibbonGroupControls, Me.RibPGCtrlWidth, Me.RibPGCtrlheight})
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonGroupControlFunctions, Me.RibbonGroupControls, Me.RibPGCtrlWidth, Me.RibPGCtrlHeightreal})
|
||||||
Me.RibbonPage1.Name = "RibbonPage1"
|
Me.RibbonPage1.Name = "RibbonPage1"
|
||||||
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
||||||
'
|
'
|
||||||
@@ -318,20 +326,23 @@ Partial Class frmFormDesigner
|
|||||||
'
|
'
|
||||||
'RibPGCtrlWidth
|
'RibPGCtrlWidth
|
||||||
'
|
'
|
||||||
|
Me.RibPGCtrlWidth.AllowTextClipping = False
|
||||||
Me.RibPGCtrlWidth.ItemLinks.Add(Me.bbtniwidth_plus)
|
Me.RibPGCtrlWidth.ItemLinks.Add(Me.bbtniwidth_plus)
|
||||||
Me.RibPGCtrlWidth.ItemLinks.Add(Me.bbtniwidth_min)
|
Me.RibPGCtrlWidth.ItemLinks.Add(Me.bbtniwidth_min)
|
||||||
Me.RibPGCtrlWidth.Name = "RibPGCtrlWidth"
|
Me.RibPGCtrlWidth.Name = "RibPGCtrlWidth"
|
||||||
resources.ApplyResources(Me.RibPGCtrlWidth, "RibPGCtrlWidth")
|
resources.ApplyResources(Me.RibPGCtrlWidth, "RibPGCtrlWidth")
|
||||||
'
|
'
|
||||||
'RibPGCtrlheight
|
'RibPGCtrlHeightreal
|
||||||
'
|
'
|
||||||
Me.RibPGCtrlheight.ItemLinks.Add(Me.bbtniheight_plus)
|
Me.RibPGCtrlHeightreal.AllowTextClipping = False
|
||||||
Me.RibPGCtrlheight.ItemLinks.Add(Me.bbtniheight_min)
|
Me.RibPGCtrlHeightreal.ItemLinks.Add(Me.bbtniheight_plus)
|
||||||
Me.RibPGCtrlheight.Name = "RibPGCtrlheight"
|
Me.RibPGCtrlHeightreal.ItemLinks.Add(Me.bbtniheight_min)
|
||||||
resources.ApplyResources(Me.RibPGCtrlheight, "RibPGCtrlheight")
|
Me.RibPGCtrlHeightreal.Name = "RibPGCtrlHeightreal"
|
||||||
|
resources.ApplyResources(Me.RibPGCtrlHeightreal, "RibPGCtrlHeightreal")
|
||||||
'
|
'
|
||||||
'RibbonStatusBar1
|
'RibbonStatusBar1
|
||||||
'
|
'
|
||||||
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bstitmProfilID)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.tslblAenderungen)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.tslblAenderungen)
|
||||||
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
||||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||||
@@ -426,6 +437,14 @@ Partial Class frmFormDesigner
|
|||||||
Me.RibbonPageGroup4.Name = "RibbonPageGroup4"
|
Me.RibbonPageGroup4.Name = "RibbonPageGroup4"
|
||||||
resources.ApplyResources(Me.RibbonPageGroup4, "RibbonPageGroup4")
|
resources.ApplyResources(Me.RibbonPageGroup4, "RibbonPageGroup4")
|
||||||
'
|
'
|
||||||
|
'RibPGCtrlheight
|
||||||
|
'
|
||||||
|
Me.RibPGCtrlheight.AllowTextClipping = False
|
||||||
|
Me.RibPGCtrlheight.ItemLinks.Add(Me.bbtniheight_plus)
|
||||||
|
Me.RibPGCtrlheight.ItemLinks.Add(Me.bbtniheight_min)
|
||||||
|
Me.RibPGCtrlheight.Name = "RibPGCtrlheight"
|
||||||
|
resources.ApplyResources(Me.RibPGCtrlheight, "RibPGCtrlheight")
|
||||||
|
'
|
||||||
'frmFormDesigner
|
'frmFormDesigner
|
||||||
'
|
'
|
||||||
Me.Appearance.Options.UseFont = True
|
Me.Appearance.Options.UseFont = True
|
||||||
@@ -436,6 +455,7 @@ Partial Class frmFormDesigner
|
|||||||
Me.Controls.Add(Me.RibbonControl1)
|
Me.Controls.Add(Me.RibbonControl1)
|
||||||
Me.IconOptions.Icon = CType(resources.GetObject("frmFormDesigner.IconOptions.Icon"), System.Drawing.Icon)
|
Me.IconOptions.Icon = CType(resources.GetObject("frmFormDesigner.IconOptions.Icon"), System.Drawing.Icon)
|
||||||
Me.IconOptions.SvgImage = Global.DD_ProcessManager.My.Resources.Resources.chartdesigner1
|
Me.IconOptions.SvgImage = Global.DD_ProcessManager.My.Resources.Resources.chartdesigner1
|
||||||
|
Me.KeyPreview = True
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmFormDesigner"
|
Me.Name = "frmFormDesigner"
|
||||||
Me.Ribbon = Me.RibbonControl1
|
Me.Ribbon = Me.RibbonControl1
|
||||||
@@ -503,8 +523,10 @@ Partial Class frmFormDesigner
|
|||||||
Friend WithEvents bbtniheight_plus As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents bbtniheight_plus As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents bbtniheight_min As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents bbtniheight_min As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibPGCtrlWidth As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
Friend WithEvents RibPGCtrlWidth As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
Friend WithEvents RibPGCtrlheight As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents pnldesigner As DigitalData.Controls.SnapPanel.ClassSnapPanel
|
Friend WithEvents pnldesigner As DigitalData.Controls.SnapPanel.ClassSnapPanel
|
||||||
Friend WithEvents tslblAenderungen As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents tslblAenderungen As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents pgControlsNew As DevExpress.XtraVerticalGrid.PropertyGridControl
|
Friend WithEvents pgControlsNew As DevExpress.XtraVerticalGrid.PropertyGridControl
|
||||||
|
Friend WithEvents bstitmProfilID As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents RibPGCtrlHeightreal As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibPGCtrlheight As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -125,6 +125,10 @@
|
|||||||
<data name="SplitContainerDesigner.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="SplitContainerDesigner.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 132</value>
|
<value>0, 132</value>
|
||||||
</data>
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="pnldesigner.AutoScroll" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
<data name="pnldesigner.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
<data name="pnldesigner.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
<value>Fill</value>
|
<value>Fill</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -132,17 +136,16 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pnldesigner.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="pnldesigner.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>820, 455</value>
|
<value>820, 453</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
<data name="pnldesigner.TabIndex" type="System.Int32, mscorlib">
|
<data name="pnldesigner.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>pnldesigner.Name" xml:space="preserve">
|
<data name=">>pnldesigner.Name" xml:space="preserve">
|
||||||
<value>pnldesigner</value>
|
<value>pnldesigner</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>pnldesigner.Type" xml:space="preserve">
|
<data name=">>pnldesigner.Type" xml:space="preserve">
|
||||||
<value>DigitalData.Controls.SnapPanel.ClassSnapPanel, DigitalData.Controls.SnapPanel, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>DigitalData.Controls.SnapPanel.ClassSnapPanel, DigitalData.Controls.SnapPanel, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>pnldesigner.Parent" xml:space="preserve">
|
<data name=">>pnldesigner.Parent" xml:space="preserve">
|
||||||
<value>SplitContainerDesigner.Panel1</value>
|
<value>SplitContainerDesigner.Panel1</value>
|
||||||
@@ -197,7 +200,7 @@
|
|||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem1.Caption" xml:space="preserve">
|
<data name="BarButtonItem1.Caption" xml:space="preserve">
|
||||||
<value>Control löschen</value>
|
<value>Löschen (entf)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -221,7 +224,7 @@
|
|||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem2.Caption" xml:space="preserve">
|
<data name="BarButtonItem2.Caption" xml:space="preserve">
|
||||||
<value>Aktualisieren</value>
|
<value>Aktualisieren (F5)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -418,6 +421,9 @@
|
|||||||
<data name="tslblAenderungen.Caption" xml:space="preserve">
|
<data name="tslblAenderungen.Caption" xml:space="preserve">
|
||||||
<value>Noch keine Änderungen</value>
|
<value>Noch keine Änderungen</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="bstitmProfilID.Caption" xml:space="preserve">
|
||||||
|
<value>ProfilID: </value>
|
||||||
|
</data>
|
||||||
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -431,10 +437,10 @@
|
|||||||
<value>Controls einfügen</value>
|
<value>Controls einfügen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibPGCtrlWidth.Text" xml:space="preserve">
|
<data name="RibPGCtrlWidth.Text" xml:space="preserve">
|
||||||
<value>Control - Breite</value>
|
<value>Control - Breite (+/-)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibPGCtrlheight.Text" xml:space="preserve">
|
<data name="RibPGCtrlHeightreal.Text" xml:space="preserve">
|
||||||
<value>Control - Höhe</value>
|
<value>Control-Höhe (ctrl & +/-)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonPage1.Text" xml:space="preserve">
|
<data name="RibbonPage1.Text" xml:space="preserve">
|
||||||
<value>Start</value>
|
<value>Start</value>
|
||||||
@@ -443,10 +449,10 @@
|
|||||||
<value>1199, 132</value>
|
<value>1199, 132</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 587</value>
|
<value>0, 585</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1199, 22</value>
|
<value>1199, 24</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
||||||
<value>RibbonStatusBar1</value>
|
<value>RibbonStatusBar1</value>
|
||||||
@@ -473,7 +479,7 @@
|
|||||||
<value>3</value>
|
<value>3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pgControlsNew.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="pgControlsNew.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>375, 455</value>
|
<value>375, 453</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pgControlsNew.TabIndex" type="System.Int32, mscorlib">
|
<data name="pgControlsNew.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@@ -500,7 +506,7 @@
|
|||||||
<value>3, 2, 3, 2</value>
|
<value>3, 2, 3, 2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Panel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>375, 455</value>
|
<value>375, 453</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Panel1.TabIndex" type="System.Int32, mscorlib">
|
<data name="Panel1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>23</value>
|
<value>23</value>
|
||||||
@@ -530,13 +536,13 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainerDesigner.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="SplitContainerDesigner.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1199, 455</value>
|
<value>1199, 453</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainerDesigner.SplitterDistance" type="System.Int32, mscorlib">
|
<data name="SplitContainerDesigner.SplitterDistance" type="System.Int32, mscorlib">
|
||||||
<value>820</value>
|
<value>820</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainerDesigner.TabIndex" type="System.Int32, mscorlib">
|
<data name="SplitContainerDesigner.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>25</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>SplitContainerDesigner.Name" xml:space="preserve">
|
<data name=">>SplitContainerDesigner.Name" xml:space="preserve">
|
||||||
<value>SplitContainerDesigner</value>
|
<value>SplitContainerDesigner</value>
|
||||||
@@ -613,6 +619,9 @@
|
|||||||
<data name="RibbonPageGroup4.Text" xml:space="preserve">
|
<data name="RibbonPageGroup4.Text" xml:space="preserve">
|
||||||
<value>RibbonPageGroup4</value>
|
<value>RibbonPageGroup4</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="RibPGCtrlheight.Text" xml:space="preserve">
|
||||||
|
<value>Control - Höhe (Strg + +/-)</value>
|
||||||
|
</data>
|
||||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -1176,6 +1185,12 @@
|
|||||||
<data name=">>tslblAenderungen.Type" xml:space="preserve">
|
<data name=">>tslblAenderungen.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>bstitmProfilID.Name" xml:space="preserve">
|
||||||
|
<value>bstitmProfilID</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>bstitmProfilID.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
||||||
<value>RibbonPage1</value>
|
<value>RibbonPage1</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -1206,10 +1221,10 @@
|
|||||||
<data name=">>RibPGCtrlWidth.Type" xml:space="preserve">
|
<data name=">>RibPGCtrlWidth.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibPGCtrlheight.Name" xml:space="preserve">
|
<data name=">>RibPGCtrlHeightreal.Name" xml:space="preserve">
|
||||||
<value>RibPGCtrlheight</value>
|
<value>RibPGCtrlHeightreal</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibPGCtrlheight.Type" xml:space="preserve">
|
<data name=">>RibPGCtrlHeightreal.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TBPM_PROFILE_CONTROLSBindingSource.Name" xml:space="preserve">
|
<data name=">>TBPM_PROFILE_CONTROLSBindingSource.Name" xml:space="preserve">
|
||||||
@@ -1308,16 +1323,16 @@
|
|||||||
<data name=">>RibbonPageGroup4.Type" xml:space="preserve">
|
<data name=">>RibbonPageGroup4.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>RibPGCtrlheight.Name" xml:space="preserve">
|
||||||
|
<value>RibPGCtrlheight</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibPGCtrlheight.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
<data name=">>$this.Name" xml:space="preserve">
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
<value>frmFormDesigner</value>
|
<value>frmFormDesigner</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>$this.Type" xml:space="preserve">
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonForm, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonForm, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonPageGroup3.Text">
|
|
||||||
<value>Steuerelement</value>
|
|
||||||
</data>
|
|
||||||
<data name="rpggrp_controls.Text">
|
|
||||||
<value>Steuerelement hinzufügen</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
@@ -11,13 +11,14 @@ Imports System.Drawing
|
|||||||
Imports DigitalData.GUIs.Common
|
Imports DigitalData.GUIs.Common
|
||||||
Imports DevExpress.Utils.Filtering.Internal
|
Imports DevExpress.Utils.Filtering.Internal
|
||||||
Imports DevExpress.XtraEditors
|
Imports DevExpress.XtraEditors
|
||||||
|
Imports DevExpress.Utils.Controls
|
||||||
|
|
||||||
Public Class frmFormDesigner
|
Public Class frmFormDesigner
|
||||||
Public ProfileId As Integer
|
Public ProfileId As Integer
|
||||||
Public ProfileName As String
|
Public ProfileName As String
|
||||||
Public ProfileObjectType As String
|
Public ProfileObjectType As String
|
||||||
Public Designer_Locked As Boolean = True
|
Public Designer_Locked As Boolean = True
|
||||||
Public ControlSelected As String = ""
|
Public NewControlSelected As String = ""
|
||||||
|
|
||||||
' Control Variables
|
' Control Variables
|
||||||
Private CurrentControl As Control = Nothing
|
Private CurrentControl As Control = Nothing
|
||||||
@@ -63,7 +64,7 @@ Public Class frmFormDesigner
|
|||||||
BarButtonItem3.ItemAppearance.Normal.BackColor = Color.Red
|
BarButtonItem3.ItemAppearance.Normal.BackColor = Color.Red
|
||||||
Designer_Locked = True
|
Designer_Locked = True
|
||||||
Mouse_IsPressed = False
|
Mouse_IsPressed = False
|
||||||
RibPGCtrlheight.Enabled = False
|
RibPGCtrlHeightreal.Enabled = False
|
||||||
RibPGCtrlWidth.Enabled = False
|
RibPGCtrlWidth.Enabled = False
|
||||||
RibbonGroupControls.Enabled = False
|
RibbonGroupControls.Enabled = False
|
||||||
RibbonGroupControlFunctions.Enabled = False
|
RibbonGroupControlFunctions.Enabled = False
|
||||||
@@ -71,7 +72,7 @@ Public Class frmFormDesigner
|
|||||||
' Setzt den typ des SQL-Befehls für frmSQL_DESIGNER
|
' Setzt den typ des SQL-Befehls für frmSQL_DESIGNER
|
||||||
CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
||||||
CHANGES_FORM_DESIGN = False
|
CHANGES_FORM_DESIGN = False
|
||||||
|
bstitmProfilID.Caption = $"ProfilID: {ProfileId.ToString}"
|
||||||
' Profil Name in Fenstertitel setzen
|
' Profil Name in Fenstertitel setzen
|
||||||
Text = $"Validation Designer - Profil: {ProfileName}"
|
Text = $"Validation Designer - Profil: {ProfileName}"
|
||||||
|
|
||||||
@@ -90,15 +91,15 @@ Public Class frmFormDesigner
|
|||||||
Dim sortedIndicies As List(Of String)
|
Dim sortedIndicies As List(Of String)
|
||||||
If IDB_ACTIVE = False Then
|
If IDB_ACTIVE = False Then
|
||||||
unsortedIndicies = clsWD_GET.GetIndicesByObjecttype(CURRENT_OBJECTTYPE).ToList()
|
unsortedIndicies = clsWD_GET.GetIndicesByObjecttype(CURRENT_OBJECTTYPE).ToList()
|
||||||
|
|
||||||
sortedIndicies = unsortedIndicies '.OrderBy(Function(index As String) index).ToList()
|
sortedIndicies = unsortedIndicies '.OrderBy(Function(index As String) index).ToList()
|
||||||
sortedIndicies = sortedIndicies.OrderBy(Function(index As String) index).ToList
|
sortedIndicies = sortedIndicies.OrderBy(Function(index As String) index).ToList
|
||||||
Else
|
Else
|
||||||
sortedIndicies = IDBData.GetIndicesByBE(CURRENT_OBJECTTYPE).ToList()
|
sortedIndicies = IDBData.GetIndicesByBE(CURRENT_OBJECTTYPE).ToList()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
sortedIndicies.Add("@@DISPLAY_ONLY")
|
||||||
Source_AllIndicies = sortedIndicies
|
Source_AllIndicies = sortedIndicies
|
||||||
|
MVSource_AllIndicies = Source_AllIndicies
|
||||||
Source_VectorIndicies = Source_AllIndicies.FindAll(AddressOf IsVectorIndex)
|
Source_VectorIndicies = Source_AllIndicies.FindAll(AddressOf IsVectorIndex)
|
||||||
Source_SimpleIndicies = Source_AllIndicies.Except(Source_VectorIndicies).ToList()
|
Source_SimpleIndicies = Source_AllIndicies.Except(Source_VectorIndicies).ToList()
|
||||||
Source_LookupIndicies = Source_AllIndicies.
|
Source_LookupIndicies = Source_AllIndicies.
|
||||||
@@ -320,6 +321,7 @@ Public Class frmFormDesigner
|
|||||||
SetMovementHandlers(oButton)
|
SetMovementHandlers(oButton)
|
||||||
End Select
|
End Select
|
||||||
Next
|
Next
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
MsgBox("Unexpected error in LoadControls " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:")
|
MsgBox("Unexpected error in LoadControls " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:")
|
||||||
@@ -408,15 +410,11 @@ Public Class frmFormDesigner
|
|||||||
|
|
||||||
Sub DeleteControl(controlName As String)
|
Sub DeleteControl(controlName As String)
|
||||||
Try
|
Try
|
||||||
Dim result As MsgBoxResult = MsgBox("Wollen Sie das Control: " & controlName & " wirklich löschen?", MsgBoxStyle.YesNo, "Bestätigung:")
|
Dim controlId As Integer = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(ProfileId, controlName)
|
||||||
' wenn Speichern ja
|
If controlId > 0 Then
|
||||||
If result = MsgBoxResult.Yes Then
|
TBPM_CONTROL_TABLETableAdapter.DeleteColumnsByControlId(controlId)
|
||||||
Dim controlId As Integer = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(ProfileId, controlName)
|
TBPM_PROFILE_CONTROLSTableAdapter.Delete(controlId)
|
||||||
If controlId > 0 Then
|
LoadControls()
|
||||||
TBPM_CONTROL_TABLETableAdapter.DeleteColumnsByControlId(controlId)
|
|
||||||
TBPM_PROFILE_CONTROLSTableAdapter.Delete(controlId)
|
|
||||||
LoadControls()
|
|
||||||
End If
|
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
@@ -448,7 +446,7 @@ Public Class frmFormDesigner
|
|||||||
sender.BringToFront()
|
sender.BringToFront()
|
||||||
RibbonGroupControlFunctions.Enabled = True
|
RibbonGroupControlFunctions.Enabled = True
|
||||||
Mouse_IsPressed = True
|
Mouse_IsPressed = True
|
||||||
RibPGCtrlheight.Enabled = True
|
RibPGCtrlHeightreal.Enabled = True
|
||||||
RibPGCtrlWidth.Enabled = True
|
RibPGCtrlWidth.Enabled = True
|
||||||
Console.WriteLine("CURRENT_CONTROL:" & CurrentControl.Name)
|
Console.WriteLine("CURRENT_CONTROL:" & CurrentControl.Name)
|
||||||
End If
|
End If
|
||||||
@@ -565,7 +563,6 @@ Public Class frmFormDesigner
|
|||||||
obj.ChangedAt = NotNull(row.Item("CHANGED_WHEN"), Nothing)
|
obj.ChangedAt = NotNull(row.Item("CHANGED_WHEN"), Nothing)
|
||||||
obj.ChangedWho = NotNull(row.Item("CHANGED_WHO"), "")
|
obj.ChangedWho = NotNull(row.Item("CHANGED_WHO"), "")
|
||||||
|
|
||||||
|
|
||||||
Dim style As FontStyle = NotNull(row.Item("FONT_STYLE"), FontStyle.Regular)
|
Dim style As FontStyle = NotNull(row.Item("FONT_STYLE"), FontStyle.Regular)
|
||||||
Dim size As Single = NotNull(row.Item("FONT_SIZE"), 10)
|
Dim size As Single = NotNull(row.Item("FONT_SIZE"), 10)
|
||||||
Dim familyString As String = NotNull(row.Item("FONT_FAMILY"), "Arial")
|
Dim familyString As String = NotNull(row.Item("FONT_FAMILY"), "Arial")
|
||||||
@@ -600,9 +597,9 @@ Public Class frmFormDesigner
|
|||||||
obj.DefaultValue = NotNull(row.Item("DEFAULT_VALUE"), Nothing)
|
obj.DefaultValue = NotNull(row.Item("DEFAULT_VALUE"), Nothing)
|
||||||
|
|
||||||
' Default value for ConnectionID
|
' Default value for ConnectionID
|
||||||
Dim oConnectionId = row.ItemEx("CONNECTION_ID", 0)
|
'Dim oConnectionId = row.ItemEx("CONNECTION_ID", 0)
|
||||||
obj.SQLCommand = New SQLValue(row.Item("SQL_UEBERPRUEFUNG"), oConnectionId)
|
obj.SQLCommand = New SQLValue(row.Item("SQL_UEBERPRUEFUNG")) ', oConnectionId
|
||||||
obj.SQLConnection = oConnectionId
|
' obj.SQLConnection = oConnectionId
|
||||||
Return obj
|
Return obj
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
@@ -666,6 +663,18 @@ Public Class frmFormDesigner
|
|||||||
checkProps.Enable_SQL_OnLoad = New SQLValue(NotNull(oRow.Item("SQL_ENABLE_ON_LOAD"), ""))
|
checkProps.Enable_SQL_OnLoad = New SQLValue(NotNull(oRow.Item("SQL_ENABLE_ON_LOAD"), ""))
|
||||||
checkProps.SetControlData = New SQLValue(NotNull(oRow.Item("SET_CONTROL_DATA"), ""))
|
checkProps.SetControlData = New SQLValue(NotNull(oRow.Item("SET_CONTROL_DATA"), ""))
|
||||||
props = checkProps
|
props = checkProps
|
||||||
|
ElseIf TypeOf sender Is LookupControl3 Then
|
||||||
|
Dim oLookup As LookupControl3 = sender
|
||||||
|
Dim lookupProps As LookupControlProperties = CreatePropsObjectWithIndicies(New LookupControlProperties, oRow, Source_AllIndicies)
|
||||||
|
lookupProps.MultiSelect = StrToBool(oRow.Item("MULTISELECT"))
|
||||||
|
lookupProps.PreventDuplicates = StrToBool(oRow.Item("VKT_PREVENT_MULTIPLE_VALUES"))
|
||||||
|
lookupProps.AllowAddNewValues = StrToBool(oRow.Item("VKT_ADD_ITEM"))
|
||||||
|
lookupProps.DisplayAsComboBox = False
|
||||||
|
lookupProps.Enable_SQL = New SQLValue(NotNull(oRow.Item("SQL_ENABLE"), ""))
|
||||||
|
lookupProps.Enable_SQL_OnLoad = New SQLValue(NotNull(oRow.Item("SQL_ENABLE_ON_LOAD"), ""))
|
||||||
|
lookupProps.SetControlData = New SQLValue(NotNull(oRow.Item("SET_CONTROL_DATA"), ""))
|
||||||
|
|
||||||
|
props = lookupProps
|
||||||
ElseIf TypeOf sender Is TextEdit Then
|
ElseIf TypeOf sender Is TextEdit Then
|
||||||
'Dim txt As TextEdit = sender
|
'Dim txt As TextEdit = sender
|
||||||
Dim txtProps As TextboxProperties = CreatePropsObjectWithIndicies(New TextboxProperties, oRow, Source_AllIndicies)
|
Dim txtProps As TextboxProperties = CreatePropsObjectWithIndicies(New TextboxProperties, oRow, Source_AllIndicies)
|
||||||
@@ -702,18 +711,7 @@ Public Class frmFormDesigner
|
|||||||
|
|
||||||
props = gridProps
|
props = gridProps
|
||||||
|
|
||||||
ElseIf TypeOf sender Is LookupControl3 Then
|
|
||||||
Dim grid As LookupControl3 = sender
|
|
||||||
Dim lookupProps As LookupControlProperties = CreatePropsObjectWithIndicies(New LookupControlProperties, oRow, Source_AllIndicies)
|
|
||||||
lookupProps.MultiSelect = StrToBool(oRow.Item("MULTISELECT"))
|
|
||||||
lookupProps.PreventDuplicates = StrToBool(oRow.Item("VKT_PREVENT_MULTIPLE_VALUES"))
|
|
||||||
lookupProps.AllowAddNewValues = StrToBool(oRow.Item("VKT_ADD_ITEM"))
|
|
||||||
lookupProps.DisplayAsComboBox = False
|
|
||||||
lookupProps.Enable_SQL = New SQLValue(NotNull(oRow.Item("SQL_ENABLE"), ""))
|
|
||||||
lookupProps.Enable_SQL_OnLoad = New SQLValue(NotNull(oRow.Item("SQL_ENABLE_ON_LOAD"), ""))
|
|
||||||
lookupProps.SetControlData = New SQLValue(NotNull(oRow.Item("SET_CONTROL_DATA"), ""))
|
|
||||||
|
|
||||||
props = lookupProps
|
|
||||||
|
|
||||||
ElseIf TypeOf sender Is GridControl Then
|
ElseIf TypeOf sender Is GridControl Then
|
||||||
Dim oGridControl As GridControl = sender
|
Dim oGridControl As GridControl = sender
|
||||||
@@ -934,7 +932,7 @@ Public Class frmFormDesigner
|
|||||||
Dim v As SQLValue = value
|
Dim v As SQLValue = value
|
||||||
escapedValue = $"'{v.Value.Replace("'", "''")}'"
|
escapedValue = $"'{v.Value.Replace("'", "''")}'"
|
||||||
|
|
||||||
UpdateSingleValue("CONNECTION_ID", v.ConnectionId)
|
'UpdateSingleValue("CONNECTION_ID", v.ConnectionId)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Try
|
Try
|
||||||
@@ -985,11 +983,17 @@ Public Class frmFormDesigner
|
|||||||
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oldSQL,
|
.SQLCommand = oldSQL,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
}
|
}
|
||||||
|
If IDB_ACTIVE = False Then
|
||||||
|
oForm.PlaceholdersWindream = MVSource_AllIndicies
|
||||||
|
oForm.ATTRIBUTE_STORE = "WM"
|
||||||
|
Else
|
||||||
|
oForm.ATTRIBUTE_STORE = "IDB"
|
||||||
|
End If
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
|
|
||||||
If oForm.DialogResult = DialogResult.OK Then
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
@@ -1012,20 +1016,30 @@ Public Class frmFormDesigner
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
||||||
|
Control_Delete()
|
||||||
|
End Sub
|
||||||
|
Sub Control_Delete()
|
||||||
If CurrentControl Is Nothing = False Then
|
If CurrentControl Is Nothing = False Then
|
||||||
DeleteControl(CurrentControl.Name)
|
Dim result As MsgBoxResult = MsgBox("Wollen Sie das Control: " & CurrentControl.Name & " wirklich löschen?", MsgBoxStyle.YesNo, "Bestätigung:")
|
||||||
'pgControls.Enabled = False
|
' wenn Speichern ja
|
||||||
pgControlsNew.Enabled = False
|
If result = MsgBoxResult.Yes Then
|
||||||
CurrentControl = Nothing
|
DeleteControl(CurrentControl.Name)
|
||||||
RibPGCtrlheight.Enabled = False
|
'pgControls.Enabled = False
|
||||||
RibPGCtrlWidth.Enabled = False
|
pgControlsNew.Enabled = False
|
||||||
|
tslblAenderungen.Caption = $"Control {CurrentControl.Name} deleted - " + Now.ToString
|
||||||
|
CurrentControl = Nothing
|
||||||
|
RibPGCtrlHeightreal.Enabled = False
|
||||||
|
RibPGCtrlWidth.Enabled = False
|
||||||
|
|
||||||
|
Reload_ControlNameList()
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
Reload_ControlNameList()
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub BarButtonItem2_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem2.ItemClick
|
Private Sub BarButtonItem2_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem2.ItemClick
|
||||||
LoadControls()
|
LoadControls()
|
||||||
|
tslblAenderungen.Caption = "Controls loaded - " + Now.ToString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub BarButtonItem3_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem3.ItemClick
|
Private Sub BarButtonItem3_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem3.ItemClick
|
||||||
@@ -1061,38 +1075,59 @@ Public Class frmFormDesigner
|
|||||||
|
|
||||||
Select Case e.Item.Name
|
Select Case e.Item.Name
|
||||||
Case "bbtnitLabel"
|
Case "bbtnitLabel"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_LABEL
|
NewControlSelected = ClassControlCreator.PREFIX_LABEL
|
||||||
Case "bbtnitTextBox"
|
Case "bbtnitTextBox"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_TEXTBOX
|
NewControlSelected = ClassControlCreator.PREFIX_TEXTBOX
|
||||||
Case "btncmb"
|
Case "btncmb"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_COMBOBOX
|
NewControlSelected = ClassControlCreator.PREFIX_COMBOBOX
|
||||||
Case "bbtnitDatePicker"
|
Case "bbtnitDatePicker"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_DATETIMEPICKER
|
NewControlSelected = ClassControlCreator.PREFIX_DATETIMEPICKER
|
||||||
Case "btnVektor"
|
Case "btnVektor"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_DATAGRIDVIEW
|
NewControlSelected = ClassControlCreator.PREFIX_DATAGRIDVIEW
|
||||||
Case "bbtnitTable"
|
Case "bbtnitTable"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_TABLE
|
NewControlSelected = ClassControlCreator.PREFIX_TABLE
|
||||||
Case "bbtnitCheckBox"
|
Case "bbtnitCheckBox"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_CHECKBOX
|
NewControlSelected = ClassControlCreator.PREFIX_CHECKBOX
|
||||||
Case "bbtnitLine"
|
Case "bbtnitLine"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_LINE
|
NewControlSelected = ClassControlCreator.PREFIX_LINE
|
||||||
Case "bbtnitButton"
|
Case "bbtnitButton"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_BUTTON
|
NewControlSelected = ClassControlCreator.PREFIX_BUTTON
|
||||||
Case "bbtnitLU"
|
Case "bbtnitLU"
|
||||||
ControlSelected = ClassControlCreator.PREFIX_LOOKUP
|
NewControlSelected = ClassControlCreator.PREFIX_LOOKUP
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub frmFormDesigner_KeyUp(sender As Object, e As KeyEventArgs) Handles MyBase.KeyUp
|
Private Sub frmFormDesigner_down(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown
|
||||||
If e.KeyCode = Keys.Escape Then
|
If e.Control AndAlso (e.KeyCode = e.KeyCode.Add Or e.KeyCode = e.KeyCode.Oemplus) Then
|
||||||
If Me.Cursor = Cursors.Cross Then
|
Height_plus()
|
||||||
Mouse_IsPressed = False
|
ElseIf e.Control AndAlso (e.KeyCode = e.KeyCode.Subtract Or e.KeyCode = e.KeyCode.OemMinus) Then
|
||||||
Me.Cursor = Cursors.Default
|
Height_minus()
|
||||||
End If
|
Else
|
||||||
|
|
||||||
|
If e.KeyCode = e.KeyCode.Delete Then
|
||||||
|
Control_Delete()
|
||||||
|
ElseIf e.KeyCode = e.KeyCode.F5 Then
|
||||||
|
LoadControls()
|
||||||
|
tslblAenderungen.Caption = "Controls loaded - " + Now.ToString
|
||||||
|
ElseIf e.KeyCode = Keys.Escape Then
|
||||||
|
If Me.Cursor = Cursors.Cross Then
|
||||||
|
Mouse_IsPressed = False
|
||||||
|
Me.Cursor = Cursors.Default
|
||||||
|
End If
|
||||||
|
ElseIf e.KeyCode = e.KeyCode.Add Then
|
||||||
|
Width_More()
|
||||||
|
ElseIf e.KeyCode = e.KeyCode.Subtract Then
|
||||||
|
Width_min()
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
|
If e.Control Then
|
||||||
|
LOGGER.Debug($"KeyDown-Event: e.Control is pressed!")
|
||||||
|
End If
|
||||||
|
LOGGER.Debug($"KeyDown-Event: e.KeyCode: {e.KeyCode.ToString}")
|
||||||
|
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub pnldesigner_MouseDown(sender As Object, e As MouseEventArgs) Handles pnldesigner.MouseDown
|
Private Sub pnldesigner_MouseDown(sender As Object, e As MouseEventArgs) Handles pnldesigner.MouseDown
|
||||||
@@ -1105,7 +1140,7 @@ Public Class frmFormDesigner
|
|||||||
Mouse_IsPressed = False
|
Mouse_IsPressed = False
|
||||||
|
|
||||||
Try
|
Try
|
||||||
Select Case ControlSelected
|
Select Case NewControlSelected
|
||||||
Case ClassControlCreator.PREFIX_LABEL
|
Case ClassControlCreator.PREFIX_LABEL
|
||||||
Dim label = ControlCreator.CreateNewLabel(cursorPosition)
|
Dim label = ControlCreator.CreateNewLabel(cursorPosition)
|
||||||
SetMovementHandlers(label)
|
SetMovementHandlers(label)
|
||||||
@@ -1243,35 +1278,42 @@ Public Class frmFormDesigner
|
|||||||
pnldesigner.Controls.Add(oButton)
|
pnldesigner.Controls.Add(oButton)
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
If IsNothing(ControlSelected) = False Then
|
If IsNothing(NewControlSelected) = False Then
|
||||||
Reload_ControlNameList()
|
Reload_ControlNameList()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not IsNothing(CurrentControl) Then
|
If Not IsNothing(CurrentControl) Then
|
||||||
RibPGCtrlheight.Enabled = True
|
RibPGCtrlHeightreal.Enabled = True
|
||||||
RibPGCtrlWidth.Enabled = True
|
RibPGCtrlWidth.Enabled = True
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
_Logger.Info($"Error while Adding new control {ControlSelected}:")
|
_Logger.Info($"Error while Adding new control {NewControlSelected}:")
|
||||||
_Logger.Info(ex)
|
_Logger.Info(ex)
|
||||||
End Try
|
End Try
|
||||||
Me.Cursor = Cursors.Default
|
Me.Cursor = Cursors.Default
|
||||||
ControlSelected = ""
|
NewControlSelected = ""
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub bbtniwidth_plus_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniwidth_plus.ItemClick
|
Private Sub bbtniwidth_plus_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniwidth_plus.ItemClick
|
||||||
|
Width_More()
|
||||||
|
End Sub
|
||||||
|
Sub Width_More()
|
||||||
If CurrentControl Is Nothing = False Then
|
If CurrentControl Is Nothing = False Then
|
||||||
CurrentControl.Size = New Size(CurrentControl.Width + 5, CurrentControl.Height)
|
CurrentControl.Size = New Size(CurrentControl.Width + 5, CurrentControl.Height)
|
||||||
DirectCast(pgControlsNew.SelectedObject, BaseProperties).Size = CurrentControl.Size
|
DirectCast(pgControlsNew.SelectedObject, BaseProperties).Size = CurrentControl.Size
|
||||||
pgControlsNew.UpdateData()
|
pgControlsNew.UpdateData()
|
||||||
|
|
||||||
UpdateSingleValue("WIDTH", CurrentControl.Size.Width)
|
UpdateSingleValue("WIDTH", CurrentControl.Size.Width)
|
||||||
|
Else
|
||||||
|
MsgBox("Please choose a control!", MsgBoxStyle.Information)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub bbtniwidth_min_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniwidth_min.ItemClick
|
Private Sub bbtniwidth_min_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniwidth_min.ItemClick
|
||||||
|
Width_min()
|
||||||
|
End Sub
|
||||||
|
Sub Width_min()
|
||||||
If CurrentControl Is Nothing = False Then
|
If CurrentControl Is Nothing = False Then
|
||||||
Dim newWidth = CurrentControl.Width - 5
|
Dim newWidth = CurrentControl.Width - 5
|
||||||
' Verhindert, dass das Control unsichtbar wird
|
' Verhindert, dass das Control unsichtbar wird
|
||||||
@@ -1283,10 +1325,15 @@ Public Class frmFormDesigner
|
|||||||
pgControlsNew.UpdateData()
|
pgControlsNew.UpdateData()
|
||||||
|
|
||||||
UpdateSingleValue("WIDTH", CurrentControl.Size.Width)
|
UpdateSingleValue("WIDTH", CurrentControl.Size.Width)
|
||||||
|
Else
|
||||||
|
MsgBox("Please choose a control!", MsgBoxStyle.Information)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub bbtniheight_min_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniheight_min.ItemClick
|
Private Sub bbtniheight_min_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniheight_min.ItemClick
|
||||||
|
Height_minus()
|
||||||
|
End Sub
|
||||||
|
Sub Height_minus()
|
||||||
If CurrentControl Is Nothing = False Then
|
If CurrentControl Is Nothing = False Then
|
||||||
Dim newHeight As Integer = CurrentControl.Height - 5
|
Dim newHeight As Integer = CurrentControl.Height - 5
|
||||||
|
|
||||||
@@ -1305,10 +1352,15 @@ Public Class frmFormDesigner
|
|||||||
pgControlsNew.UpdateData()
|
pgControlsNew.UpdateData()
|
||||||
|
|
||||||
UpdateSingleValue("HEIGHT", newHeight)
|
UpdateSingleValue("HEIGHT", newHeight)
|
||||||
|
Else
|
||||||
|
MsgBox("Please choose a control!", MsgBoxStyle.Information)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub bbtniheight_plus_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniheight_plus.ItemClick
|
Private Sub bbtniheight_plus_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniheight_plus.ItemClick
|
||||||
|
Height_plus()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub Height_plus()
|
||||||
If CurrentControl Is Nothing = False Then
|
If CurrentControl Is Nothing = False Then
|
||||||
Dim newHeight As Integer = CurrentControl.Height + 5
|
Dim newHeight As Integer = CurrentControl.Height + 5
|
||||||
|
|
||||||
@@ -1322,8 +1374,8 @@ Public Class frmFormDesigner
|
|||||||
pgControlsNew.UpdateData()
|
pgControlsNew.UpdateData()
|
||||||
|
|
||||||
UpdateSingleValue("HEIGHT", newHeight)
|
UpdateSingleValue("HEIGHT", newHeight)
|
||||||
|
Else
|
||||||
|
MsgBox("Please choose a control!", MsgBoxStyle.Information)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
22
app/TaskFlow/frmGhostMode.Designer.vb
generated
22
app/TaskFlow/frmGhostMode.Designer.vb
generated
@@ -37,13 +37,9 @@ Partial Class frmGhostMode
|
|||||||
'
|
'
|
||||||
'RibbonControl1
|
'RibbonControl1
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
|
||||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
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.BarButtonItem1})
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1})
|
||||||
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||||
Me.RibbonControl1.MaxItemId = 2
|
Me.RibbonControl1.MaxItemId = 2
|
||||||
Me.RibbonControl1.Name = "RibbonControl1"
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||||
@@ -54,8 +50,6 @@ Partial Class frmGhostMode
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
||||||
Me.BarButtonItem1.Id = 1
|
Me.BarButtonItem1.Id = 1
|
||||||
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.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BarButtonItem1.Name = "BarButtonItem1"
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
||||||
'
|
'
|
||||||
@@ -80,18 +74,6 @@ Partial Class frmGhostMode
|
|||||||
'GridControl1
|
'GridControl1
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.GridControl1, "GridControl1")
|
resources.ApplyResources(Me.GridControl1, "GridControl1")
|
||||||
Me.GridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleDescription")
|
|
||||||
Me.GridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("GridControl1.EmbeddedNavigator.AccessibleName")
|
|
||||||
Me.GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl1.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControl1.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl1.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.ToolTip = resources.GetString("GridControl1.EmbeddedNavigator.ToolTip")
|
|
||||||
Me.GridControl1.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
|
||||||
Me.GridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControl1.EmbeddedNavigator.ToolTipTitle")
|
|
||||||
Me.GridControl1.MainView = Me.GridView1
|
Me.GridControl1.MainView = Me.GridView1
|
||||||
Me.GridControl1.Name = "GridControl1"
|
Me.GridControl1.Name = "GridControl1"
|
||||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
||||||
@@ -100,7 +82,6 @@ Partial Class frmGhostMode
|
|||||||
'
|
'
|
||||||
Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightBlue
|
Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightBlue
|
||||||
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
|
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
|
||||||
resources.ApplyResources(Me.GridView1, "GridView1")
|
|
||||||
Me.GridView1.GridControl = Me.GridControl1
|
Me.GridView1.GridControl = Me.GridControl1
|
||||||
Me.GridView1.Name = "GridView1"
|
Me.GridView1.Name = "GridView1"
|
||||||
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
@@ -114,6 +95,7 @@ Partial Class frmGhostMode
|
|||||||
Me.GridView1.OptionsView.ShowAutoFilterRow = True
|
Me.GridView1.OptionsView.ShowAutoFilterRow = True
|
||||||
Me.GridView1.OptionsView.ShowErrorPanel = DevExpress.Utils.DefaultBoolean.[True]
|
Me.GridView1.OptionsView.ShowErrorPanel = DevExpress.Utils.DefaultBoolean.[True]
|
||||||
Me.GridView1.OptionsView.ShowViewCaption = True
|
Me.GridView1.OptionsView.ShowViewCaption = True
|
||||||
|
resources.ApplyResources(Me.GridView1, "GridView1")
|
||||||
'
|
'
|
||||||
'frmGhostMode
|
'frmGhostMode
|
||||||
'
|
'
|
||||||
|
|||||||
@@ -117,37 +117,8 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<data name="BarButtonItem1.Caption" xml:space="preserve">
|
||||||
<data name="GridControl1.EmbeddedNavigator.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
<value>Ghost Modus aktivieren</value>
|
||||||
<value />
|
|
||||||
</data>
|
|
||||||
<data name="GridView1.ViewCaption" xml:space="preserve">
|
|
||||||
<value>Bitte wählen Sie einen Ghost User</value>
|
|
||||||
</data>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
||||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>965, 509</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonControl1.ZOrder" xml:space="preserve">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>0, 0</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
|
||||||
<value>RibbonPage1</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
|
||||||
<value>RibbonStatusBar1</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>GridView1.Name" xml:space="preserve">
|
|
||||||
<value>GridView1</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonStatusBar1.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonControl1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
@@ -175,145 +146,118 @@
|
|||||||
dmc+Cw==
|
dmc+Cw==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="DevExpress.Utils.v21.2" name="DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="GridControl1.EmbeddedNavigator.ToolTipIconType" type="DevExpress.Utils.ToolTipIconType, DevExpress.Utils.v21.2">
|
<data name="RibbonControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>None</value>
|
<value>0, 0</value>
|
||||||
</data>
|
|
||||||
<data name="RibbonControl1.ExpandCollapseItem.SearchTags" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
|
||||||
<value />
|
|
||||||
</data>
|
|
||||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
||||||
<value>6, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
||||||
<value>Fill</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>GridControl1.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>GridView1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
|
||||||
<value>Calibri, 8.25pt</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonControl1.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
<data name="RibbonControl1.ExpandCollapseItem.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>-1</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>$this.Name" xml:space="preserve">
|
|
||||||
<value>frmGhostMode</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonStatusBar1.ZOrder" xml:space="preserve">
|
|
||||||
<value>1</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BarButtonItem1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>965, 348</value>
|
|
||||||
</data>
|
|
||||||
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>0, 487</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonPageGroup1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>$this.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>GridControl1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip" type="DevExpress.Utils.DefaultBoolean, DevExpress.Data.v21.2">
|
|
||||||
<value>Default</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BarButtonItem1.Name" xml:space="preserve">
|
|
||||||
<value>BarButtonItem1</value>
|
|
||||||
</data>
|
|
||||||
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>965, 22</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.EmbeddedNavigator.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
||||||
<value>Top, Left</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonPageGroup1.Name" xml:space="preserve">
|
|
||||||
<value>RibbonPageGroup1</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.EmbeddedNavigator.ToolTip" xml:space="preserve">
|
|
||||||
<value />
|
|
||||||
</data>
|
|
||||||
<data name=">>GridControl1.Name" xml:space="preserve">
|
|
||||||
<value>GridControl1</value>
|
|
||||||
</data>
|
|
||||||
<data name="BarButtonItem1.Caption" xml:space="preserve">
|
|
||||||
<value>Ghost Modus aktivieren</value>
|
|
||||||
</data>
|
|
||||||
<data name="GridControl1.EmbeddedNavigator.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
|
||||||
<value />
|
|
||||||
</data>
|
|
||||||
<data name="RibbonPage1.Text" xml:space="preserve">
|
|
||||||
<value>Start</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonPageGroup1.Text" xml:space="preserve">
|
<data name="RibbonPageGroup1.Text" xml:space="preserve">
|
||||||
<value>Aktionen</value>
|
<value>Aktionen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonControl1.Name" xml:space="preserve">
|
<data name="RibbonPage1.Text" xml:space="preserve">
|
||||||
<value>RibbonControl1</value>
|
<value>Start</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.EmbeddedNavigator.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>Inherit</value>
|
<value>965, 146</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="RibbonStatusBar1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 139</value>
|
<value>0, 487</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem1.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
<data name="RibbonStatusBar1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>-1</value>
|
<value>965, 22</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.EmbeddedNavigator.ToolTipTitle" xml:space="preserve">
|
<data name=">>RibbonStatusBar1.Name" xml:space="preserve">
|
||||||
<value />
|
<value>RibbonStatusBar1</value>
|
||||||
</data>
|
|
||||||
<assembly alias="DevExpress.XtraEditors.v21.2" name="DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
||||||
<data name="GridControl1.EmbeddedNavigator.TextLocation" type="DevExpress.XtraEditors.NavigatorButtonsTextLocation, DevExpress.XtraEditors.v21.2">
|
|
||||||
<value>Center</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>RibbonStatusBar1.Type" xml:space="preserve">
|
<data name=">>RibbonStatusBar1.Type" xml:space="preserve">
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonStatusBar, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
<value>DevExpress.XtraBars.Ribbon.RibbonStatusBar, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.EmbeddedNavigator.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
<data name=">>RibbonStatusBar1.Parent" xml:space="preserve">
|
||||||
<value>Tile</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.EmbeddedNavigator.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
<data name=">>RibbonStatusBar1.ZOrder" xml:space="preserve">
|
||||||
<value />
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>RibbonControl1.Name" xml:space="preserve">
|
||||||
|
<value>RibbonControl1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl1.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl1.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="GridControl1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 146</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridView1.ViewCaption" xml:space="preserve">
|
||||||
|
<value>Bitte wählen Sie einen Ghost User</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>965, 341</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="GridControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonControl1.ExpandCollapseItem.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
<data name=">>GridControl1.Name" xml:space="preserve">
|
||||||
<value />
|
<value>GridControl1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControl1.EmbeddedNavigator.MaximumSize" type="System.Drawing.Size, System.Drawing">
|
<data name=">>GridControl1.Type" xml:space="preserve">
|
||||||
<value>0, 0</value>
|
<value>DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RibbonControl1.ExpandCollapseItem.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
<data name=">>GridControl1.Parent" xml:space="preserve">
|
||||||
<value>-1</value>
|
<value>$this</value>
|
||||||
</data>
|
|
||||||
<data name="RibbonControl1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>965, 139</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>RibbonPage1.Type" xml:space="preserve">
|
|
||||||
<value>DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>GridControl1.ZOrder" xml:space="preserve">
|
<data name=">>GridControl1.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem1.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>-1</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>6, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>965, 509</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Calibri, 8.25pt</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BarButtonItem1.Name" xml:space="preserve">
|
||||||
|
<value>BarButtonItem1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BarButtonItem1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPage1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup1.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridView1.Name" xml:space="preserve">
|
||||||
|
<value>GridView1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridView1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>frmGhostMode</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -30,6 +30,15 @@
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
||||||
|
|
||||||
|
Set_GhostUser()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub GridView1_DoubleClick(sender As Object, e As EventArgs) Handles GridView1.DoubleClick
|
||||||
|
Set_GhostUser()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub Set_GhostUser()
|
||||||
Dim oFocusedUserName
|
Dim oFocusedUserName
|
||||||
Try
|
Try
|
||||||
oFocusedUserName = GridView1.GetFocusedRowCellValue(GridView1.Columns("UserName"))
|
oFocusedUserName = GridView1.GetFocusedRowCellValue(GridView1.Columns("UserName"))
|
||||||
@@ -60,6 +69,5 @@
|
|||||||
Else
|
Else
|
||||||
MsgBox("Please choose an user for ghostmode!", MsgBoxStyle.Information)
|
MsgBox("Please choose an user for ghostmode!", MsgBoxStyle.Information)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
902
app/TaskFlow/frmInvDashboard.Designer.vb
generated
902
app/TaskFlow/frmInvDashboard.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,7 @@
|
|||||||
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<assembly alias="DevExpress.Data.v21.2" name="DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAANECAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAANECAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem5.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem5.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJYEAAAC77u/
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
|||||||
71
app/TaskFlow/frmKonfig.Designer.vb
generated
71
app/TaskFlow/frmKonfig.Designer.vb
generated
@@ -42,16 +42,18 @@ Partial Class frmKonfig
|
|||||||
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
||||||
Me.txtServer = New System.Windows.Forms.TextBox()
|
Me.txtServer = New System.Windows.Forms.TextBox()
|
||||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||||
|
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||||
|
Me.Label8 = New System.Windows.Forms.Label()
|
||||||
|
Me.BtnCreateLogfiles = New System.Windows.Forms.Button()
|
||||||
Me.Button4 = New System.Windows.Forms.Button()
|
Me.Button4 = New System.Windows.Forms.Button()
|
||||||
Me.Label7 = New System.Windows.Forms.Label()
|
Me.Label7 = New System.Windows.Forms.Label()
|
||||||
Me.txtIntervall = New System.Windows.Forms.TextBox()
|
Me.txtIntervall = New System.Windows.Forms.TextBox()
|
||||||
Me.Label6 = New System.Windows.Forms.Label()
|
Me.Label6 = New System.Windows.Forms.Label()
|
||||||
Me.btnopenlog = New System.Windows.Forms.Button()
|
Me.btnOpenLogFolder = New System.Windows.Forms.Button()
|
||||||
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
||||||
Me.Button3 = New System.Windows.Forms.Button()
|
Me.btnOpenAppDataFolder = New System.Windows.Forms.Button()
|
||||||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||||||
Me.Button1 = New System.Windows.Forms.Button()
|
Me.Button1 = New System.Windows.Forms.Button()
|
||||||
Me.btnLogMail = New System.Windows.Forms.Button()
|
|
||||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||||
Me.GridControlLogs = New DevExpress.XtraGrid.GridControl()
|
Me.GridControlLogs = New DevExpress.XtraGrid.GridControl()
|
||||||
Me.ContextMenuInternalLog = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
Me.ContextMenuInternalLog = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
@@ -66,6 +68,7 @@ Partial Class frmKonfig
|
|||||||
Me.TabControl1.SuspendLayout()
|
Me.TabControl1.SuspendLayout()
|
||||||
Me.TabPage2.SuspendLayout()
|
Me.TabPage2.SuspendLayout()
|
||||||
Me.TabPage3.SuspendLayout()
|
Me.TabPage3.SuspendLayout()
|
||||||
|
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.TabPage4.SuspendLayout()
|
Me.TabPage4.SuspendLayout()
|
||||||
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.ContextMenuInternalLog.SuspendLayout()
|
Me.ContextMenuInternalLog.SuspendLayout()
|
||||||
@@ -193,20 +196,42 @@ Partial Class frmKonfig
|
|||||||
'
|
'
|
||||||
'TabPage3
|
'TabPage3
|
||||||
'
|
'
|
||||||
|
Me.TabPage3.Controls.Add(Me.NumericUpDown1)
|
||||||
|
Me.TabPage3.Controls.Add(Me.Label8)
|
||||||
|
Me.TabPage3.Controls.Add(Me.BtnCreateLogfiles)
|
||||||
Me.TabPage3.Controls.Add(Me.Button4)
|
Me.TabPage3.Controls.Add(Me.Button4)
|
||||||
Me.TabPage3.Controls.Add(Me.Label7)
|
Me.TabPage3.Controls.Add(Me.Label7)
|
||||||
Me.TabPage3.Controls.Add(Me.txtIntervall)
|
Me.TabPage3.Controls.Add(Me.txtIntervall)
|
||||||
Me.TabPage3.Controls.Add(Me.Label6)
|
Me.TabPage3.Controls.Add(Me.Label6)
|
||||||
Me.TabPage3.Controls.Add(Me.btnopenlog)
|
Me.TabPage3.Controls.Add(Me.btnOpenLogFolder)
|
||||||
Me.TabPage3.Controls.Add(Me.chkLogErrorsOnly)
|
Me.TabPage3.Controls.Add(Me.chkLogErrorsOnly)
|
||||||
Me.TabPage3.Controls.Add(Me.Button3)
|
Me.TabPage3.Controls.Add(Me.btnOpenAppDataFolder)
|
||||||
Me.TabPage3.Controls.Add(Me.LinkLabel1)
|
Me.TabPage3.Controls.Add(Me.LinkLabel1)
|
||||||
Me.TabPage3.Controls.Add(Me.Button1)
|
Me.TabPage3.Controls.Add(Me.Button1)
|
||||||
Me.TabPage3.Controls.Add(Me.btnLogMail)
|
|
||||||
resources.ApplyResources(Me.TabPage3, "TabPage3")
|
resources.ApplyResources(Me.TabPage3, "TabPage3")
|
||||||
Me.TabPage3.Name = "TabPage3"
|
Me.TabPage3.Name = "TabPage3"
|
||||||
Me.TabPage3.UseVisualStyleBackColor = True
|
Me.TabPage3.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'NumericUpDown1
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
|
||||||
|
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {3, 0, 0, 0})
|
||||||
|
Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
||||||
|
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||||||
|
Me.NumericUpDown1.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
||||||
|
'
|
||||||
|
'Label8
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.Label8, "Label8")
|
||||||
|
Me.Label8.Name = "Label8"
|
||||||
|
'
|
||||||
|
'BtnCreateLogfiles
|
||||||
|
'
|
||||||
|
Me.BtnCreateLogfiles.Image = Global.DD_ProcessManager.My.Resources.Resources.AttachFileHS
|
||||||
|
resources.ApplyResources(Me.BtnCreateLogfiles, "BtnCreateLogfiles")
|
||||||
|
Me.BtnCreateLogfiles.Name = "BtnCreateLogfiles"
|
||||||
|
Me.BtnCreateLogfiles.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'Button4
|
'Button4
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.Button4, "Button4")
|
resources.ApplyResources(Me.Button4, "Button4")
|
||||||
@@ -230,11 +255,11 @@ Partial Class frmKonfig
|
|||||||
resources.ApplyResources(Me.Label6, "Label6")
|
resources.ApplyResources(Me.Label6, "Label6")
|
||||||
Me.Label6.Name = "Label6"
|
Me.Label6.Name = "Label6"
|
||||||
'
|
'
|
||||||
'btnopenlog
|
'btnOpenLogFolder
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.btnopenlog, "btnopenlog")
|
resources.ApplyResources(Me.btnOpenLogFolder, "btnOpenLogFolder")
|
||||||
Me.btnopenlog.Name = "btnopenlog"
|
Me.btnOpenLogFolder.Name = "btnOpenLogFolder"
|
||||||
Me.btnopenlog.UseVisualStyleBackColor = True
|
Me.btnOpenLogFolder.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'chkLogErrorsOnly
|
'chkLogErrorsOnly
|
||||||
'
|
'
|
||||||
@@ -242,11 +267,11 @@ Partial Class frmKonfig
|
|||||||
Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly"
|
Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly"
|
||||||
Me.chkLogErrorsOnly.UseVisualStyleBackColor = True
|
Me.chkLogErrorsOnly.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'Button3
|
'btnOpenAppDataFolder
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.Button3, "Button3")
|
resources.ApplyResources(Me.btnOpenAppDataFolder, "btnOpenAppDataFolder")
|
||||||
Me.Button3.Name = "Button3"
|
Me.btnOpenAppDataFolder.Name = "btnOpenAppDataFolder"
|
||||||
Me.Button3.UseVisualStyleBackColor = True
|
Me.btnOpenAppDataFolder.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'LinkLabel1
|
'LinkLabel1
|
||||||
'
|
'
|
||||||
@@ -260,13 +285,6 @@ Partial Class frmKonfig
|
|||||||
Me.Button1.Name = "Button1"
|
Me.Button1.Name = "Button1"
|
||||||
Me.Button1.UseVisualStyleBackColor = True
|
Me.Button1.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'btnLogMail
|
|
||||||
'
|
|
||||||
Me.btnLogMail.Image = Global.DD_ProcessManager.My.Resources.Resources.email_go
|
|
||||||
resources.ApplyResources(Me.btnLogMail, "btnLogMail")
|
|
||||||
Me.btnLogMail.Name = "btnLogMail"
|
|
||||||
Me.btnLogMail.UseVisualStyleBackColor = True
|
|
||||||
'
|
|
||||||
'TabPage4
|
'TabPage4
|
||||||
'
|
'
|
||||||
Me.TabPage4.Controls.Add(Me.GridControlLogs)
|
Me.TabPage4.Controls.Add(Me.GridControlLogs)
|
||||||
@@ -284,6 +302,7 @@ Partial Class frmKonfig
|
|||||||
'
|
'
|
||||||
'ContextMenuInternalLog
|
'ContextMenuInternalLog
|
||||||
'
|
'
|
||||||
|
Me.ContextMenuInternalLog.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||||
Me.ContextMenuInternalLog.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LogNachrichtenLeerenToolStripMenuItem, Me.SpeichereLogAlsToolStripMenuItem})
|
Me.ContextMenuInternalLog.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LogNachrichtenLeerenToolStripMenuItem, Me.SpeichereLogAlsToolStripMenuItem})
|
||||||
Me.ContextMenuInternalLog.Name = "ContextMenuInternalLog"
|
Me.ContextMenuInternalLog.Name = "ContextMenuInternalLog"
|
||||||
resources.ApplyResources(Me.ContextMenuInternalLog, "ContextMenuInternalLog")
|
resources.ApplyResources(Me.ContextMenuInternalLog, "ContextMenuInternalLog")
|
||||||
@@ -346,11 +365,13 @@ Partial Class frmKonfig
|
|||||||
Me.Controls.Add(Me.TabControl1)
|
Me.Controls.Add(Me.TabControl1)
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
Me.Name = "frmKonfig"
|
Me.Name = "frmKonfig"
|
||||||
|
Me.TopMost = True
|
||||||
Me.TabControl1.ResumeLayout(False)
|
Me.TabControl1.ResumeLayout(False)
|
||||||
Me.TabPage2.ResumeLayout(False)
|
Me.TabPage2.ResumeLayout(False)
|
||||||
Me.TabPage2.PerformLayout()
|
Me.TabPage2.PerformLayout()
|
||||||
Me.TabPage3.ResumeLayout(False)
|
Me.TabPage3.ResumeLayout(False)
|
||||||
Me.TabPage3.PerformLayout()
|
Me.TabPage3.PerformLayout()
|
||||||
|
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.TabPage4.ResumeLayout(False)
|
Me.TabPage4.ResumeLayout(False)
|
||||||
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlLogs, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.ContextMenuInternalLog.ResumeLayout(False)
|
Me.ContextMenuInternalLog.ResumeLayout(False)
|
||||||
@@ -376,16 +397,15 @@ Partial Class frmKonfig
|
|||||||
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
||||||
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
||||||
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
||||||
Friend WithEvents btnLogMail As System.Windows.Forms.Button
|
|
||||||
Friend WithEvents DD_DMSLiteDataSet As DD_ProcessManager.DD_DMSLiteDataSet
|
Friend WithEvents DD_DMSLiteDataSet As DD_ProcessManager.DD_DMSLiteDataSet
|
||||||
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
||||||
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
||||||
Friend WithEvents TableAdapterManager As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
Friend WithEvents TableAdapterManager As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
||||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||||||
Friend WithEvents Button3 As System.Windows.Forms.Button
|
Friend WithEvents btnOpenAppDataFolder As System.Windows.Forms.Button
|
||||||
Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
||||||
Friend WithEvents btnopenlog As System.Windows.Forms.Button
|
Friend WithEvents btnOpenLogFolder As System.Windows.Forms.Button
|
||||||
Friend WithEvents Label7 As System.Windows.Forms.Label
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
||||||
Friend WithEvents txtIntervall As System.Windows.Forms.TextBox
|
Friend WithEvents txtIntervall As System.Windows.Forms.TextBox
|
||||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||||
@@ -399,4 +419,7 @@ Partial Class frmKonfig
|
|||||||
Friend WithEvents LogNachrichtenLeerenToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents LogNachrichtenLeerenToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents SpeichereLogAlsToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents SpeichereLogAlsToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
||||||
|
Friend WithEvents BtnCreateLogfiles As Button
|
||||||
|
Friend WithEvents Label8 As Label
|
||||||
|
Friend WithEvents NumericUpDown1 As NumericUpDown
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -507,11 +507,89 @@
|
|||||||
<data name=">>TabPage2.ZOrder" xml:space="preserve">
|
<data name=">>TabPage2.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="NumericUpDown1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>236, 162</value>
|
||||||
|
</data>
|
||||||
|
<data name="NumericUpDown1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>42, 25</value>
|
||||||
|
</data>
|
||||||
|
<data name="NumericUpDown1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>49</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>NumericUpDown1.Name" xml:space="preserve">
|
||||||
|
<value>NumericUpDown1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>NumericUpDown1.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>NumericUpDown1.Parent" xml:space="preserve">
|
||||||
|
<value>TabPage3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>NumericUpDown1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label8.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label8.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>233, 142</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label8.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>192, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label8.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>48</value>
|
||||||
|
</data>
|
||||||
|
<data name="Label8.Text" xml:space="preserve">
|
||||||
|
<value>Intervall Aktualisieren Übersicht:</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label8.Name" xml:space="preserve">
|
||||||
|
<value>Label8</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label8.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label8.Parent" xml:space="preserve">
|
||||||
|
<value>TabPage3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>Label8.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleLeft</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>8, 93</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>219, 27</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>47</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnCreateLogfiles.Text" xml:space="preserve">
|
||||||
|
<value>Log Dateien erzeugen</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnCreateLogfiles.Name" xml:space="preserve">
|
||||||
|
<value>BtnCreateLogfiles</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnCreateLogfiles.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnCreateLogfiles.Parent" xml:space="preserve">
|
||||||
|
<value>TabPage3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BtnCreateLogfiles.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
<data name="Button4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="Button4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button4.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="Button4.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>236, 64</value>
|
<value>236, 24</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Button4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>163, 63</value>
|
<value>163, 63</value>
|
||||||
@@ -532,7 +610,7 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button4.ZOrder" xml:space="preserve">
|
<data name=">>Button4.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Label7.AutoSize" type="System.Boolean, mscorlib">
|
<data name="Label7.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@@ -559,7 +637,7 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Label7.ZOrder" xml:space="preserve">
|
<data name=">>Label7.ZOrder" xml:space="preserve">
|
||||||
<value>1</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="txtIntervall.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="txtIntervall.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>8, 162</value>
|
<value>8, 162</value>
|
||||||
@@ -583,7 +661,7 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>txtIntervall.ZOrder" xml:space="preserve">
|
<data name=">>txtIntervall.ZOrder" xml:space="preserve">
|
||||||
<value>2</value>
|
<value>5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Label6.AutoSize" type="System.Boolean, mscorlib">
|
<data name="Label6.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@@ -610,34 +688,45 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Label6.ZOrder" xml:space="preserve">
|
<data name=">>Label6.ZOrder" xml:space="preserve">
|
||||||
<value>3</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnopenlog.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
<data name="btnOpenLogFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
vQAADr0BR/uQrQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
||||||
|
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
||||||
|
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
||||||
|
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
||||||
|
Y+jvFqn3tXnGWsBcx6ZpvEFDYi3wuo5Tud0cDAk/usRcx6ncbg6GkmAoCYaSYCgJhpJgKAmGkmAoR80e
|
||||||
|
foN7TJ/20ZEAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogFolder.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
<value>MiddleLeft</value>
|
<value>MiddleLeft</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnopenlog.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="btnOpenLogFolder.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>8, 99</value>
|
<value>8, 59</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnopenlog.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="btnOpenLogFolder.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>219, 28</value>
|
<value>219, 28</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnopenlog.TabIndex" type="System.Int32, mscorlib">
|
<data name="btnOpenLogFolder.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>42</value>
|
<value>42</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnopenlog.Text" xml:space="preserve">
|
<data name="btnOpenLogFolder.Text" xml:space="preserve">
|
||||||
<value>Öffne Log-Verzeichnis</value>
|
<value>Öffne Log-Verzeichnis</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>btnopenlog.Name" xml:space="preserve">
|
<data name=">>btnOpenLogFolder.Name" xml:space="preserve">
|
||||||
<value>btnopenlog</value>
|
<value>btnOpenLogFolder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>btnopenlog.Type" xml:space="preserve">
|
<data name=">>btnOpenLogFolder.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>btnopenlog.Parent" xml:space="preserve">
|
<data name=">>btnOpenLogFolder.Parent" xml:space="preserve">
|
||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>btnopenlog.ZOrder" xml:space="preserve">
|
<data name=">>btnOpenLogFolder.ZOrder" xml:space="preserve">
|
||||||
<value>4</value>
|
<value>7</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chkLogErrorsOnly.AutoSize" type="System.Boolean, mscorlib">
|
<data name="chkLogErrorsOnly.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@@ -664,37 +753,51 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>chkLogErrorsOnly.ZOrder" xml:space="preserve">
|
<data name=">>chkLogErrorsOnly.ZOrder" xml:space="preserve">
|
||||||
<value>5</value>
|
<value>8</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button3.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="btnOpenAppDataFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>8, 64</value>
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
vQAADr0BR/uQrQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
||||||
|
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
||||||
|
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
||||||
|
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
||||||
|
Y+jvFqn3tXnGWsBcx6ZpvEFDYi3wuo5Tud0cDAk/usRcx6ncbg6GkmAoCYaSYCgJhpJgKAmGkmAoR80e
|
||||||
|
foN7TJ/20ZEAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="btnOpenAppDataFolder.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleLeft</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenAppDataFolder.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>8, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenAppDataFolder.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>219, 29</value>
|
<value>219, 29</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button3.TabIndex" type="System.Int32, mscorlib">
|
<data name="btnOpenAppDataFolder.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>40</value>
|
<value>40</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button3.Text" xml:space="preserve">
|
<data name="btnOpenAppDataFolder.Text" xml:space="preserve">
|
||||||
<value>Open Appdata-Folder</value>
|
<value>Open Appdata-Folder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button3.Name" xml:space="preserve">
|
<data name=">>btnOpenAppDataFolder.Name" xml:space="preserve">
|
||||||
<value>Button3</value>
|
<value>btnOpenAppDataFolder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button3.Type" xml:space="preserve">
|
<data name=">>btnOpenAppDataFolder.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button3.Parent" xml:space="preserve">
|
<data name=">>btnOpenAppDataFolder.Parent" xml:space="preserve">
|
||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button3.ZOrder" xml:space="preserve">
|
<data name=">>btnOpenAppDataFolder.ZOrder" xml:space="preserve">
|
||||||
<value>6</value>
|
<value>9</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LinkLabel1.AutoSize" type="System.Boolean, mscorlib">
|
<data name="LinkLabel1.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LinkLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="LinkLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>233, 29</value>
|
<value>435, 99</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LinkLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="LinkLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>166, 17</value>
|
<value>166, 17</value>
|
||||||
@@ -715,13 +818,13 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>LinkLabel1.ZOrder" xml:space="preserve">
|
<data name=">>LinkLabel1.ZOrder" xml:space="preserve">
|
||||||
<value>7</value>
|
<value>10</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="Button1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>438, 64</value>
|
<value>438, 59</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="Button1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>219, 29</value>
|
<value>124, 29</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Button1.TabIndex" type="System.Int32, mscorlib">
|
<data name="Button1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>37</value>
|
<value>37</value>
|
||||||
@@ -739,37 +842,7 @@
|
|||||||
<value>TabPage3</value>
|
<value>TabPage3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>Button1.ZOrder" xml:space="preserve">
|
<data name=">>Button1.ZOrder" xml:space="preserve">
|
||||||
<value>8</value>
|
<value>11</value>
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
||||||
<value>MiddleLeft</value>
|
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>8, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>219, 41</value>
|
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>0</value>
|
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.Text" xml:space="preserve">
|
|
||||||
<value>Log/Support Mail erzeugen</value>
|
|
||||||
</data>
|
|
||||||
<data name="btnLogMail.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
||||||
<value>MiddleRight</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>btnLogMail.Name" xml:space="preserve">
|
|
||||||
<value>btnLogMail</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>btnLogMail.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>btnLogMail.Parent" xml:space="preserve">
|
|
||||||
<value>TabPage3</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>btnLogMail.ZOrder" xml:space="preserve">
|
|
||||||
<value>9</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage3.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="TabPage3.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>4, 26</value>
|
<value>4, 26</value>
|
||||||
@@ -933,6 +1006,9 @@
|
|||||||
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>3, 4, 3, 4</value>
|
<value>3, 4, 3, 4</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||||
|
<value>CenterScreen</value>
|
||||||
|
</data>
|
||||||
<data name="$this.Text" xml:space="preserve">
|
<data name="$this.Text" xml:space="preserve">
|
||||||
<value>Konfiguration</value>
|
<value>Konfiguration</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
Imports System.Globalization
|
Imports System.Globalization
|
||||||
|
Imports System.IO
|
||||||
Imports DigitalData.Modules.Database
|
Imports DigitalData.Modules.Database
|
||||||
|
|
||||||
Public Class frmKonfig
|
Public Class frmKonfig
|
||||||
@@ -136,10 +137,7 @@ Public Class frmKonfig
|
|||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles btnLogMail.Click
|
|
||||||
email.Send_Log_Mail("<b> Log-/SupportMail von Process-Manager DD.</b> <p>",
|
|
||||||
"Support-Mail Process-Manager", "support@didalog.de", "mail.triplew.de", "support@didalog.de", "ddemail40", "support@didalog.de", False, True)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub TBPM_KONFIGURATIONBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
|
Private Sub TBPM_KONFIGURATIONBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs)
|
||||||
Me.Validate()
|
Me.Validate()
|
||||||
@@ -172,17 +170,38 @@ Public Class frmKonfig
|
|||||||
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
||||||
' Specify that the link was visited.
|
' Specify that the link was visited.
|
||||||
Me.LinkLabel1.LinkVisited = True
|
Me.LinkLabel1.LinkVisited = True
|
||||||
' Navigate to a URL.
|
Try
|
||||||
System.Diagnostics.Process.Start("http://www.didalog.de/Support")
|
Using connection As New SqlClient.SqlConnection(CONNECTION_STRING_ECM)
|
||||||
|
connection.Open()
|
||||||
|
|
||||||
|
Dim oSql As String = "SELECT CAT_STRING FROM TBDD_CATALOG WHERE CAT_TITLE = 'DDSUPPORT_PORTAL'"
|
||||||
|
Dim oCmd As New SqlClient.SqlCommand(oSql, connection)
|
||||||
|
Dim oSupportLinkObj As Object = oCmd.ExecuteScalar
|
||||||
|
Dim oSupportLink As String = If(oSupportLinkObj IsNot Nothing, oSupportLinkObj.ToString, "")
|
||||||
|
|
||||||
|
If Not String.IsNullOrEmpty(oSupportLink) Then
|
||||||
|
Process.Start(oSupportLink)
|
||||||
|
Else
|
||||||
|
MsgBox("Support-Link nicht gefunden.", MsgBoxStyle.Information)
|
||||||
|
End If
|
||||||
|
|
||||||
|
End Using
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("Fehler beim Öffnen des Support-Links: " & ex.Message, MsgBoxStyle.Critical)
|
||||||
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
|
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles btnOpenAppDataFolder.Click
|
||||||
Process.Start(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""))
|
Process.Start(USER_CONFIG_DIRECTORY)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnopenlog_Click(sender As Object, e As EventArgs) Handles btnopenlog.Click
|
Private Sub btnopenlog_Click(sender As Object, e As EventArgs) Handles btnOpenLogFolder.Click
|
||||||
'Process.Start(ClassLogger.DateiSpeicherort)
|
Try
|
||||||
Process.Start(LOGCONFIG.LogDirectory)
|
Process.Start(LOGCONFIG.LogDirectory)
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub txtIntervall_TextChanged(sender As Object, e As EventArgs) Handles txtIntervall.TextChanged
|
Private Sub txtIntervall_TextChanged(sender As Object, e As EventArgs) Handles txtIntervall.TextChanged
|
||||||
@@ -214,7 +233,7 @@ Public Class frmKonfig
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
|
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
|
||||||
Dim di As New IO.DirectoryInfo(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""))
|
Dim di As New IO.DirectoryInfo(USER_CONFIG_DIRECTORY)
|
||||||
Dim diar1 As IO.FileInfo() = di.GetFiles()
|
Dim diar1 As IO.FileInfo() = di.GetFiles()
|
||||||
Dim dra As IO.FileInfo
|
Dim dra As IO.FileInfo
|
||||||
|
|
||||||
@@ -251,4 +270,53 @@ Public Class frmKonfig
|
|||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub TabControl1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControl1.SelectedIndexChanged
|
||||||
|
Try
|
||||||
|
If TabControl1.SelectedIndex = 1 Then
|
||||||
|
If IsDirectoryAccessible(LOGCONFIG.LogDirectory) Then
|
||||||
|
btnOpenLogFolder.Enabled = True
|
||||||
|
Else
|
||||||
|
LOGGER.Info("Logpath is not accessible")
|
||||||
|
btnOpenLogFolder.Enabled = False
|
||||||
|
End If
|
||||||
|
If IsDirectoryAccessible(USER_CONFIG_DIRECTORY) Then
|
||||||
|
btnOpenAppDataFolder.Enabled = True
|
||||||
|
Else
|
||||||
|
LOGGER.Info("Appdata-Path is not accessible")
|
||||||
|
btnOpenAppDataFolder.Enabled = False
|
||||||
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Function IsDirectoryAccessible(pDirectoryPath As String) As Boolean
|
||||||
|
Try
|
||||||
|
' Prüfen, ob das Verzeichnis existiert
|
||||||
|
If Not Directory.Exists(pDirectoryPath) Then
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
|
||||||
|
' Versuch, das Verzeichnis zu öffnen und seine Dateien aufzulisten
|
||||||
|
Dim files As String() = Directory.GetFiles(pDirectoryPath)
|
||||||
|
Return True
|
||||||
|
Catch ex As UnauthorizedAccessException
|
||||||
|
' Zugriff verweigert
|
||||||
|
Return False
|
||||||
|
Catch ex As IOException
|
||||||
|
' Ein allgemeiner E/A-Fehler
|
||||||
|
Return False
|
||||||
|
Catch ex As Exception
|
||||||
|
' Ein anderer Fehler
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Private Sub BtnCreateLogfiles_Click(sender As Object, e As EventArgs) Handles BtnCreateLogfiles.Click
|
||||||
|
ClassAllgemeineFunktionen.Save_Logfiles()
|
||||||
|
|
||||||
|
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
546
app/TaskFlow/frmMain.Designer.vb
generated
546
app/TaskFlow/frmMain.Designer.vb
generated
@@ -28,25 +28,8 @@ Partial Class frmMain
|
|||||||
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
||||||
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||||
Me.GridControl_Docs = New DevExpress.XtraGrid.GridControl()
|
Me.GridControlWorkflows = New DevExpress.XtraGrid.GridControl()
|
||||||
Me.GridView_Docs = New DevExpress.XtraGrid.Views.Grid.GridView()
|
Me.GridViewWorkflows = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||||
Me.NavBarControl1 = New DevExpress.XtraNavBar.NavBarControl()
|
|
||||||
Me.NavBarGroupProfiles = New DevExpress.XtraNavBar.NavBarGroup()
|
|
||||||
Me.cmsNavPane = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
||||||
Me.tsmiValidationProfil = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.NavBarGroupMore = New DevExpress.XtraNavBar.NavBarGroup()
|
|
||||||
Me.NavBarItemOverview = New DevExpress.XtraNavBar.NavBarItem()
|
|
||||||
Me.bindsourcegrid = New System.Windows.Forms.BindingSource(Me.components)
|
|
||||||
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
|
|
||||||
Me.ContextMenuNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
||||||
Me.PopupErinnerungInaktivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
||||||
Me.AnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.OutOfRangePMFixierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.TimerRefresh = New System.Windows.Forms.Timer(Me.components)
|
|
||||||
Me.TimerReminder = New System.Windows.Forms.Timer(Me.components)
|
|
||||||
Me.Timer5Mins = New System.Windows.Forms.Timer(Me.components)
|
|
||||||
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
||||||
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||||
Me.bbtniRefresh = New DevExpress.XtraBars.BarButtonItem()
|
Me.bbtniRefresh = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.bbtniMonitor = New DevExpress.XtraBars.BarButtonItem()
|
Me.bbtniMonitor = New DevExpress.XtraBars.BarButtonItem()
|
||||||
@@ -78,7 +61,7 @@ Partial Class frmMain
|
|||||||
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarCheckItemAutofilter = New DevExpress.XtraBars.BarCheckItem()
|
Me.BarCheckItemAutofilter = New DevExpress.XtraBars.BarCheckItem()
|
||||||
Me.BarCheckItem2 = New DevExpress.XtraBars.BarCheckItem()
|
Me.BarCheckItem2 = New DevExpress.XtraBars.BarCheckItem()
|
||||||
Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItemResetLayout = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItemExportExcel = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItemExportExcel = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItem6 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem6 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
@@ -91,12 +74,15 @@ Partial Class frmMain
|
|||||||
Me.barItemGridFontSize = New DevExpress.XtraBars.BarEditItem()
|
Me.barItemGridFontSize = New DevExpress.XtraBars.BarEditItem()
|
||||||
Me.cmbGridFontSize = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
Me.cmbGridFontSize = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
||||||
Me.BarButtonItem8 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem8 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.bsiRowCount = New DevExpress.XtraBars.BarStaticItem()
|
|
||||||
Me.BbtnitmAHWF1 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BbtnitmAHWF1 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BbtnitmAHWF2 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BbtnitmAHWF2 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BbtnitmAHWF3 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BbtnitmAHWF3 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BbtnitmAHWF4 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BbtnitmAHWF4 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.bbtnitmLanguage = New DevExpress.XtraBars.BarButtonItem()
|
Me.bbtnitmLanguage_Change = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BarButtonItem10 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BBtnItmNotfications = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.BSIVERSION1 = New DevExpress.XtraBars.BarStaticItem()
|
||||||
|
Me.barbtnitmsaveLogfiles = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.RibbonPageStart = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPageStart = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
@@ -112,6 +98,25 @@ Partial Class frmMain
|
|||||||
Me.RibbonPageGroup8 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup8 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RepositoryItemTrackBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemTrackBar()
|
Me.RepositoryItemTrackBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemTrackBar()
|
||||||
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||||
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||||
|
Me.lblCaptionMainGrid = New System.Windows.Forms.Label()
|
||||||
|
Me.NavBarControl1 = New DevExpress.XtraNavBar.NavBarControl()
|
||||||
|
Me.NavBarGroupProfiles = New DevExpress.XtraNavBar.NavBarGroup()
|
||||||
|
Me.cmsNavPane = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
|
Me.tsmiValidationProfil = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.NavBarGroupMore = New DevExpress.XtraNavBar.NavBarGroup()
|
||||||
|
Me.NavBarItemOverview = New DevExpress.XtraNavBar.NavBarItem()
|
||||||
|
Me.bindsourcegrid = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
|
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
|
||||||
|
Me.ContextMenuNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
|
Me.PopupErinnerungInaktivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
|
Me.AnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.OutOfRangePMFixierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.TimerRefresh = New System.Windows.Forms.Timer(Me.components)
|
||||||
|
Me.TimerReminder = New System.Windows.Forms.Timer(Me.components)
|
||||||
|
Me.Timer5Mins = New System.Windows.Forms.Timer(Me.components)
|
||||||
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
||||||
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
||||||
Me.DocumentViewerBarManager1 = New DevExpress.XtraPrinting.Preview.DocumentViewerBarManager(Me.components)
|
Me.DocumentViewerBarManager1 = New DevExpress.XtraPrinting.Preview.DocumentViewerBarManager(Me.components)
|
||||||
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
||||||
@@ -188,19 +193,19 @@ Partial Class frmMain
|
|||||||
Me.TimerInactivity = New System.Windows.Forms.Timer(Me.components)
|
Me.TimerInactivity = New System.Windows.Forms.Timer(Me.components)
|
||||||
Me.BarButtonItem5 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem5 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItem9 = New DevExpress.XtraBars.BarButtonItem()
|
Me.BarButtonItem9 = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.BarButtonItem10 = New DevExpress.XtraBars.BarButtonItem()
|
|
||||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.Panel1.SuspendLayout()
|
Me.Panel1.SuspendLayout()
|
||||||
CType(Me.GridControl_Docs, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridControlWorkflows, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridView_Docs, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridViewWorkflows, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.cmsNavPane.SuspendLayout()
|
|
||||||
CType(Me.bindsourcegrid, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.ContextMenuNotifyIcon.SuspendLayout()
|
|
||||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.cmbGridFontSize, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.cmbGridFontSize, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.RepositoryItemTrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.RepositoryItemTrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.Panel2.SuspendLayout()
|
||||||
|
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.cmsNavPane.SuspendLayout()
|
||||||
|
CType(Me.bindsourcegrid, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.ContextMenuNotifyIcon.SuspendLayout()
|
||||||
CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.RepositoryItemProgressBar2, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.RepositoryItemProgressBar2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
@@ -240,155 +245,53 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'Panel1
|
'Panel1
|
||||||
'
|
'
|
||||||
Me.Panel1.Controls.Add(Me.GridControl_Docs)
|
Me.Panel1.Controls.Add(Me.GridControlWorkflows)
|
||||||
|
Me.Panel1.Controls.Add(Me.Panel2)
|
||||||
Me.Panel1.Controls.Add(Me.NavBarControl1)
|
Me.Panel1.Controls.Add(Me.NavBarControl1)
|
||||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||||
Me.Panel1.Name = "Panel1"
|
Me.Panel1.Name = "Panel1"
|
||||||
'
|
'
|
||||||
'GridControl_Docs
|
'GridControlWorkflows
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.GridControl_Docs, "GridControl_Docs")
|
resources.ApplyResources(Me.GridControlWorkflows, "GridControlWorkflows")
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
Me.GridControlWorkflows.MainView = Me.GridViewWorkflows
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
Me.GridControlWorkflows.MenuManager = Me.RibbonControl1
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
Me.GridControlWorkflows.Name = "GridControlWorkflows"
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
Me.GridControlWorkflows.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewWorkflows})
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
|
||||||
Me.GridControl_Docs.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl_Docs.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
|
||||||
Me.GridControl_Docs.MainView = Me.GridView_Docs
|
|
||||||
Me.GridControl_Docs.Name = "GridControl_Docs"
|
|
||||||
Me.GridControl_Docs.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView_Docs})
|
|
||||||
'
|
'
|
||||||
'GridView_Docs
|
'GridViewWorkflows
|
||||||
'
|
'
|
||||||
Me.GridView_Docs.Appearance.EvenRow.BackColor = System.Drawing.Color.Azure
|
Me.GridViewWorkflows.Appearance.EvenRow.BackColor = System.Drawing.Color.Azure
|
||||||
Me.GridView_Docs.Appearance.EvenRow.Options.UseBackColor = True
|
Me.GridViewWorkflows.Appearance.EvenRow.Options.UseBackColor = True
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.Font = CType(resources.GetObject("GridView_Docs.Appearance.ViewCaption.Font"), System.Drawing.Font)
|
Me.GridViewWorkflows.Appearance.ViewCaption.Font = CType(resources.GetObject("GridViewWorkflows.Appearance.ViewCaption.Font"), System.Drawing.Font)
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.ForeColor = System.Drawing.Color.Black
|
Me.GridViewWorkflows.Appearance.ViewCaption.ForeColor = System.Drawing.Color.Black
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.Options.UseFont = True
|
Me.GridViewWorkflows.Appearance.ViewCaption.Options.UseFont = True
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.Options.UseForeColor = True
|
Me.GridViewWorkflows.Appearance.ViewCaption.Options.UseForeColor = True
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.Options.UseTextOptions = True
|
Me.GridViewWorkflows.Appearance.ViewCaption.Options.UseTextOptions = True
|
||||||
Me.GridView_Docs.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near
|
Me.GridViewWorkflows.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near
|
||||||
Me.GridView_Docs.GridControl = Me.GridControl_Docs
|
Me.GridViewWorkflows.GridControl = Me.GridControlWorkflows
|
||||||
Me.GridView_Docs.Name = "GridView_Docs"
|
Me.GridViewWorkflows.Name = "GridViewWorkflows"
|
||||||
Me.GridView_Docs.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridViewWorkflows.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
Me.GridView_Docs.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridViewWorkflows.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
Me.GridView_Docs.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.[True]
|
Me.GridViewWorkflows.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.[True]
|
||||||
Me.GridView_Docs.OptionsBehavior.AllowGroupExpandAnimation = DevExpress.Utils.DefaultBoolean.[True]
|
Me.GridViewWorkflows.OptionsBehavior.AllowGroupExpandAnimation = DevExpress.Utils.DefaultBoolean.[True]
|
||||||
Me.GridView_Docs.OptionsBehavior.Editable = False
|
Me.GridViewWorkflows.OptionsBehavior.Editable = False
|
||||||
Me.GridView_Docs.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridViewWorkflows.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
Me.GridView_Docs.OptionsSelection.MultiSelect = True
|
Me.GridViewWorkflows.OptionsSelection.MultiSelect = True
|
||||||
Me.GridView_Docs.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
|
Me.GridViewWorkflows.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
|
||||||
Me.GridView_Docs.OptionsView.ColumnAutoWidth = False
|
Me.GridViewWorkflows.OptionsView.ColumnAutoWidth = False
|
||||||
Me.GridView_Docs.OptionsView.EnableAppearanceEvenRow = True
|
Me.GridViewWorkflows.OptionsView.EnableAppearanceEvenRow = True
|
||||||
Me.GridView_Docs.OptionsView.ShowAutoFilterRow = True
|
Me.GridViewWorkflows.OptionsView.ShowAutoFilterRow = True
|
||||||
Me.GridView_Docs.OptionsView.ShowErrorPanel = DevExpress.Utils.DefaultBoolean.[True]
|
Me.GridViewWorkflows.OptionsView.ShowErrorPanel = DevExpress.Utils.DefaultBoolean.[True]
|
||||||
Me.GridView_Docs.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridViewWorkflows.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
Me.GridView_Docs.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.[False]
|
Me.GridViewWorkflows.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
Me.GridView_Docs.OptionsView.ShowViewCaption = True
|
|
||||||
resources.ApplyResources(Me.GridView_Docs, "GridView_Docs")
|
|
||||||
'
|
|
||||||
'NavBarControl1
|
|
||||||
'
|
|
||||||
Me.NavBarControl1.ActiveGroup = Me.NavBarGroupProfiles
|
|
||||||
Me.NavBarControl1.ContextMenuStrip = Me.cmsNavPane
|
|
||||||
resources.ApplyResources(Me.NavBarControl1, "NavBarControl1")
|
|
||||||
Me.NavBarControl1.Groups.AddRange(New DevExpress.XtraNavBar.NavBarGroup() {Me.NavBarGroupMore, Me.NavBarGroupProfiles})
|
|
||||||
Me.NavBarControl1.Items.AddRange(New DevExpress.XtraNavBar.NavBarItem() {Me.NavBarItemOverview})
|
|
||||||
Me.NavBarControl1.Name = "NavBarControl1"
|
|
||||||
Me.NavBarControl1.OptionsNavPane.ExpandedWidth = CType(resources.GetObject("resource.ExpandedWidth"), Integer)
|
|
||||||
Me.NavBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane
|
|
||||||
Me.NavBarControl1.ShowIcons = DevExpress.Utils.DefaultBoolean.[True]
|
|
||||||
Me.NavBarControl1.View = New DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("Office 2019 White")
|
|
||||||
'
|
|
||||||
'NavBarGroupProfiles
|
|
||||||
'
|
|
||||||
resources.ApplyResources(Me.NavBarGroupProfiles, "NavBarGroupProfiles")
|
|
||||||
Me.NavBarGroupProfiles.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText
|
|
||||||
Me.NavBarGroupProfiles.ImageOptions.LargeImage = CType(resources.GetObject("NavBarGroupProfiles.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.NavBarGroupProfiles.Name = "NavBarGroupProfiles"
|
|
||||||
'
|
|
||||||
'cmsNavPane
|
|
||||||
'
|
|
||||||
Me.cmsNavPane.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
||||||
Me.cmsNavPane.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiValidationProfil})
|
|
||||||
Me.cmsNavPane.Name = "cmsNavPane"
|
|
||||||
resources.ApplyResources(Me.cmsNavPane, "cmsNavPane")
|
|
||||||
'
|
|
||||||
'tsmiValidationProfil
|
|
||||||
'
|
|
||||||
Me.tsmiValidationProfil.Image = Global.DD_ProcessManager.My.Resources.Resources.database_go1
|
|
||||||
Me.tsmiValidationProfil.Name = "tsmiValidationProfil"
|
|
||||||
resources.ApplyResources(Me.tsmiValidationProfil, "tsmiValidationProfil")
|
|
||||||
'
|
|
||||||
'NavBarGroupMore
|
|
||||||
'
|
|
||||||
resources.ApplyResources(Me.NavBarGroupMore, "NavBarGroupMore")
|
|
||||||
Me.NavBarGroupMore.Expanded = True
|
|
||||||
Me.NavBarGroupMore.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText
|
|
||||||
Me.NavBarGroupMore.ImageOptions.LargeImage = CType(resources.GetObject("NavBarGroupMore.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.NavBarGroupMore.ItemLinks.AddRange(New DevExpress.XtraNavBar.NavBarItemLink() {New DevExpress.XtraNavBar.NavBarItemLink(Me.NavBarItemOverview)})
|
|
||||||
Me.NavBarGroupMore.Name = "NavBarGroupMore"
|
|
||||||
'
|
|
||||||
'NavBarItemOverview
|
|
||||||
'
|
|
||||||
Me.NavBarItemOverview.Appearance.Image = CType(resources.GetObject("NavBarItemOverview.Appearance.Image"), System.Drawing.Image)
|
|
||||||
Me.NavBarItemOverview.Appearance.Options.UseImage = True
|
|
||||||
resources.ApplyResources(Me.NavBarItemOverview, "NavBarItemOverview")
|
|
||||||
Me.NavBarItemOverview.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[False]
|
|
||||||
Me.NavBarItemOverview.ImageOptions.LargeImage = CType(resources.GetObject("NavBarItemOverview.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.NavBarItemOverview.Name = "NavBarItemOverview"
|
|
||||||
Me.NavBarItemOverview.Tag = "OVERVIEW"
|
|
||||||
'
|
|
||||||
'NotifyIcon1
|
|
||||||
'
|
|
||||||
Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
|
||||||
Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuNotifyIcon
|
|
||||||
resources.ApplyResources(Me.NotifyIcon1, "NotifyIcon1")
|
|
||||||
'
|
|
||||||
'ContextMenuNotifyIcon
|
|
||||||
'
|
|
||||||
Me.ContextMenuNotifyIcon.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PopupErinnerungInaktivierenToolStripMenuItem, Me.ToolStripSeparator1, Me.AnzeigenToolStripMenuItem, Me.OutOfRangePMFixierenToolStripMenuItem})
|
|
||||||
Me.ContextMenuNotifyIcon.Name = "ContextMenuNotifyIcon"
|
|
||||||
resources.ApplyResources(Me.ContextMenuNotifyIcon, "ContextMenuNotifyIcon")
|
|
||||||
'
|
|
||||||
'PopupErinnerungInaktivierenToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.PopupErinnerungInaktivierenToolStripMenuItem.Name = "PopupErinnerungInaktivierenToolStripMenuItem"
|
|
||||||
resources.ApplyResources(Me.PopupErinnerungInaktivierenToolStripMenuItem, "PopupErinnerungInaktivierenToolStripMenuItem")
|
|
||||||
'
|
|
||||||
'ToolStripSeparator1
|
|
||||||
'
|
|
||||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
||||||
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
|
||||||
'
|
|
||||||
'AnzeigenToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.AnzeigenToolStripMenuItem.Name = "AnzeigenToolStripMenuItem"
|
|
||||||
resources.ApplyResources(Me.AnzeigenToolStripMenuItem, "AnzeigenToolStripMenuItem")
|
|
||||||
'
|
|
||||||
'OutOfRangePMFixierenToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.OutOfRangePMFixierenToolStripMenuItem.Name = "OutOfRangePMFixierenToolStripMenuItem"
|
|
||||||
resources.ApplyResources(Me.OutOfRangePMFixierenToolStripMenuItem, "OutOfRangePMFixierenToolStripMenuItem")
|
|
||||||
'
|
|
||||||
'TimerRefresh
|
|
||||||
'
|
|
||||||
Me.TimerRefresh.Interval = 120000
|
|
||||||
'
|
|
||||||
'TimerReminder
|
|
||||||
'
|
|
||||||
'
|
|
||||||
'Timer5Mins
|
|
||||||
'
|
|
||||||
Me.Timer5Mins.Enabled = True
|
|
||||||
Me.Timer5Mins.Interval = 350000
|
|
||||||
'
|
'
|
||||||
'RibbonControl1
|
'RibbonControl1
|
||||||
'
|
'
|
||||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bbtniRefresh, Me.bbtniMonitor, Me.bbiProfilverwaltung, Me.bbiKonfiguration, Me.bbtniGrundeinstellung, Me.bbtnitemInfo, Me.BarButtonItem1, Me.bsiUser, Me.bsiLicenses, Me.bsiUserLoggedIn, Me.bsiVersion, Me.bsilastsync, Me.bsiDebug, Me.bsiMessage, Me.bbtniMetadataFile, Me.BarEditItem1, Me.bbtnitDashboardInv, Me.bsiGeneralInfo, Me.bbtnitmGhostMode, Me.bsi_GhostMode, Me.BarButtonItemGhostMode, Me.SearchItem1, Me.SearchItem2, Me.BarStaticItemAppServer, Me.bbtniCW, Me.bsiInactivityCheck, Me.BarButtonItem2, Me.BarCheckItemAutofilter, Me.BarCheckItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItemExportExcel, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItemWFSingle, Me.BarButtonItemWFGroup, Me.BarButtonItemFileLink, Me.BarButtonItemMassValidation, Me.BarCheckItemShowSearch, Me.barItemGridFontSize, Me.BarButtonItem8, Me.bsiRowCount, Me.BbtnitmAHWF1, Me.BbtnitmAHWF2, Me.BbtnitmAHWF3, Me.BbtnitmAHWF4, Me.bbtnitmLanguage, Me.BarButtonItem10})
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.bbtniRefresh, Me.bbtniMonitor, Me.bbiProfilverwaltung, Me.bbiKonfiguration, Me.bbtniGrundeinstellung, Me.bbtnitemInfo, Me.BarButtonItem1, Me.bsiUser, Me.bsiLicenses, Me.bsiUserLoggedIn, Me.bsiVersion, Me.bsilastsync, Me.bsiDebug, Me.bsiMessage, Me.bbtniMetadataFile, Me.BarEditItem1, Me.bbtnitDashboardInv, Me.bsiGeneralInfo, Me.bbtnitmGhostMode, Me.bsi_GhostMode, Me.BarButtonItemGhostMode, Me.SearchItem1, Me.SearchItem2, Me.BarStaticItemAppServer, Me.bbtniCW, Me.bsiInactivityCheck, Me.BarButtonItem2, Me.BarCheckItemAutofilter, Me.BarCheckItem2, Me.BarButtonItemResetLayout, Me.BarButtonItem4, Me.BarButtonItemExportExcel, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItemWFSingle, Me.BarButtonItemWFGroup, Me.BarButtonItemFileLink, Me.BarButtonItemMassValidation, Me.BarCheckItemShowSearch, Me.barItemGridFontSize, Me.BarButtonItem8, Me.BbtnitmAHWF1, Me.BbtnitmAHWF2, Me.BbtnitmAHWF3, Me.BbtnitmAHWF4, Me.bbtnitmLanguage_Change, Me.BarButtonItem10, Me.BBtnItmNotfications, Me.BSIVERSION1, Me.barbtnitmsaveLogfiles})
|
||||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||||
Me.RibbonControl1.MaxItemId = 53
|
Me.RibbonControl1.MaxItemId = 56
|
||||||
Me.RibbonControl1.Name = "RibbonControl1"
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPageStart, Me.RibbonPageTabelle, Me.RibbonPageAktionen})
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPageStart, Me.RibbonPageTabelle, Me.RibbonPageAktionen})
|
||||||
Me.RibbonControl1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemProgressBar1, Me.RepositoryItemTrackBar1, Me.cmbGridFontSize})
|
Me.RibbonControl1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemProgressBar1, Me.RepositoryItemTrackBar1, Me.cmbGridFontSize})
|
||||||
@@ -473,7 +376,6 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'bsiUserLoggedIn
|
'bsiUserLoggedIn
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bsiUserLoggedIn, "bsiUserLoggedIn")
|
|
||||||
Me.bsiUserLoggedIn.Id = 10
|
Me.bsiUserLoggedIn.Id = 10
|
||||||
Me.bsiUserLoggedIn.ImageOptions.Image = Global.DD_ProcessManager.My.Resources.Resources.group_key
|
Me.bsiUserLoggedIn.ImageOptions.Image = Global.DD_ProcessManager.My.Resources.Resources.group_key
|
||||||
Me.bsiUserLoggedIn.Name = "bsiUserLoggedIn"
|
Me.bsiUserLoggedIn.Name = "bsiUserLoggedIn"
|
||||||
@@ -496,7 +398,6 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'bsiDebug
|
'bsiDebug
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bsiDebug, "bsiDebug")
|
|
||||||
Me.bsiDebug.Id = 13
|
Me.bsiDebug.Id = 13
|
||||||
Me.bsiDebug.ImageOptions.Image = CType(resources.GetObject("bsiDebug.ImageOptions.Image"), System.Drawing.Image)
|
Me.bsiDebug.ImageOptions.Image = CType(resources.GetObject("bsiDebug.ImageOptions.Image"), System.Drawing.Image)
|
||||||
Me.bsiDebug.ImageOptions.LargeImage = CType(resources.GetObject("bsiDebug.ImageOptions.LargeImage"), System.Drawing.Image)
|
Me.bsiDebug.ImageOptions.LargeImage = CType(resources.GetObject("bsiDebug.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
@@ -505,7 +406,6 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'bsiMessage
|
'bsiMessage
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bsiMessage, "bsiMessage")
|
|
||||||
Me.bsiMessage.Id = 14
|
Me.bsiMessage.Id = 14
|
||||||
Me.bsiMessage.ItemAppearance.Normal.Font = CType(resources.GetObject("bsiMessage.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
Me.bsiMessage.ItemAppearance.Normal.Font = CType(resources.GetObject("bsiMessage.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
||||||
Me.bsiMessage.ItemAppearance.Normal.Options.UseFont = True
|
Me.bsiMessage.ItemAppearance.Normal.Options.UseFont = True
|
||||||
@@ -618,7 +518,6 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'bsiInactivityCheck
|
'bsiInactivityCheck
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bsiInactivityCheck, "bsiInactivityCheck")
|
|
||||||
Me.bsiInactivityCheck.Id = 26
|
Me.bsiInactivityCheck.Id = 26
|
||||||
Me.bsiInactivityCheck.ImageOptions.SvgImage = CType(resources.GetObject("bsiInactivityCheck.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.bsiInactivityCheck.ImageOptions.SvgImage = CType(resources.GetObject("bsiInactivityCheck.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.bsiInactivityCheck.Name = "bsiInactivityCheck"
|
Me.bsiInactivityCheck.Name = "bsiInactivityCheck"
|
||||||
@@ -644,12 +543,12 @@ Partial Class frmMain
|
|||||||
Me.BarCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.BarCheckItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarCheckItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BarCheckItem2.Name = "BarCheckItem2"
|
Me.BarCheckItem2.Name = "BarCheckItem2"
|
||||||
'
|
'
|
||||||
'BarButtonItem3
|
'BarButtonItemResetLayout
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BarButtonItem3, "BarButtonItem3")
|
resources.ApplyResources(Me.BarButtonItemResetLayout, "BarButtonItemResetLayout")
|
||||||
Me.BarButtonItem3.Id = 30
|
Me.BarButtonItemResetLayout.Id = 30
|
||||||
Me.BarButtonItem3.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.BarButtonItemResetLayout.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItemResetLayout.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BarButtonItem3.Name = "BarButtonItem3"
|
Me.BarButtonItemResetLayout.Name = "BarButtonItemResetLayout"
|
||||||
'
|
'
|
||||||
'BarButtonItem4
|
'BarButtonItem4
|
||||||
'
|
'
|
||||||
@@ -737,17 +636,11 @@ Partial Class frmMain
|
|||||||
Me.BarButtonItem8.Id = 42
|
Me.BarButtonItem8.Id = 42
|
||||||
Me.BarButtonItem8.Name = "BarButtonItem8"
|
Me.BarButtonItem8.Name = "BarButtonItem8"
|
||||||
'
|
'
|
||||||
'bsiRowCount
|
|
||||||
'
|
|
||||||
Me.bsiRowCount.Id = 43
|
|
||||||
Me.bsiRowCount.Name = "bsiRowCount"
|
|
||||||
'
|
|
||||||
'BbtnitmAHWF1
|
'BbtnitmAHWF1
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BbtnitmAHWF1, "BbtnitmAHWF1")
|
resources.ApplyResources(Me.BbtnitmAHWF1, "BbtnitmAHWF1")
|
||||||
Me.BbtnitmAHWF1.Id = 47
|
Me.BbtnitmAHWF1.Id = 47
|
||||||
Me.BbtnitmAHWF1.ImageOptions.Image = CType(resources.GetObject("BbtnitmAHWF1.ImageOptions.Image"), System.Drawing.Image)
|
Me.BbtnitmAHWF1.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmAHWF1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BbtnitmAHWF1.ImageOptions.LargeImage = CType(resources.GetObject("BbtnitmAHWF1.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.BbtnitmAHWF1.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF1.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
Me.BbtnitmAHWF1.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF1.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
||||||
Me.BbtnitmAHWF1.ItemAppearance.Normal.Options.UseFont = True
|
Me.BbtnitmAHWF1.ItemAppearance.Normal.Options.UseFont = True
|
||||||
Me.BbtnitmAHWF1.Name = "BbtnitmAHWF1"
|
Me.BbtnitmAHWF1.Name = "BbtnitmAHWF1"
|
||||||
@@ -758,8 +651,7 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BbtnitmAHWF2, "BbtnitmAHWF2")
|
resources.ApplyResources(Me.BbtnitmAHWF2, "BbtnitmAHWF2")
|
||||||
Me.BbtnitmAHWF2.Id = 48
|
Me.BbtnitmAHWF2.Id = 48
|
||||||
Me.BbtnitmAHWF2.ImageOptions.Image = CType(resources.GetObject("BbtnitmAHWF2.ImageOptions.Image"), System.Drawing.Image)
|
Me.BbtnitmAHWF2.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmAHWF2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BbtnitmAHWF2.ImageOptions.LargeImage = CType(resources.GetObject("BbtnitmAHWF2.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.BbtnitmAHWF2.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF2.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
Me.BbtnitmAHWF2.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF2.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
||||||
Me.BbtnitmAHWF2.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Blue
|
Me.BbtnitmAHWF2.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Blue
|
||||||
Me.BbtnitmAHWF2.ItemAppearance.Normal.Options.UseFont = True
|
Me.BbtnitmAHWF2.ItemAppearance.Normal.Options.UseFont = True
|
||||||
@@ -772,8 +664,7 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BbtnitmAHWF3, "BbtnitmAHWF3")
|
resources.ApplyResources(Me.BbtnitmAHWF3, "BbtnitmAHWF3")
|
||||||
Me.BbtnitmAHWF3.Id = 49
|
Me.BbtnitmAHWF3.Id = 49
|
||||||
Me.BbtnitmAHWF3.ImageOptions.Image = CType(resources.GetObject("BbtnitmAHWF3.ImageOptions.Image"), System.Drawing.Image)
|
Me.BbtnitmAHWF3.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmAHWF3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BbtnitmAHWF3.ImageOptions.LargeImage = CType(resources.GetObject("BbtnitmAHWF3.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.BbtnitmAHWF3.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF3.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
Me.BbtnitmAHWF3.ItemAppearance.Normal.Font = CType(resources.GetObject("BbtnitmAHWF3.ItemAppearance.Normal.Font"), System.Drawing.Font)
|
||||||
Me.BbtnitmAHWF3.ItemAppearance.Normal.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
Me.BbtnitmAHWF3.ItemAppearance.Normal.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
||||||
Me.BbtnitmAHWF3.ItemAppearance.Normal.Options.UseFont = True
|
Me.BbtnitmAHWF3.ItemAppearance.Normal.Options.UseFont = True
|
||||||
@@ -785,18 +676,50 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.BbtnitmAHWF4, "BbtnitmAHWF4")
|
resources.ApplyResources(Me.BbtnitmAHWF4, "BbtnitmAHWF4")
|
||||||
Me.BbtnitmAHWF4.Id = 50
|
Me.BbtnitmAHWF4.Id = 50
|
||||||
Me.BbtnitmAHWF4.ImageOptions.Image = CType(resources.GetObject("BbtnitmAHWF4.ImageOptions.Image"), System.Drawing.Image)
|
Me.BbtnitmAHWF4.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmAHWF4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.BbtnitmAHWF4.ImageOptions.LargeImage = CType(resources.GetObject("BbtnitmAHWF4.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
||||||
Me.BbtnitmAHWF4.Name = "BbtnitmAHWF4"
|
Me.BbtnitmAHWF4.Name = "BbtnitmAHWF4"
|
||||||
Me.BbtnitmAHWF4.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
|
Me.BbtnitmAHWF4.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
|
||||||
Me.BbtnitmAHWF4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
Me.BbtnitmAHWF4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
'
|
'
|
||||||
'bbtnitmLanguage
|
'bbtnitmLanguage_Change
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bbtnitmLanguage, "bbtnitmLanguage")
|
resources.ApplyResources(Me.bbtnitmLanguage_Change, "bbtnitmLanguage_Change")
|
||||||
Me.bbtnitmLanguage.Id = 51
|
Me.bbtnitmLanguage_Change.Id = 51
|
||||||
Me.bbtnitmLanguage.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmLanguage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.bbtnitmLanguage_Change.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmLanguage_Change.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.bbtnitmLanguage.Name = "bbtnitmLanguage"
|
Me.bbtnitmLanguage_Change.Name = "bbtnitmLanguage_Change"
|
||||||
|
'
|
||||||
|
'BarButtonItem10
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.BarButtonItem10, "BarButtonItem10")
|
||||||
|
Me.BarButtonItem10.Id = 52
|
||||||
|
Me.BarButtonItem10.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem10.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.BarButtonItem10.Name = "BarButtonItem10"
|
||||||
|
'
|
||||||
|
'BBtnItmNotfications
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.BBtnItmNotfications, "BBtnItmNotfications")
|
||||||
|
Me.BBtnItmNotfications.Id = 53
|
||||||
|
Me.BBtnItmNotfications.ImageOptions.Image = CType(resources.GetObject("BBtnItmNotfications.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.BBtnItmNotfications.ImageOptions.LargeImage = CType(resources.GetObject("BBtnItmNotfications.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.BBtnItmNotfications.Name = "BBtnItmNotfications"
|
||||||
|
Me.BBtnItmNotfications.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
|
'
|
||||||
|
'BSIVERSION1
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.BSIVERSION1, "BSIVERSION1")
|
||||||
|
Me.BSIVERSION1.Id = 54
|
||||||
|
Me.BSIVERSION1.ImageOptions.Image = CType(resources.GetObject("BSIVERSION1.ImageOptions.Image"), System.Drawing.Image)
|
||||||
|
Me.BSIVERSION1.ImageOptions.LargeImage = CType(resources.GetObject("BSIVERSION1.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.BSIVERSION1.Name = "BSIVERSION1"
|
||||||
|
Me.BSIVERSION1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
||||||
|
'
|
||||||
|
'barbtnitmsaveLogfiles
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.barbtnitmsaveLogfiles, "barbtnitmsaveLogfiles")
|
||||||
|
Me.barbtnitmsaveLogfiles.Id = 55
|
||||||
|
Me.barbtnitmsaveLogfiles.ImageOptions.SvgImage = CType(resources.GetObject("barbtnitmsaveLogfiles.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.barbtnitmsaveLogfiles.Name = "barbtnitmsaveLogfiles"
|
||||||
|
Me.barbtnitmsaveLogfiles.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
'
|
'
|
||||||
'RibbonPageStart
|
'RibbonPageStart
|
||||||
'
|
'
|
||||||
@@ -809,6 +732,7 @@ Partial Class frmMain
|
|||||||
Me.RibbonPageGroup1.AllowTextClipping = False
|
Me.RibbonPageGroup1.AllowTextClipping = False
|
||||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtniRefresh)
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtniRefresh)
|
||||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItemGhostMode)
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItemGhostMode)
|
||||||
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BBtnItmNotfications)
|
||||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||||
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
||||||
'
|
'
|
||||||
@@ -877,7 +801,7 @@ Partial Class frmMain
|
|||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarCheckItemAutofilter)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarCheckItemAutofilter)
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarCheckItemShowSearch)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarCheckItemShowSearch)
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItem4)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItem4)
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItem3)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItemResetLayout)
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItem6)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItem6)
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItemExportExcel)
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.BarButtonItemExportExcel)
|
||||||
Me.RibbonPageGroup6.Name = "RibbonPageGroup6"
|
Me.RibbonPageGroup6.Name = "RibbonPageGroup6"
|
||||||
@@ -897,9 +821,10 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'RibbonPageGroup8
|
'RibbonPageGroup8
|
||||||
'
|
'
|
||||||
Me.RibbonPageGroup8.ItemLinks.Add(Me.bbtnitmLanguage)
|
Me.RibbonPageGroup8.ItemLinks.Add(Me.bbtnitmLanguage_Change)
|
||||||
Me.RibbonPageGroup8.ItemLinks.Add(Me.BarButtonItemFileLink)
|
Me.RibbonPageGroup8.ItemLinks.Add(Me.BarButtonItemFileLink)
|
||||||
Me.RibbonPageGroup8.ItemLinks.Add(Me.BarButtonItemMassValidation)
|
Me.RibbonPageGroup8.ItemLinks.Add(Me.BarButtonItemMassValidation)
|
||||||
|
Me.RibbonPageGroup8.ItemLinks.Add(Me.barbtnitmsaveLogfiles)
|
||||||
Me.RibbonPageGroup8.Name = "RibbonPageGroup8"
|
Me.RibbonPageGroup8.Name = "RibbonPageGroup8"
|
||||||
'
|
'
|
||||||
'RepositoryItemTrackBar1
|
'RepositoryItemTrackBar1
|
||||||
@@ -913,22 +838,130 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
'RibbonStatusBar1
|
'RibbonStatusBar1
|
||||||
'
|
'
|
||||||
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiMessage)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiUser)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiUser)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiLicenses)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiLicenses)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiUserLoggedIn)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiUserLoggedIn)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItemAppServer)
|
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInactivityCheck)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInactivityCheck)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiGeneralInfo)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiGeneralInfo)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiVersion)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.BSIVERSION1)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsilastsync)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsilastsync)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiDebug)
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiDebug)
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiMessage)
|
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarEditItem1)
|
|
||||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiRowCount)
|
|
||||||
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
||||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||||
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||||
'
|
'
|
||||||
|
'Panel2
|
||||||
|
'
|
||||||
|
Me.Panel2.Controls.Add(Me.lblCaptionMainGrid)
|
||||||
|
resources.ApplyResources(Me.Panel2, "Panel2")
|
||||||
|
Me.Panel2.Name = "Panel2"
|
||||||
|
'
|
||||||
|
'lblCaptionMainGrid
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.lblCaptionMainGrid, "lblCaptionMainGrid")
|
||||||
|
Me.lblCaptionMainGrid.Name = "lblCaptionMainGrid"
|
||||||
|
'
|
||||||
|
'NavBarControl1
|
||||||
|
'
|
||||||
|
Me.NavBarControl1.ActiveGroup = Me.NavBarGroupProfiles
|
||||||
|
Me.NavBarControl1.ContextMenuStrip = Me.cmsNavPane
|
||||||
|
resources.ApplyResources(Me.NavBarControl1, "NavBarControl1")
|
||||||
|
Me.NavBarControl1.Groups.AddRange(New DevExpress.XtraNavBar.NavBarGroup() {Me.NavBarGroupMore, Me.NavBarGroupProfiles})
|
||||||
|
Me.NavBarControl1.Items.AddRange(New DevExpress.XtraNavBar.NavBarItem() {Me.NavBarItemOverview})
|
||||||
|
Me.NavBarControl1.Name = "NavBarControl1"
|
||||||
|
Me.NavBarControl1.OptionsNavPane.ExpandedWidth = CType(resources.GetObject("resource.ExpandedWidth"), Integer)
|
||||||
|
Me.NavBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane
|
||||||
|
Me.NavBarControl1.ShowIcons = DevExpress.Utils.DefaultBoolean.[True]
|
||||||
|
Me.NavBarControl1.View = New DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("Office 2019 White")
|
||||||
|
'
|
||||||
|
'NavBarGroupProfiles
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.NavBarGroupProfiles, "NavBarGroupProfiles")
|
||||||
|
Me.NavBarGroupProfiles.Expanded = True
|
||||||
|
Me.NavBarGroupProfiles.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText
|
||||||
|
Me.NavBarGroupProfiles.ImageOptions.LargeImage = CType(resources.GetObject("NavBarGroupProfiles.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.NavBarGroupProfiles.Name = "NavBarGroupProfiles"
|
||||||
|
'
|
||||||
|
'cmsNavPane
|
||||||
|
'
|
||||||
|
Me.cmsNavPane.ImageScalingSize = New System.Drawing.Size(20, 20)
|
||||||
|
Me.cmsNavPane.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiValidationProfil})
|
||||||
|
Me.cmsNavPane.Name = "cmsNavPane"
|
||||||
|
resources.ApplyResources(Me.cmsNavPane, "cmsNavPane")
|
||||||
|
'
|
||||||
|
'tsmiValidationProfil
|
||||||
|
'
|
||||||
|
Me.tsmiValidationProfil.Image = Global.DD_ProcessManager.My.Resources.Resources.database_go1
|
||||||
|
Me.tsmiValidationProfil.Name = "tsmiValidationProfil"
|
||||||
|
resources.ApplyResources(Me.tsmiValidationProfil, "tsmiValidationProfil")
|
||||||
|
'
|
||||||
|
'NavBarGroupMore
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.NavBarGroupMore, "NavBarGroupMore")
|
||||||
|
Me.NavBarGroupMore.Expanded = True
|
||||||
|
Me.NavBarGroupMore.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText
|
||||||
|
Me.NavBarGroupMore.ImageOptions.LargeImage = CType(resources.GetObject("NavBarGroupMore.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.NavBarGroupMore.ItemLinks.AddRange(New DevExpress.XtraNavBar.NavBarItemLink() {New DevExpress.XtraNavBar.NavBarItemLink(Me.NavBarItemOverview)})
|
||||||
|
Me.NavBarGroupMore.Name = "NavBarGroupMore"
|
||||||
|
'
|
||||||
|
'NavBarItemOverview
|
||||||
|
'
|
||||||
|
Me.NavBarItemOverview.Appearance.Image = CType(resources.GetObject("NavBarItemOverview.Appearance.Image"), System.Drawing.Image)
|
||||||
|
Me.NavBarItemOverview.Appearance.Options.UseImage = True
|
||||||
|
resources.ApplyResources(Me.NavBarItemOverview, "NavBarItemOverview")
|
||||||
|
Me.NavBarItemOverview.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
|
Me.NavBarItemOverview.ImageOptions.LargeImage = CType(resources.GetObject("NavBarItemOverview.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||||
|
Me.NavBarItemOverview.Name = "NavBarItemOverview"
|
||||||
|
Me.NavBarItemOverview.Tag = "OVERVIEW"
|
||||||
|
'
|
||||||
|
'NotifyIcon1
|
||||||
|
'
|
||||||
|
Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
||||||
|
Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuNotifyIcon
|
||||||
|
resources.ApplyResources(Me.NotifyIcon1, "NotifyIcon1")
|
||||||
|
'
|
||||||
|
'ContextMenuNotifyIcon
|
||||||
|
'
|
||||||
|
Me.ContextMenuNotifyIcon.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||||
|
Me.ContextMenuNotifyIcon.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PopupErinnerungInaktivierenToolStripMenuItem, Me.ToolStripSeparator1, Me.AnzeigenToolStripMenuItem, Me.OutOfRangePMFixierenToolStripMenuItem})
|
||||||
|
Me.ContextMenuNotifyIcon.Name = "ContextMenuNotifyIcon"
|
||||||
|
resources.ApplyResources(Me.ContextMenuNotifyIcon, "ContextMenuNotifyIcon")
|
||||||
|
'
|
||||||
|
'PopupErinnerungInaktivierenToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.PopupErinnerungInaktivierenToolStripMenuItem.Image = Global.DD_ProcessManager.My.Resources.Resources.user_red
|
||||||
|
Me.PopupErinnerungInaktivierenToolStripMenuItem.Name = "PopupErinnerungInaktivierenToolStripMenuItem"
|
||||||
|
resources.ApplyResources(Me.PopupErinnerungInaktivierenToolStripMenuItem, "PopupErinnerungInaktivierenToolStripMenuItem")
|
||||||
|
'
|
||||||
|
'ToolStripSeparator1
|
||||||
|
'
|
||||||
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||||
|
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
||||||
|
'
|
||||||
|
'AnzeigenToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.AnzeigenToolStripMenuItem.Image = Global.DD_ProcessManager.My.Resources.Resources.Files_7954
|
||||||
|
Me.AnzeigenToolStripMenuItem.Name = "AnzeigenToolStripMenuItem"
|
||||||
|
resources.ApplyResources(Me.AnzeigenToolStripMenuItem, "AnzeigenToolStripMenuItem")
|
||||||
|
'
|
||||||
|
'OutOfRangePMFixierenToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.OutOfRangePMFixierenToolStripMenuItem.Name = "OutOfRangePMFixierenToolStripMenuItem"
|
||||||
|
resources.ApplyResources(Me.OutOfRangePMFixierenToolStripMenuItem, "OutOfRangePMFixierenToolStripMenuItem")
|
||||||
|
'
|
||||||
|
'TimerRefresh
|
||||||
|
'
|
||||||
|
Me.TimerRefresh.Interval = 120000
|
||||||
|
'
|
||||||
|
'TimerReminder
|
||||||
|
'
|
||||||
|
'
|
||||||
|
'Timer5Mins
|
||||||
|
'
|
||||||
|
Me.Timer5Mins.Enabled = True
|
||||||
|
Me.Timer5Mins.Interval = 350000
|
||||||
|
'
|
||||||
'barDockControlTop
|
'barDockControlTop
|
||||||
'
|
'
|
||||||
Me.barDockControlTop.CausesValidation = False
|
Me.barDockControlTop.CausesValidation = False
|
||||||
@@ -1556,13 +1589,6 @@ Partial Class frmMain
|
|||||||
Me.BarButtonItem9.Name = "BarButtonItem9"
|
Me.BarButtonItem9.Name = "BarButtonItem9"
|
||||||
Me.BarButtonItem9.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
Me.BarButtonItem9.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
'
|
'
|
||||||
'BarButtonItem10
|
|
||||||
'
|
|
||||||
resources.ApplyResources(Me.BarButtonItem10, "BarButtonItem10")
|
|
||||||
Me.BarButtonItem10.Id = 52
|
|
||||||
Me.BarButtonItem10.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem10.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
||||||
Me.BarButtonItem10.Name = "BarButtonItem10"
|
|
||||||
'
|
|
||||||
'frmMain
|
'frmMain
|
||||||
'
|
'
|
||||||
Me.Appearance.Options.UseFont = True
|
Me.Appearance.Options.UseFont = True
|
||||||
@@ -1576,23 +1602,25 @@ Partial Class frmMain
|
|||||||
Me.Controls.Add(Me.barDockControlBottom)
|
Me.Controls.Add(Me.barDockControlBottom)
|
||||||
Me.Controls.Add(Me.barDockControlTop)
|
Me.Controls.Add(Me.barDockControlTop)
|
||||||
Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon)
|
Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon)
|
||||||
Me.IconOptions.Image = Global.DD_ProcessManager.My.Resources.Resources.task
|
Me.IconOptions.Image = Global.DD_ProcessManager.My.Resources.Resources.DD_taskFLOW_ICON
|
||||||
Me.KeyPreview = True
|
Me.KeyPreview = True
|
||||||
Me.Name = "frmMain"
|
Me.Name = "frmMain"
|
||||||
Me.Ribbon = Me.RibbonControl1
|
Me.Ribbon = Me.RibbonControl1
|
||||||
Me.StatusBar = Me.RibbonStatusBar1
|
Me.StatusBar = Me.RibbonStatusBar1
|
||||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.Panel1.ResumeLayout(False)
|
Me.Panel1.ResumeLayout(False)
|
||||||
CType(Me.GridControl_Docs, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlWorkflows, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridView_Docs, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridViewWorkflows, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.cmsNavPane.ResumeLayout(False)
|
|
||||||
CType(Me.bindsourcegrid, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.ContextMenuNotifyIcon.ResumeLayout(False)
|
|
||||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.cmbGridFontSize, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.cmbGridFontSize, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RepositoryItemTrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RepositoryItemTrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.Panel2.ResumeLayout(False)
|
||||||
|
Me.Panel2.PerformLayout()
|
||||||
|
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.cmsNavPane.ResumeLayout(False)
|
||||||
|
CType(Me.bindsourcegrid, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ContextMenuNotifyIcon.ResumeLayout(False)
|
||||||
CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RepositoryItemProgressBar2, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RepositoryItemProgressBar2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
@@ -1614,41 +1642,16 @@ Partial Class frmMain
|
|||||||
Friend WithEvents NavBarItemOverview As DevExpress.XtraNavBar.NavBarItem
|
Friend WithEvents NavBarItemOverview As DevExpress.XtraNavBar.NavBarItem
|
||||||
Friend WithEvents cmsNavPane As ContextMenuStrip
|
Friend WithEvents cmsNavPane As ContextMenuStrip
|
||||||
Friend WithEvents tsmiValidationProfil As ToolStripMenuItem
|
Friend WithEvents tsmiValidationProfil As ToolStripMenuItem
|
||||||
Friend WithEvents GridControl_Docs As DevExpress.XtraGrid.GridControl
|
|
||||||
Friend WithEvents GridView_Docs As DevExpress.XtraGrid.Views.Grid.GridView
|
|
||||||
Friend WithEvents bindsourcegrid As BindingSource
|
Friend WithEvents bindsourcegrid As BindingSource
|
||||||
Friend WithEvents Timer5Mins As Timer
|
Friend WithEvents Timer5Mins As Timer
|
||||||
Friend WithEvents ToolTip1 As ToolTip
|
Friend WithEvents ToolTip1 As ToolTip
|
||||||
Friend WithEvents ContextMenuNotifyIcon As ContextMenuStrip
|
Friend WithEvents ContextMenuNotifyIcon As ContextMenuStrip
|
||||||
Friend WithEvents PopupErinnerungInaktivierenToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents PopupErinnerungInaktivierenToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents AnzeigenToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents AnzeigenToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
||||||
Friend WithEvents RibbonPageStart As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
||||||
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
||||||
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
Friend WithEvents bbtniRefresh As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bbtniMonitor As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bbiProfilverwaltung As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bbiKonfiguration As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bbtniGrundeinstellung As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents RibbonPageGroupBasicConf As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents bbtnitemInfo As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents ApplicationMenu1 As DevExpress.XtraBars.Ribbon.ApplicationMenu
|
Friend WithEvents ApplicationMenu1 As DevExpress.XtraBars.Ribbon.ApplicationMenu
|
||||||
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bsiUser As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsiLicenses As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsiUserLoggedIn As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsiVersion As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsilastsync As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsiDebug As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bsiMessage As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents bbtniMetadataFile As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bwSync As System.ComponentModel.BackgroundWorker
|
Friend WithEvents bwSync As System.ComponentModel.BackgroundWorker
|
||||||
Friend WithEvents BarEditItem1 As DevExpress.XtraBars.BarEditItem
|
|
||||||
Friend WithEvents RepositoryItemProgressBar1 As DevExpress.XtraEditors.Repository.RepositoryItemProgressBar
|
|
||||||
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
||||||
Friend WithEvents bwBasicData As System.ComponentModel.BackgroundWorker
|
Friend WithEvents bwBasicData As System.ComponentModel.BackgroundWorker
|
||||||
Friend WithEvents DocumentViewerBarManager1 As DevExpress.XtraPrinting.Preview.DocumentViewerBarManager
|
Friend WithEvents DocumentViewerBarManager1 As DevExpress.XtraPrinting.Preview.DocumentViewerBarManager
|
||||||
@@ -1719,17 +1722,36 @@ Partial Class frmMain
|
|||||||
Friend WithEvents PrintPreviewBarCheckItem18 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem
|
Friend WithEvents PrintPreviewBarCheckItem18 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem
|
||||||
Friend WithEvents PrintPreviewBarCheckItem19 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem
|
Friend WithEvents PrintPreviewBarCheckItem19 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem
|
||||||
Friend WithEvents Panel1 As Panel
|
Friend WithEvents Panel1 As Panel
|
||||||
Friend WithEvents bbtnitDashboardInv As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents bsiGeneralInfo As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents OutOfRangePMFixierenToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents OutOfRangePMFixierenToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
||||||
|
Friend WithEvents XtraSaveFileDialog1 As DevExpress.XtraEditors.XtraSaveFileDialog
|
||||||
|
Friend WithEvents TimerInactivity As Timer
|
||||||
|
Friend WithEvents BarButtonItem5 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarButtonItem9 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
||||||
|
Friend WithEvents bbtniRefresh As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbtniMonitor As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbiProfilverwaltung As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbiKonfiguration As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbtniGrundeinstellung As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bbtnitemInfo As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bsiUser As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsiLicenses As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsiUserLoggedIn As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsiVersion As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsilastsync As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsiDebug As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bsiMessage As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents bbtniMetadataFile As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BarEditItem1 As DevExpress.XtraBars.BarEditItem
|
||||||
|
Friend WithEvents RepositoryItemProgressBar1 As DevExpress.XtraEditors.Repository.RepositoryItemProgressBar
|
||||||
|
Friend WithEvents bbtnitDashboardInv As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents bsiGeneralInfo As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents bbtnitmGhostMode As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents bbtnitmGhostMode As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents bsi_GhostMode As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents bsi_GhostMode As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents BarButtonItemGhostMode As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemGhostMode As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents XtraSaveFileDialog1 As DevExpress.XtraEditors.XtraSaveFileDialog
|
|
||||||
Friend WithEvents TimerInactivity As Timer
|
|
||||||
Friend WithEvents SearchItem1 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents SearchItem1 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroup4 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents SearchItem2 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents SearchItem2 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarStaticItemAppServer As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents BarStaticItemAppServer As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents bbtniCW As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents bbtniCW As DevExpress.XtraBars.BarButtonItem
|
||||||
@@ -1737,34 +1759,44 @@ Partial Class frmMain
|
|||||||
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarCheckItemAutofilter As DevExpress.XtraBars.BarCheckItem
|
Friend WithEvents BarCheckItemAutofilter As DevExpress.XtraBars.BarCheckItem
|
||||||
Friend WithEvents BarCheckItem2 As DevExpress.XtraBars.BarCheckItem
|
Friend WithEvents BarCheckItem2 As DevExpress.XtraBars.BarCheckItem
|
||||||
Friend WithEvents RibbonPageTabelle As DevExpress.XtraBars.Ribbon.RibbonPage
|
Friend WithEvents BarButtonItemResetLayout As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroup6 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents BarButtonItemExportExcel As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemExportExcel As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem7 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem7 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItemWFSingle As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemWFSingle As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroup7 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents BarButtonItemWFGroup As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemWFGroup As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItemFileLink As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemFileLink As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageAktionen As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
||||||
Friend WithEvents RibbonPageGroup8 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents BarButtonItemMassValidation As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItemMassValidation As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarCheckItemShowSearch As DevExpress.XtraBars.BarCheckItem
|
Friend WithEvents BarCheckItemShowSearch As DevExpress.XtraBars.BarCheckItem
|
||||||
Friend WithEvents barItemGridFontSize As DevExpress.XtraBars.BarEditItem
|
Friend WithEvents barItemGridFontSize As DevExpress.XtraBars.BarEditItem
|
||||||
Friend WithEvents cmbGridFontSize As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
Friend WithEvents cmbGridFontSize As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
||||||
Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents RepositoryItemTrackBar1 As DevExpress.XtraEditors.Repository.RepositoryItemTrackBar
|
|
||||||
Friend WithEvents BarButtonItem8 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem8 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents bsiRowCount As DevExpress.XtraBars.BarStaticItem
|
|
||||||
Friend WithEvents BarButtonItem5 As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents BbtnitmAHWF1 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BbtnitmAHWF1 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroupAHW As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
||||||
Friend WithEvents BbtnitmAHWF2 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BbtnitmAHWF2 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BbtnitmAHWF3 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BbtnitmAHWF3 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BbtnitmAHWF4 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BbtnitmAHWF4 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents BarButtonItem9 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents bbtnitmLanguage_Change As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents bbtnitmLanguage As DevExpress.XtraBars.BarButtonItem
|
|
||||||
Friend WithEvents BarButtonItem10 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem10 As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents BBtnItmNotfications As DevExpress.XtraBars.BarButtonItem
|
||||||
|
Friend WithEvents RibbonPageStart As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroupBasicConf As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup7 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup4 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroupAHW As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageTabelle As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents RibbonPageGroup6 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RibbonPageAktionen As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
|
Friend WithEvents RibbonPageGroup8 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents RepositoryItemTrackBar1 As DevExpress.XtraEditors.Repository.RepositoryItemTrackBar
|
||||||
|
Friend WithEvents Panel2 As Panel
|
||||||
|
Friend WithEvents lblCaptionMainGrid As Label
|
||||||
|
Friend WithEvents GridControlWorkflows As DevExpress.XtraGrid.GridControl
|
||||||
|
Friend WithEvents GridViewWorkflows As DevExpress.XtraGrid.Views.Grid.GridView
|
||||||
|
Friend WithEvents BSIVERSION1 As DevExpress.XtraBars.BarStaticItem
|
||||||
|
Friend WithEvents barbtnitmsaveLogfiles As DevExpress.XtraBars.BarButtonItem
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
|||||||
Imports WINDREAMLib
|
Imports WINDREAMLib
|
||||||
Imports Oracle.ManagedDataAccess.Client
|
Imports Oracle.ManagedDataAccess.Client
|
||||||
Imports System.ComponentModel
|
Imports System.ComponentModel
|
||||||
Imports DD_LIB_Standards
|
|
||||||
Imports DigitalData.Controls.LookupGrid
|
Imports DigitalData.Controls.LookupGrid
|
||||||
Imports DigitalData.Modules.Language.Utils
|
Imports DigitalData.Modules.Language.Utils
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
@@ -1085,7 +1084,7 @@ Public Class frmMassValidator
|
|||||||
oValue = value
|
oValue = value
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
clsLogger.Add("Error in LoadSimpleData for TextBox: " & ex.Message)
|
LOGGER.Warn($"Error in LoadSimpleData for TextBox: {ex.Message}")
|
||||||
End Try
|
End Try
|
||||||
ElseIf TypeOf control Is Windows.Forms.ComboBox Then
|
ElseIf TypeOf control Is Windows.Forms.ComboBox Then
|
||||||
Try
|
Try
|
||||||
@@ -1099,7 +1098,7 @@ Public Class frmMassValidator
|
|||||||
comboxBox.DataSource = list
|
comboxBox.DataSource = list
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
clsLogger.Add("Error in LoadSimpleData for Combobox: " & ex.Message)
|
LOGGER.Warn($"Error in LoadSimpleData for Combobox: {ex.Message}")
|
||||||
End Try
|
End Try
|
||||||
ElseIf TypeOf control Is LookupControl3 Then
|
ElseIf TypeOf control Is LookupControl3 Then
|
||||||
Try
|
Try
|
||||||
@@ -1108,7 +1107,7 @@ Public Class frmMassValidator
|
|||||||
lookup.Properties.DataSource = dt
|
lookup.Properties.DataSource = dt
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
clsLogger.Add("Error in LoadSimpleData for LookupControl3: " & ex.Message)
|
LOGGER.Warn($"Error in LoadSimpleData for LookupControl3: {ex.Message}")
|
||||||
End Try
|
End Try
|
||||||
'ElseIf TypeOf control Is GridControl Then
|
'ElseIf TypeOf control Is GridControl Then
|
||||||
' Try
|
' Try
|
||||||
@@ -1135,7 +1134,6 @@ Public Class frmMassValidator
|
|||||||
' End If
|
' End If
|
||||||
' Catch ex As Exception
|
' Catch ex As Exception
|
||||||
' LOGGER.Error(ex)
|
' LOGGER.Error(ex)
|
||||||
' clsLogger.Add("Error in LoadSimpleData for DataGridView: " & ex.Message)
|
|
||||||
' End Try
|
' End Try
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
@@ -1163,7 +1161,9 @@ Public Class frmMassValidator
|
|||||||
|
|
||||||
If CreateWMObject() = True Then
|
If CreateWMObject() = True Then
|
||||||
If ClassFinalizeDoc.Write_Final_Metadata(CURRENT_WMFILE) = 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
|
If DatabaseFallback.ExecuteNonQueryECM(sql) = True Then
|
||||||
workedFiles += 1
|
workedFiles += 1
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -64,13 +64,7 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT2.Rows.Count} rows for GridView2")
|
LOGGER.Debug($"Found {oDT2.Rows.Count} rows for GridView2")
|
||||||
GridView2.Columns.Clear()
|
GridView2.Columns.Clear()
|
||||||
GridControl2.DataSource = oDT2
|
GridControl2.DataSource = oDT2
|
||||||
Try
|
Format_Datetime_Columns(GridView2, "Grid 2")
|
||||||
GridView2.Columns("Wann").DisplayFormat.FormatType = FormatType.DateTime
|
|
||||||
GridView2.Columns("Wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
|
||||||
Catch ex As Exception
|
|
||||||
GridView2.Columns("When").DisplayFormat.FormatType = FormatType.DateTime
|
|
||||||
GridView2.Columns("When").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
|
||||||
End Try
|
|
||||||
|
|
||||||
End If
|
End If
|
||||||
If DT_MONITOR_KONFIG.Rows.Count > 2 Then
|
If DT_MONITOR_KONFIG.Rows.Count > 2 Then
|
||||||
@@ -86,6 +80,7 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT3.Rows.Count} rows for GridView3")
|
LOGGER.Debug($"Found {oDT3.Rows.Count} rows for GridView3")
|
||||||
GridView3.Columns.Clear()
|
GridView3.Columns.Clear()
|
||||||
GridControl3.DataSource = oDT3
|
GridControl3.DataSource = oDT3
|
||||||
|
Format_Datetime_Columns(GridView3, "Grid 3")
|
||||||
End If
|
End If
|
||||||
If DT_MONITOR_KONFIG.Rows.Count = 4 Then
|
If DT_MONITOR_KONFIG.Rows.Count = 4 Then
|
||||||
LOGGER.Debug($"DT_MONITOR_KONFIG.Rows.Count = 4")
|
LOGGER.Debug($"DT_MONITOR_KONFIG.Rows.Count = 4")
|
||||||
@@ -100,13 +95,14 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT4.Rows.Count} rows for GridView4")
|
LOGGER.Debug($"Found {oDT4.Rows.Count} rows for GridView4")
|
||||||
GridView4.Columns.Clear()
|
GridView4.Columns.Clear()
|
||||||
GridControl4.DataSource = oDT4
|
GridControl4.DataSource = oDT4
|
||||||
Try
|
Format_Datetime_Columns(GridView4, "Grid 4")
|
||||||
GridView4.Columns("Geändert wann").DisplayFormat.FormatType = FormatType.DateTime
|
'Try
|
||||||
GridView4.Columns("Geändert wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
' GridView4.Columns("Geändert wann").DisplayFormat.FormatType = FormatType.DateTime
|
||||||
Catch ex As Exception
|
' GridView4.Columns("Geändert wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
GridView4.Columns("Changed when").DisplayFormat.FormatType = FormatType.DateTime
|
'Catch ex As Exception
|
||||||
GridView4.Columns("Changed when").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
' GridView4.Columns("Changed when").DisplayFormat.FormatType = FormatType.DateTime
|
||||||
End Try
|
' GridView4.Columns("Changed when").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
'End Try
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@@ -125,6 +121,49 @@ Public Class frmMonitor
|
|||||||
End Try
|
End Try
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
Sub Format_Datetime_Columns(pGridView As GridView, pWhichGridView As String)
|
||||||
|
Dim oColExists As Boolean = False
|
||||||
|
Try
|
||||||
|
|
||||||
|
If MON_ADDED_COLUMN <> "None" Then
|
||||||
|
MON_ADDED_COLUMN = MON_ADDED_COLUMN.Replace("[", "")
|
||||||
|
MON_ADDED_COLUMN = MON_ADDED_COLUMN.Replace("]", "")
|
||||||
|
For Each ocol As Columns.GridColumn In pGridView.Columns
|
||||||
|
If ocol.ToString = MON_ADDED_COLUMN Then
|
||||||
|
oColExists = True
|
||||||
|
Exit For
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
If oColExists Then
|
||||||
|
pGridView.Columns(MON_ADDED_COLUMN).DisplayFormat.FormatType = FormatType.DateTime
|
||||||
|
pGridView.Columns(MON_ADDED_COLUMN).DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error formatting column [{MON_ADDED_COLUMN}] {ex.Message} - Check wether it exists in columns of GridView [{pWhichGridView}]!")
|
||||||
|
End Try
|
||||||
|
Try
|
||||||
|
If MON_EDITED_COLUMN <> "None" Then
|
||||||
|
oColExists = False
|
||||||
|
For Each ocol As Columns.GridColumn In pGridView.Columns
|
||||||
|
If ocol.ToString = MON_EDITED_COLUMN Then
|
||||||
|
oColExists = True
|
||||||
|
Exit For
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
If oColExists Then
|
||||||
|
pGridView.Columns(MON_EDITED_COLUMN).DisplayFormat.FormatType = FormatType.DateTime
|
||||||
|
pGridView.Columns(MON_EDITED_COLUMN).DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error formatting column [{MON_EDITED_COLUMN}] {ex.Message} - Check wether it exists in columns of GridView [{pWhichGridView}]!")
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
Sub Load_Doc(oDocPath As String)
|
Sub Load_Doc(oDocPath As String)
|
||||||
Try
|
Try
|
||||||
If SplitContainerControlMain.Collapsed = False And oDocPath <> String.Empty Then
|
If SplitContainerControlMain.Collapsed = False And oDocPath <> String.Empty Then
|
||||||
@@ -210,6 +249,7 @@ Public Class frmMonitor
|
|||||||
|
|
||||||
GRID1_TITLE = DT_MONITOR_KONFIG.Rows(0).Item("GRID_TITLE")
|
GRID1_TITLE = DT_MONITOR_KONFIG.Rows(0).Item("GRID_TITLE")
|
||||||
GridView1.ViewCaption = GRID1_TITLE
|
GridView1.ViewCaption = GRID1_TITLE
|
||||||
|
Format_Datetime_Columns(GridView1, "Grid 1")
|
||||||
Try
|
Try
|
||||||
'GridView1.Columns.Item("FULL_FILE_PATH").Visible = False
|
'GridView1.Columns.Item("FULL_FILE_PATH").Visible = False
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -255,7 +295,7 @@ Public Class frmMonitor
|
|||||||
Sub LoadGrid1Layout()
|
Sub LoadGrid1Layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
If File.Exists(xml) Then
|
If File.Exists(xml) Then
|
||||||
GridView1.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
GridView1.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
End If
|
End If
|
||||||
@@ -268,7 +308,7 @@ Public Class frmMonitor
|
|||||||
Sub LoadGrid2Layout()
|
Sub LoadGrid2Layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
If File.Exists(xml) Then
|
If File.Exists(xml) Then
|
||||||
GridView2.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
GridView2.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
End If
|
End If
|
||||||
@@ -281,7 +321,7 @@ Public Class frmMonitor
|
|||||||
Sub LoadGrid3Layout()
|
Sub LoadGrid3Layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
If File.Exists(xml) Then
|
If File.Exists(xml) Then
|
||||||
GridView3.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
GridView3.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
End If
|
End If
|
||||||
@@ -294,7 +334,7 @@ Public Class frmMonitor
|
|||||||
Sub LoadGrid4Layout()
|
Sub LoadGrid4Layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
If File.Exists(xml) Then
|
If File.Exists(xml) Then
|
||||||
GridView4.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
GridView4.RestoreLayoutFromXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
End If
|
End If
|
||||||
@@ -307,9 +347,9 @@ Public Class frmMonitor
|
|||||||
|
|
||||||
Sub SaveGrid1layout()
|
Sub SaveGrid1layout()
|
||||||
Try
|
Try
|
||||||
Dim o = CONFIG.UserConfigPath.Replace("UserConfig.xml", "")
|
Dim o = USER_CONFIG_DIRECTORY
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
GridView1.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
GridView1.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -319,7 +359,7 @@ Public Class frmMonitor
|
|||||||
Sub RemoveLayout()
|
Sub RemoveLayout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid1.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
IO.File.Delete(xml)
|
IO.File.Delete(xml)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -329,7 +369,7 @@ Public Class frmMonitor
|
|||||||
Sub SaveGrid2layout()
|
Sub SaveGrid2layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
GridView2.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
GridView2.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -339,7 +379,7 @@ Public Class frmMonitor
|
|||||||
Sub RemoveLayout2()
|
Sub RemoveLayout2()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid2.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
IO.File.Delete(xml)
|
IO.File.Delete(xml)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -349,7 +389,7 @@ Public Class frmMonitor
|
|||||||
Sub SaveGrid3layout()
|
Sub SaveGrid3layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
GridView3.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
GridView3.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -359,7 +399,7 @@ Public Class frmMonitor
|
|||||||
Sub RemoveLayout3()
|
Sub RemoveLayout3()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid3.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
IO.File.Delete(xml)
|
IO.File.Delete(xml)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -369,7 +409,7 @@ Public Class frmMonitor
|
|||||||
Sub SaveGrid4layout()
|
Sub SaveGrid4layout()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
GridView4.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
GridView4.SaveLayoutToXml(xml, OptionsLayoutBase.FullLayout)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@@ -379,7 +419,7 @@ Public Class frmMonitor
|
|||||||
Sub RemoveLayout4()
|
Sub RemoveLayout4()
|
||||||
Try
|
Try
|
||||||
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
Dim Filename As String = String.Format("DevExpressGridViewMonitor_UserLayout_Grid4.xml")
|
||||||
Dim xml As String = System.IO.Path.Combine(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""), Filename)
|
Dim xml As String = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, Filename)
|
||||||
IO.File.Delete(xml)
|
IO.File.Delete(xml)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user