Initial commit

This commit is contained in:
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

22
AGB_Gen/AGB_Gen.sln Normal file
View File

@@ -0,0 +1,22 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AGB_Gen", "AGB_Gen\AGB_Gen.vbproj", "{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8FE32CF9-E70B-47A4-A9B3-E7E87BE66F6C}</ProjectGuid>
<OutputType>Exe</OutputType>
<StartupObject>AGB_Gen.Module1</StartupObject>
<RootNamespace>AGB_Gen</RootNamespace>
<AssemblyName>AGB_Gen</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>AGB_Gen.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>AGB_Gen.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Globals.vb" />
<Compile Include="Module1.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>
</StartArguments>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,42 @@
<?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="AGB_Gen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<userSettings>
<AGB_Gen.My.MySettings>
<setting name="OutputPath" serializeAs="String">
<value>k:\edoka\agb\out\</value>
</setting>
<setting name="AGBFile" serializeAs="String">
<value />
</setting>
<setting name="Error_Path" serializeAs="String">
<value>k:\edoka\agb\error\</value>
</setting>
<setting name="Filename_Ergaenzung" serializeAs="String">
<value />
</setting>
<setting name="InputFile" serializeAs="String">
<value>k:\edoka\agb\in\Steuerdaten.csv</value>
</setting>
<setting name="Strukturfile" serializeAs="String">
<value>k:\edoka\agb\struktur.xml</value>
</setting>
<setting name="Doktype" serializeAs="String">
<value>2452</value>
</setting>
<setting name="Ersteller" serializeAs="String">
<value>TG1397</value>
</setting>
<setting name="Archivdatum" serializeAs="String">
<value>23.09.2019</value>
</setting>
</AGB_Gen.My.MySettings>
</userSettings>
</configuration>

View File

@@ -0,0 +1,9 @@
'*
Imports System.Reflection
Imports System.IO
Module Globals
Public Function ApplicationPath() As String
'Return Path.GetDirectoryName([Assembly].GetExecutingAssembly().Location)
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
End Function
End Module

166
AGB_Gen/AGB_Gen/Module1.vb Normal file
View File

