Initial commit
This commit is contained in:
20
EDKB13/EDKB13.sln
Normal file
20
EDKB13/EDKB13.sln
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDKB13", "EDKB13\EDKB13.vbproj", "{9A71188D-CFE2-40B0-8285-E4442C16A96B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{9A71188D-CFE2-40B0-8285-E4442C16A96B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9A71188D-CFE2-40B0-8285-E4442C16A96B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9A71188D-CFE2-40B0-8285-E4442C16A96B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9A71188D-CFE2-40B0-8285-E4442C16A96B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
BIN
EDKB13/EDKB13.suo
Normal file
BIN
EDKB13/EDKB13.suo
Normal file
Binary file not shown.
96
EDKB13/EDKB13/EDKB13.vbproj
Normal file
96
EDKB13/EDKB13/EDKB13.vbproj
Normal file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>8.0.50727</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{9A71188D-CFE2-40B0-8285-E4442C16A96B}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<StartupObject>EDKB13.Module1</StartupObject>
|
||||
<RootNamespace>EDKB13</RootNamespace>
|
||||
<AssemblyName>EDKB13</AssemblyName>
|
||||
<MyType>Console</MyType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>EDKB13.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>EDKB13.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</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.Drawing" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\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>
|
||||
111
EDKB13/EDKB13/Module1.vb
Normal file
111
EDKB13/EDKB13/Module1.vb
Normal file
@@ -0,0 +1,111 @@
|
||||
' Mini-Applikation um die Anforderung aus AU_960
|
||||
' umzusetzen.
|
||||
'
|
||||
' Ziel:
|
||||
' -- 1. Definiertes File auf dem EBES Share einlesen
|
||||
' -- 2. PS File genieren (über PSDRV Printer Treiber)
|
||||
' -- 3. PS File gemäss Anroderung editieren
|
||||
|
||||
Imports System
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing.Printing
|
||||
|
||||
|
||||
Module Module1
|
||||
|
||||
'declarations somewhere
|
||||
Public pd As New System.Drawing.Printing.PrintDocument
|
||||
Public PrintFont As Font
|
||||
Public FiletoPrint As System.IO.StreamReader
|
||||
Public shareName As String
|
||||
|
||||
Dim prtdoc As New PrintDocument
|
||||
Dim strDefaultPrinter As String = prtdoc.PrinterSettings.PrinterName
|
||||
|
||||
|
||||
Sub Main()
|
||||
shareName = System.IO.File.ReadAllText("C:\Program Files\Edoka\EDKB13\config.txt")
|
||||
Dim prtdoc As New PrintDocument()
|
||||
PrintFont = New Font("Arial", 10)
|
||||
If Not System.IO.File.Exists(shareName & "\LDFGELI1") Then
|
||||
Console.Write("File LDFGELI1 auf dem Share nicht vorhanden!")
|
||||
Exit Sub
|
||||
End If
|
||||
FiletoPrint = New System.IO.StreamReader(shareName & "\LDFGELI1")
|
||||
AddHandler pd.PrintPage, New System.Drawing.Printing.PrintPageEventHandler(AddressOf printPage)
|
||||
pd.PrinterSettings.PrintToFile = True
|
||||
pd.PrinterSettings.PrintFileName = "LDFGELI1.PS"
|
||||
pd.PrinterSettings.PrinterName = "PSDRV"
|
||||
pd.Print()
|
||||
addText()
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Public Sub printPage(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs)
|
||||
Dim linesPerPage As Single = 0
|
||||
Dim yPos As Single = 0
|
||||
Dim count As Integer = 0
|
||||
Dim leftMargin As Single = 0
|
||||
Dim topmargin As Single = 0
|
||||
Dim line As String = Nothing
|
||||
|
||||
Try
|
||||
|
||||
e.PageSettings.Landscape = False
|
||||
linesPerPage = e.MarginBounds.Height / PrintFont.GetHeight(e.Graphics)
|
||||
|
||||
While count < linesPerPage
|
||||
line = FiletoPrint.ReadLine
|
||||
|
||||
If line Is Nothing Then Exit While
|
||||
|
||||
yPos = topmargin + count * PrintFont.GetHeight(e.Graphics)
|
||||
e.Graphics.DrawString(line, PrintFont, Brushes.Black, leftMargin, yPos, New StringFormat)
|
||||
count += 1
|
||||
End While
|
||||
|
||||
If Not (line Is Nothing) Then e.HasMorePages = True
|
||||
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub addText()
|
||||
'C:\Program Files\Edoka\EDKB13
|
||||
Dim test As String
|
||||
test = ""
|
||||
|
||||
test = System.IO.File.ReadAllText("C:\Program Files\Edoka\EDKB13\LDFGELI1.PS", System.Text.Encoding.Default)
|
||||
If test.Contains("%%BeginSetup") Then
|
||||
test = test.Replace("%%BeginSetup", _
|
||||
"%%BeginSetup" & vbCrLf & _
|
||||
"%TKBBeginMetadata:" & vbCrLf & _
|
||||
"currentfile 0 (%TKBEndMetadata) /SubFileDecode filter flushfile" & vbCrLf & _
|
||||
" <?xml version=" & Chr(34) & "1.0" & Chr(34) & "?>" & vbCrLf & _
|
||||
" xmlns:rdf = " & Chr(34) & "http://www.w3.org/1999/02/22-rdf-syntax-ns#" & Chr(34) & vbCrLf & _
|
||||
" xmlns:dc = " & Chr(34) & "http://purl.org/dc/elements/1.1/" & Chr(34) & vbCrLf & _
|
||||
" xmlns:custom=" & Chr(34) & "http://www.imtf.com/e-document/metadata/custom/" & Chr(34) & ">" & vbCrLf & _
|
||||
" <rdf:Description rdf:about=" & Chr(34) & Chr(34) & ">" & vbCrLf & _
|
||||
" <ARCHIVE:creationDate>" & System.DateTime.Today.ToString("yyyy-MM-dd") & "</ARCHIVE:creationDate>" & vbCrLf & _
|
||||
" <ARCHIVE:mailingProductID>ebes_mut_prot</ARCHIVE:mailingProductID>" & vbCrLf & _
|
||||
" <ARCHIVE:mailingProductName>Interne Listen: Mutationsprotokoll LSV-ID</ARCHIVE:mailingProductName>" & vbCrLf & _
|
||||
" <ARCHIVE:mailIndexNr>" & 99797996 + System.DateTime.Today.ToString("yyyyMM") & "</ARCHIVE:mailIndexNr>" & vbCrLf & _
|
||||
" <ARCHIVE:sop>" & System.DateTime.Today.ToString("yyyy-MM-dd") & "</ARCHIVE:sop>" & vbCrLf & _
|
||||
" <ARCHIVE:eop>" & System.DateTime.Today.ToString("yyyy-MM-dd") & "</ARCHIVE:eop>" & vbCrLf & _
|
||||
" <ARCHIVE:retentionPeriod>10</ARCHIVE:retentionPeriod>" & vbCrLf & _
|
||||
" <ARCHIVE:owner>FZ Zahlen</ARCHIVE:owner>" & vbCrLf & _
|
||||
" <ARCHIVE:classification>Normal</ARCHIVE:classification>" & vbCrLf & _
|
||||
" </rdf:Description>" & vbCrLf & _
|
||||
" </rdf:RDF>" & vbCrLf & _
|
||||
"%TKBEndMetadata")
|
||||
End If
|
||||
|
||||
System.IO.File.WriteAllText(shareName & "\LDFGELI1.PS", test, System.Text.Encoding.Default)
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
End Module
|
||||
13
EDKB13/EDKB13/My Project/Application.Designer.vb
generated
Normal file
13
EDKB13/EDKB13/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:2.0.50727.3053
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
10
EDKB13/EDKB13/My Project/Application.myapp
Normal file
10
EDKB13/EDKB13/My Project/Application.myapp
Normal 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>
|
||||
35
EDKB13/EDKB13/My Project/AssemblyInfo.vb
Normal file
35
EDKB13/EDKB13/My Project/AssemblyInfo.vb
Normal 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 mit einer Assembly verknüpft sind.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("EDKB13")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("TGKB")>
|
||||
<Assembly: AssemblyProduct("EDKB13")>
|
||||
<Assembly: AssemblyCopyright("Copyright © TGKB 2010")>
|
||||
<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("4adcb8f0-233b-49e2-95e4-451f5322b487")>
|
||||
|
||||
' 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")>
|
||||
62
EDKB13/EDKB13/My Project/Resources.Designer.vb
generated
Normal file
62
EDKB13/EDKB13/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,62 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:2.0.50727.3053
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'<summary>
|
||||
' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.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>
|
||||
' Returns the cached ResourceManager instance used by this class.
|
||||
'</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("EDKB13.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'<summary>
|
||||
' Overrides the current thread's CurrentUICulture property for all
|
||||
' resource lookups using this strongly typed resource class.
|
||||
'</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set(ByVal value As Global.System.Globalization.CultureInfo)
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
117
EDKB13/EDKB13/My Project/Resources.resx
Normal file
117
EDKB13/EDKB13/My Project/Resources.resx
Normal 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>
|
||||
73
EDKB13/EDKB13/My Project/Settings.Designer.vb
generated
Normal file
73
EDKB13/EDKB13/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:2.0.50727.3053
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </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", "8.0.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 "My.Settings Auto-Save Functionality"
|
||||
#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(ByVal sender As Global.System.Object, ByVal 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
|
||||
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.EDKB13.My.MySettings
|
||||
Get
|
||||
Return Global.EDKB13.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
7
EDKB13/EDKB13/My Project/Settings.settings
Normal file
7
EDKB13/EDKB13/My Project/Settings.settings
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.exe
Normal file
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.exe
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.pdb
Normal file
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.pdb
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.vshost.exe
Normal file
BIN
EDKB13/EDKB13/bin/Debug/EDKB13.vshost.exe
Normal file
Binary file not shown.
11
EDKB13/EDKB13/bin/Debug/EDKB13.xml
Normal file
11
EDKB13/EDKB13/bin/Debug/EDKB13.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB13
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB13/EDKB13/bin/Release/EDKB13.exe
Normal file
BIN
EDKB13/EDKB13/bin/Release/EDKB13.exe
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/bin/Release/EDKB13.pdb
Normal file
BIN
EDKB13/EDKB13/bin/Release/EDKB13.pdb
Normal file
Binary file not shown.
11
EDKB13/EDKB13/bin/Release/EDKB13.xml
Normal file
11
EDKB13/EDKB13/bin/Release/EDKB13.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB13
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.Resources.resources
Normal file
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.exe
Normal file
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.exe
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.pdb
Normal file
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.pdb
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.vbproj.GenerateResource.Cache
Normal file
BIN
EDKB13/EDKB13/obj/Debug/EDKB13.vbproj.GenerateResource.Cache
Normal file
Binary file not shown.
11
EDKB13/EDKB13/obj/Debug/EDKB13.xml
Normal file
11
EDKB13/EDKB13/obj/Debug/EDKB13.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB13
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
18
EDKB13/EDKB13/obj/EDKB13.vbproj.FileListAbsolute.txt
Normal file
18
EDKB13/EDKB13/obj/EDKB13.vbproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Debug\EDKB13.exe
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Debug\EDKB13.pdb
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Debug\EDKB13.xml
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\ResolveAssemblyReference.cache
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\EDKB13.Resources.resources
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\EDKB13.vbproj.GenerateResource.Cache
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\EDKB13.exe
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\EDKB13.xml
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Debug\EDKB13.pdb
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Release\EDKB13.exe
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Release\EDKB13.pdb
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\bin\Release\EDKB13.xml
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\ResolveAssemblyReference.cache
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\EDKB13.Resources.resources
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\EDKB13.vbproj.GenerateResource.Cache
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\EDKB13.exe
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\EDKB13.xml
|
||||
C:\Program Files\EDOKA\EDOKA_Entwicklung\Batches\EDKB13\EDKB13\obj\Release\EDKB13.pdb
|
||||
BIN
EDKB13/EDKB13/obj/Release/EDKB13.Resources.resources
Normal file
BIN
EDKB13/EDKB13/obj/Release/EDKB13.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Release/EDKB13.exe
Normal file
BIN
EDKB13/EDKB13/obj/Release/EDKB13.exe
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Release/EDKB13.pdb
Normal file
BIN
EDKB13/EDKB13/obj/Release/EDKB13.pdb
Normal file
Binary file not shown.
BIN
EDKB13/EDKB13/obj/Release/EDKB13.vbproj.GenerateResource.Cache
Normal file
BIN
EDKB13/EDKB13/obj/Release/EDKB13.vbproj.GenerateResource.Cache
Normal file
Binary file not shown.
11
EDKB13/EDKB13/obj/Release/EDKB13.xml
Normal file
11
EDKB13/EDKB13/obj/Release/EDKB13.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB13
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
1
EDKB13/config.txt
Normal file
1
EDKB13/config.txt
Normal file
@@ -0,0 +1 @@
|
||||
\\Sbttgzv01.tgcorp.ch\agtglv
|
||||
Reference in New Issue
Block a user