Update 20240102

This commit is contained in:
Stefan Hutter
2024-01-02 22:23:16 +01:00
parent 31b67036c3
commit 6164ec3d16
219 changed files with 429344 additions and 1191 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -7,14 +7,14 @@
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="PADM.exe.manifest" size="91010">
<dependentAssembly dependencyType="install" codebase="PADM.exe.manifest" size="97947">
<assemblyIdentity name="PADM.exe" version="1.0.0.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ueQjFyzfTYD21a9Yq3dexk+gK74bm3UrmKJNv4kcVIs=</dsig:DigestValue>
<dsig:DigestValue>KD/uCJ2BwOUnryEWRtuWK/tgKBH7BSiqcJ7mmssESKk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

Binary file not shown.

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="DPM2016.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="DPM2016.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<system.diagnostics>
@@ -10,23 +10,23 @@
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<add name="FileLog" />
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
<add name="DefaultSwitch" value="Information" />
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter" />
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<userSettings>
<DPM2016.My.MySettings>
@@ -40,10 +40,10 @@
<value>h:\dpm\docarchiv</value>
</setting>
<setting name="ConnectionString" serializeAs="String">
<value>data source=shu00;initial catalog=SHUB_PADM;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
<value>data source=shu01\shu00;initial catalog=SHUB_PADM;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
</setting>
<setting name="ConnectionStringMobie" serializeAs="String">
<value>data source=shu00;initial catalog=DPM_Mobile;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
<value>data source=shu01\shu00;initial catalog=DPM_Mobile;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
</setting>
<setting name="APIKey" serializeAs="String">
<value>BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n</value>
@@ -60,21 +60,36 @@
<setting name="SoftwareType" serializeAs="String">
<value>PADM</value>
</setting>
<setting name="ShowToast" serializeAs="String">
<value>True</value>
</setting>
<setting name="MainWindowSizeWith" serializeAs="String">
<value>1800</value>
</setting>
<setting name="MainWindowSizeHeight" serializeAs="String">
<value>1200</value>
</setting>
<setting name="PatWindowSizeWidth" serializeAs="String">
<value>1600</value>
</setting>
<setting name="PatWindowSizeHeight" serializeAs="String">
<value>1000</value>
</setting>
</DPM2016.My.MySettings>
</userSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DevComponents.DotNetBar2" publicKeyToken="7eb7c3a35b91de04" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.9.0.0" newVersion="12.9.0.0"/>
<assemblyIdentity name="DevComponents.DotNetBar2" publicKeyToken="7eb7c3a35b91de04" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.9.0.0" newVersion="12.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-16.2350.0.41" newVersion="16.2350.0.41"/>
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.2350.0.41" newVersion="16.2350.0.41" />
</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"/>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -55,50 +55,158 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.4.dll" size="496080">
<assemblyIdentity name="C1.Win.4" version="4.0.20162.188" publicKeyToken="944AE1EA0E47CA04" language="neutral" processorArchitecture="msil" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.C1Excel.4.6.2.dll" size="669728">
<assemblyIdentity name="C1.C1Excel.4.6.2" version="4.6.20233.631" publicKeyToken="79882D576C6336DA" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>mCr5RXGCCEro4dkld5TONLluih+awifWNfqNw0Tenfg=</dsig:DigestValue>
<dsig:DigestValue>rH7VxZiyYGPOXQhblG2FjyxJVc9oGfuciGGliaPsV6M=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1Command.4.dll" size="2783200">
<assemblyIdentity name="C1.Win.C1Command.4" version="4.0.20162.188" publicKeyToken="E808566F358766D8" language="neutral" processorArchitecture="msil" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.4.6.2.dll" size="3289632">
<assemblyIdentity name="C1.Win.4.6.2" version="4.6.20233.631" publicKeyToken="944AE1EA0E47CA04" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>hQ1BZ6gcXCe17PaaMlEXKgmTH9SpkUhwE3AySIi54po=</dsig:DigestValue>
<dsig:DigestValue>ToV13VlEnePoqEjBVm/9avNQjJZoXax8eWuE38nJsaE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1Input.4.dll" size="2131936">
<assemblyIdentity name="C1.Win.C1Input.4" version="4.0.20162.188" publicKeyToken="7E7FF60F0C214F9A" language="neutral" processorArchitecture="msil" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.4.8.dll" size="3289632">
<assemblyIdentity name="C1.Win.4.8" version="4.8.20233.631" publicKeyToken="944AE1EA0E47CA04" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Qiq8vbd2S6DEjN2zpthse8CilDg2PURU53WY83ALLnk=</dsig:DigestValue>
<dsig:DigestValue>sodqBCumfVAxg3cByTrG597FT5mB45mZO9yTqLi7KlM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1TrueDBGrid.2.dll" size="1980392">
<assemblyIdentity name="C1.Win.C1TrueDBGrid.2" version="2.0.20162.188" publicKeyToken="75AE3FB0E2B1E0DA" language="neutral" processorArchitecture="msil" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ja\C1.Win.4.8.resources.dll" size="38912">
<assemblyIdentity name="C1.Win.4.8.resources" version="4.8.20233.631" publicKeyToken="944AE1EA0E47CA04" language="ja" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>7n0xO7vrdJoQ/X1mEzFYSETviQANN6oaojKUBM9vhoA=</dsig:DigestValue>
<dsig:DigestValue>c6LPF6b3Lw3qSbNiFTJEIPdgO9G8K9PlpTM8YWr3PcQ=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.Bitmap.4.6.2.dll" size="71712">
<assemblyIdentity name="C1.Win.Bitmap.4.6.2" version="4.6.20233.631" publicKeyToken="944AE1EA0E47CA04" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pADfbR3223dexOxcFeu7Oot4Xsqp54laYIuhM4jOkbw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1Command.4.8.dll" size="3416608">
<assemblyIdentity name="C1.Win.C1Command.4.8" version="4.8.20233.631" publicKeyToken="E808566F358766D8" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>VwoO7GepR4DeNnZOT/z6lbuugnmLCajFMjkQJEEBLP0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ja\C1.Win.C1Command.4.8.resources.dll" size="38912">
<assemblyIdentity name="C1.Win.C1Command.4.8.resources" version="4.8.20233.631" publicKeyToken="E808566F358766D8" language="ja" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>tMN07eM8t3bOVlc1i59r4D1SfsFJ7hL+Oqjr+4+HBmA=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1DX.4.6.2.dll" size="805920">
<assemblyIdentity name="C1.Win.C1DX.4.6.2" version="4.6.20233.631" publicKeyToken="944AE1EA0E47CA04" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>J8BlGpDO0HZwcQgOhS7cLY/hFlXeZylknIA0raVwaJ4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1Input.4.8.dll" size="2403872">
<assemblyIdentity name="C1.Win.C1Input.4.8" version="4.8.20233.631" publicKeyToken="7E7FF60F0C214F9A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cBK1gvnPRCC6NKWQbvyOGNsDdv9MYnoRG5umlgaKVGY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ja\C1.Win.C1Input.4.8.resources.dll" size="38912">
<assemblyIdentity name="C1.Win.C1Input.4.8.resources" version="4.8.20233.631" publicKeyToken="7E7FF60F0C214F9A" language="ja" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>AckdqR25kv0NpEB5RWw+C239x4kIyx2VClrfdoa72P0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1TrueDBGrid.4.6.2.dll" size="2600992">
<assemblyIdentity name="C1.Win.C1TrueDBGrid.4.6.2" version="4.6.20233.631" publicKeyToken="75AE3FB0E2B1E0DA" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>AfGbKpbheQ5KtPEgHjhjuaA13Na1qWq0uXl3Sp2q8/o=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1TrueDBGrid.Excel.4.6.2.dll" size="35872">
<assemblyIdentity name="C1.Win.C1TrueDBGrid.Excel.4.6.2" version="4.6.20233.631" publicKeyToken="75AE3FB0E2B1E0DA" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>rwwz4M04kAXgdJzOCzTDQkzqJhFNGTl96oKYkNNxBEU=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Zip.dll" size="98848">
<assemblyIdentity name="C1.Zip" version="2.0.20233.3" publicKeyToken="79882D576C6336DA" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>g1Pc3TVge+6+VbplexxWAyWxRYhHHyJ95YrgHwQc/54=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@@ -451,14 +559,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PADM.exe" size="8082944">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PADM.exe" size="8112640">
<assemblyIdentity name="PADM" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>lWla9CWK/zq6oxO+OSD40cgXlXk1LLE47kxioJzm35E=</dsig:DigestValue>
<dsig:DigestValue>w/87RCTi2oFthfQC3u1N+8vAV3xmsYPXbSjfu8frs4M=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@@ -518,7 +626,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>l/Nagf6Kd6t7vLe3r/8GI7RJR8CsScqbh/YCjOqgJwk=</dsig:DigestValue>
<dsig:DigestValue>ej3a+gHJFThEBZeLeNrXeluRl/1RTA087Bsmev23TeM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@@ -1482,6 +1590,18 @@
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Toaster.NET.dll" size="17408">
<assemblyIdentity name="Toaster.NET" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>R0VT8gpejV7aBiLTo0cMK0HEB8Ra5CG+LGWT+0rrna4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="XLSLib.dll" size="20992">
<assemblyIdentity name="XLSLib" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
@@ -1521,13 +1641,13 @@
<dsig:DigestValue>NLnqVMsy3w9jN63XtqsXl3zuDEd+8S6tWSYv9gZKS4Q=</dsig:DigestValue>
</hash>
</file>
<file name="PADM.exe.config" size="4168">
<file name="PADM.exe.config" size="4743">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pd5YtbVNkYbmC/CUG7s3/vWkr66sl+AmPyHoPVBmvvA=</dsig:DigestValue>
<dsig:DigestValue>HfAAbhWf8w8f04ZMkcSKsbD/8DMuXkRlS8DcH10gN/c=</dsig:DigestValue>
</hash>
</file>
<file name="PADM.ico" size="96694">

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -8,18 +8,18 @@ SHUKeyGen
<members>
<member name="T:SHUKeyGen.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:SHUKeyGen.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:SHUKeyGen.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
</members>

Binary file not shown.

Binary file not shown.

Binary file not shown.