@@ -0,0 +1,166 @@
Imports System.IO
Module Module1
'-- pARAMEER: GenCopy 346 10
'-- Korrektur
'---
Dim ds As New DataSet
Dim demo As Boolean = False
Sub Main()
Try
Dim lArgs() As String = Environment.GetCommandLineArgs()
If lArgs.Count > 0 And lArgs(1) = "Korrektur" Then
korrektur()
Exit Sub
End If
If lArgs.Count > 0 And lArgs(1) = "GenCopy" Then
GenCopy(lArgs(2), lArgs(3))
Exit Sub
End If
If lArgs.Count > 0 And lArgs(1) = "Demo" Then
demo = True
End If
Catch
End Try
Dim subdir As Integer = 0
Dim outputpath As String
outputpath = My.Settings.OutputPath + subdir.ToString + "\"
System.IO.Directory.CreateDirectory(outputpath)
Dim i As Integer
FileOpen(1, My.Settings.InputFile, OpenMode.Input)
Dim s As String
Dim Filename As String
ds.ReadXml(My.Settings.Strukturfile)
ds.Tables(0).Rows.Clear()
While Not EOF(1)
Input(1, s)
Filename = ""
If My.Settings.Filename_Ergaenzung.ToArray = "" Then
Dim splitter() As String
splitter = s.Split(";")
s = splitter(0)
Filename = splitter(1)
End If
i = i + 1
If demo = True And i > 20 Then Exit While
If i > 500 Then
i = 0
ds.WriteXml(outputpath + s + ".ind")
ds.Tables(0).Rows.Clear()
subdir = subdir + 1
outputpath = My.Settings.OutputPath + subdir.ToString + "\"
System.IO.Directory.CreateDirectory(outputpath)
End If
Dim dr As DataRow
If Filename = "" Then Filename = s + My.Settings.Filename_Ergaenzung
dr = ds.Tables(0).NewRow
For Each c As DataColumn In ds.Tables(0).Columns
dr(c.ColumnName) = ""
Next
dr("Partnernr") = s
dr("Funktion") = "ADD"
dr("Dokumenttypnr") = My.Settings.Doktype.ToString
dr("dateiname") = Filename + ".pdf"
dr("Dateiformat") = "PDF"
dr("Ersteller") = My.Settings.Ersteller
dr("dokumentwert2") = ""
dr("ARCHIVDATUM") = My.Settings.Archivdatum
'dr("BLKunde") = 0
'dr("Dokumentid") = Filename
'dr("Bezeichnung") = "Versand individualisierter Blickpunkt Finanzieren - Sept. 19 - LWI"
ds.Tables(0).Rows.Add(dr)
If My.Settings.AGBFile.ToString <> "" Then System.IO.File.Copy(My.Settings.AGBFile, outputpath + Filename)
End While
ds.WriteXml(outputpath + s + ".ind")
End Sub
Sub korrektur()
Dim subdir As Integer = 0
Dim outputpath As String
Dim pnr As String
outputpath = My.Settings.Error_Path
'System.IO.Directory.CreateDirectory(outputpath)
Dim files() As String = IO.Directory.GetFiles(My.Settings.Error_Path)
ds.ReadXml(My.Settings.Strukturfile)
ds.Tables(0).Rows.Clear()
Dim I As Integer = 0
For Each file As String In files
Dim fn As String = Path.GetFileName(file)
pnr = Microsoft.VisualBasic.Left(fn, Len(fn) - 8)
I = I + 1
If I > 500 Then
I = 0
ds.WriteXml(outputpath + pnr + ".ind")
ds.Tables(0).Rows.Clear()
subdir = subdir + 1
outputpath = My.Settings.Error_Path
'System.IO.Directory.CreateDirectory(outputpath)
End If
Dim dr As DataRow
dr = ds.Tables(0).NewRow
For Each c As DataColumn In ds.Tables(0).Columns
dr(c.ColumnName) = ""
Next
dr("Partnernr") = pnr
dr("Funktion") = "ADD"
dr("Dokumenttypnr") = My.Settings.Doktype.ToString
dr("dateiname") = System.IO.Path.GetFileName(file)
dr("Dateiformat") = "PDF"
dr("Ersteller") = My.Settings.Ersteller
dr("dokumentwert2") = ""
dr("ARCHIVDATUM") = My.Settings.Archivdatum
ds.Tables(0).Rows.Add(dr)
'System.IO.File.Copy(My.Settings.AGBFile, outputpath + file)
Next
ds.WriteXml(outputpath + pnr + ".ind")
End Sub
Sub GenCopy(Anzahl As Integer, Tranche As Integer)
Dim p As String = My.Settings.OutputPath
Dim i As Integer = 11
Dim cnt As Integer = 0
Dim fn As String
Dim loopcnt As Integer
loopcnt = -1
Dim file As System.IO.StreamWriter
'Anzahl = anzahl / Tranche + 1
For xx = 0 To Anzahl
If i > 10 Then
Try
file.Close()
Catch ex As Exception
End Try
loopcnt = loopcnt + 1
file = My.Computer.FileSystem.OpenTextFileWriter(System.AppDomain.CurrentDomain.BaseDirectory + "\copy_bat_" + loopcnt.ToString + ".bat", True)
i = 1
cnt = 1
End If
file.WriteLine("copy " + p + xx.ToString + "\*.* d:\edoka\edkb08")
i = i + 1
cnt = cnt + 1
If cnt > 5 Then
file.WriteLine("timeout /T 600")
cnt = 1
End If
Next
file.close()
End Sub
End Module

View File

@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>2</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

View File

@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgenden
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
' die einer Assembly zugeordnet sind.
' Werte der Assemblyattribute überprüfen
<Assembly: AssemblyTitle("AGB_Gen")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("AGB_Gen")>
<Assembly: AssemblyCopyright("Copyright © 2016")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
<Assembly: Guid("7592fcd1-c96c-4588-b042-1d920df19048")>
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
'
' Hauptversion
' Nebenversion
' Buildnummer
' Revision
'
' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>

View File

@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
'''<summary>
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("AGB_Gen.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace

View File

@@ -0,0 +1,117 @@
<?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.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: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" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</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" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,181 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Automatische My.Settings-Speicherfunktion"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("k:\edoka\agb\out\")> _
Public Property OutputPath() As String
Get
Return CType(Me("OutputPath"),String)
End Get
Set
Me("OutputPath") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property AGBFile() As String
Get
Return CType(Me("AGBFile"),String)
End Get
Set
Me("AGBFile") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("k:\edoka\agb\error\")> _
Public Property Error_Path() As String
Get
Return CType(Me("Error_Path"),String)
End Get
Set
Me("Error_Path") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property Filename_Ergaenzung() As String
Get
Return CType(Me("Filename_Ergaenzung"),String)
End Get
Set
Me("Filename_Ergaenzung") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("k:\edoka\agb\in\Steuerdaten.csv")> _
Public Property InputFile() As String
Get
Return CType(Me("InputFile"),String)
End Get
Set
Me("InputFile") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("k:\edoka\agb\struktur.xml")> _
Public Property Strukturfile() As String
Get
Return CType(Me("Strukturfile"),String)
End Get
Set
Me("Strukturfile") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("2452")> _
Public Property Doktype() As String
Get
Return CType(Me("Doktype"),String)
End Get
Set
Me("Doktype") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("TG1397")> _
Public Property Ersteller() As String
Get
Return CType(Me("Ersteller"),String)
End Get
Set
Me("Ersteller") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("23.09.2019")> _
Public Property Archivdatum() As String
Get
Return CType(Me("Archivdatum"),String)
End Get
Set
Me("Archivdatum") = value
End Set
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.AGB_Gen.My.MySettings
Get
Return Global.AGB_Gen.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@@ -0,0 +1,33 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
<Profiles />
<Settings>
<Setting Name="OutputPath" Type="System.String" Scope="User">
<Value Profile="(Default)">k:\edoka\agb\out\</Value>
</Setting>
<Setting Name="AGBFile" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Error_Path" Type="System.String" Scope="User">
<Value Profile="(Default)">k:\edoka\agb\error\</Value>
</Setting>
<Setting Name="Filename_Ergaenzung" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="InputFile" Type="System.String" Scope="User">
<Value Profile="(Default)">k:\edoka\agb\in\Steuerdaten.csv</Value>
</Setting>
<Setting Name="Strukturfile" Type="System.String" Scope="User">
<Value Profile="(Default)">k:\edoka\agb\struktur.xml</Value>
</Setting>
<Setting Name="Doktype" Type="System.String" Scope="User">
<Value Profile="(Default)">2452</Value>
</Setting>
<Setting Name="Ersteller" Type="System.String" Scope="User">
<Value Profile="(Default)">TG1397</Value>
</Setting>
<Setting Name="Archivdatum" Type="System.String" Scope="User">
<Value Profile="(Default)">23.09.2019</Value>
</Setting>
</Settings>
</SettingsFile>

Binary file not shown.

View File

@@ -0,0 +1,42 @@
<?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="AGB_Gen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<userSettings>
<AGB_Gen.My.MySettings>
<setting name="OutputPath" serializeAs="String">
<value>k:\edoka\agb\out\</value>
</setting>
<setting name="AGBFile" serializeAs="String">
<value />
</setting>
<setting name="Error_Path" serializeAs="String">
<value>k:\edoka\agb\error\</value>
</setting>
<setting name="Filename_Ergaenzung" serializeAs="String">
<value />
</setting>
<setting name="InputFile" serializeAs="String">
<value>k:\edoka\agb\in\Steuerdaten.csv</value>
</setting>
<setting name="Strukturfile" serializeAs="String">
<value>k:\edoka\agb\struktur.xml</value>
</setting>
<setting name="Doktype" serializeAs="String">
<value>2452</value>
</setting>
<setting name="Ersteller" serializeAs="String">
<value>TG1397</value>
</setting>
<setting name="Archivdatum" serializeAs="String">
<value>23.09.2019</value>
</setting>
</AGB_Gen.My.MySettings>
</userSettings>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,33 @@
<?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="AGB_Gen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<userSettings>
<AGB_Gen.My.MySettings>
<setting name="InputFile" serializeAs="String">
<value>k:\edoka\agb\in\bplist.csv</value>
</setting>
<setting name="OutputPath" serializeAs="String">
<value>k:\edoka\agb\out\</value>
</setting>
<setting name="Strukturfile" serializeAs="String">
<value>k:\edoka\agb\struktur.xml</value>
</setting>
<setting name="Doktype" serializeAs="String">
<value>2093</value>
</setting>
<setting name="AGBFile" serializeAs="String">
<value>k:\edoka\agb\agb.pdf</value>
</setting>
<setting name="Ersteller" serializeAs="String">
<value>TGE4491</value>
</setting>
</AGB_Gen.My.MySettings>
</userSettings>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
AGB_Gen
</name>
</assembly>
<members>
<member name="T:AGB_Gen.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:AGB_Gen.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:AGB_Gen.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Import>
<FUNKTION />
<PARTNERNR />
<VVNR />
<BARCODEID />
<KST />
<PARTNER_KURZBEZEICHNUNG />
<NAME />
<VORNAME />
<STRASSE />
<PLZ />
<ORT />
<DOKUMENTTYPNR />
<DATEINAME />
<DATEIFORMAT />
<ERSTELLER />
<KST_ERSTELLER />
<ARCHIVDATUM />
<HERKUNFTSAPPLIKATION />
<GESCHAEFTSFALLNR />
<VVNR_INDEX />
<DOKUMENTSTATUS />
<ZUERSETZENDESDOKUMENT />
<LIETEMPFAENGERMA />
<LSITEMPFAENGERKST />
<LISTEMPFAENGERNL />
<DOKUMENTWERT1 />
<DOKUMENTWERT2 />
<DOKUMENTWERT3 />
<DOKUMENTWERT4 />
<DOKUMENTWERT5 />
<DOKUMENTWERT6 />
<DOKUMENTWERT7 />
<DOKUMENTWERT8 />
<DOKUMENTWERT9 />
<DOKUMENTWERT10 />
<DOKUMENTWERT11 />
<DOKUMENTWERT12 />
<DOKUMENTWERT13 />
<DOKUMENTWERT14 />
<DOKUMENTWERT15 />
<DOKUMENTWERT16 />
<DOKUMENTWERT17 />
<DOKUMENTWERT18 />
<DOKUMENTWERT19 />
<DOKUMENTWERT20 />
</Import>
</NewDataSet>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\bin\Debug\AGB_Gen.exe.config
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\bin\Debug\AGB_Gen.exe
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\bin\Debug\AGB_Gen.pdb
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\bin\Debug\AGB_Gen.xml
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.Resources.resources
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.vbproj.GenerateResource.Cache
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.exe
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.xml
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.pdb
E:\Software-Projekte\EDOKA\tools\AGB_Gen\AGB_Gen\obj\Debug\AGB_Gen.vbprojAssemblyReference.cache

View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
AGB_Gen
</name>
</assembly>
<members>
<member name="T:AGB_Gen.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:AGB_Gen.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:AGB_Gen.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
</members>
</doc>