Initial commit
This commit is contained in:
24
EDKB19/EDKB18/App.config
Normal file
24
EDKB19/EDKB18/App.config
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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="EDKB19.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.0"/>
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB19.My.MySettings>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Check_Timerintervall" serializeAs="String">
|
||||
<value>20000</value>
|
||||
</setting>
|
||||
<setting name="Debug" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB19.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
132
EDKB19/EDKB18/EDKB19.vbproj
Normal file
132
EDKB19/EDKB18/EDKB19.vbproj
Normal file
@@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" 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>{8037E310-5678-4D08-B899-B93B11334D87}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>Sub Main</StartupObject>
|
||||
<RootNamespace>EDKB19</RootNamespace>
|
||||
<AssemblyName>EDKB19</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Console</MyType>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<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>EDKB19.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</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>EDKB19.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</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.Configuration.Install" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.ServiceProcess" />
|
||||
<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="clsdb.vb" />
|
||||
<Compile Include="Globals.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectInstaller.Designer.vb">
|
||||
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectInstaller.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Service1.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Service1.Designer.vb">
|
||||
<DependentUpon>Service1.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<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>
|
||||
<EmbeddedResource Include="ProjectInstaller.resx">
|
||||
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Service1.resx">
|
||||
<DependentUpon>Service1.vb</DependentUpon>
|
||||
</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" />
|
||||
</Project>
|
||||
28
EDKB19/EDKB18/Globals.vb
Normal file
28
EDKB19/EDKB18/Globals.vb
Normal file
@@ -0,0 +1,28 @@
|
||||
Module Globals
|
||||
|
||||
Public ofile As System.IO.File
|
||||
Public oread As System.IO.StreamReader
|
||||
|
||||
|
||||
|
||||
Public Sub PrintOut(ByVal s As String)
|
||||
'Console.WriteLine(Format(Now, "yyyyMMddHHmmss") + ": " + s)
|
||||
PrintLog(Format(Now, "yyyyMMddHHmmss") + ": " + s, EventLogEntryType.Information)
|
||||
End Sub
|
||||
|
||||
Dim EVLog As New EventLog("Log_EDKB19")
|
||||
Public Sub PrintLog(ByVal message As String, Optional ByVal eventmessage As EventLogEntryType = EventLogEntryType.Information)
|
||||
#If CONFIG = "Release" Then 'Release
|
||||
If Not EventLog.SourceExists("EDKB19") Then
|
||||
EventLog.CreateEventSource("EDKB19", "EDKB19 Log")
|
||||
End If
|
||||
EVLog.Source = "EDKB19 Log"
|
||||
|
||||
EventLog.WriteEntry(EVLog.Source, message, eventmessage)
|
||||
#Else
|
||||
Debug.Print(message)
|
||||
#End If
|
||||
|
||||
End Sub
|
||||
|
||||
End Module
|
||||
13
EDKB19/EDKB18/My Project/Application.Designer.vb
generated
Normal file
13
EDKB19/EDKB18/My Project/Application.Designer.vb
generated
Normal 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
|
||||
|
||||
10
EDKB19/EDKB18/My Project/Application.myapp
Normal file
10
EDKB19/EDKB18/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>3</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
35
EDKB19/EDKB18/My Project/AssemblyInfo.vb
Normal file
35
EDKB19/EDKB18/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 einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("EDKB19")>
|
||||
<Assembly: AssemblyDescription("EDKB19")>
|
||||
<Assembly: AssemblyCompany("Stefan Hutter Unternehmensberatung")>
|
||||
<Assembly: AssemblyProduct("EDKB19")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2018")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(True)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("45455624-4f7f-4559-81b9-a4932580512f")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
63
EDKB19/EDKB18/My Project/Resources.Designer.vb
generated
Normal file
63
EDKB19/EDKB18/My Project/Resources.Designer.vb
generated
Normal 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", "15.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("EDKB19.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
|
||||
117
EDKB19/EDKB18/My Project/Resources.resx
Normal file
117
EDKB19/EDKB18/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>
|
||||
110
EDKB19/EDKB18/My Project/Settings.Designer.vb
generated
Normal file
110
EDKB19/EDKB18/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,110 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <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", "15.6.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("data source=shu00;initial catalog=edoka;workstation id=;packet size=4096;user id=" &
|
||||
"sa;password=*shu29")>
|
||||
Public Property ConnectionString() As String
|
||||
Get
|
||||
Return CType(Me("ConnectionString"), String)
|
||||
End Get
|
||||
Set
|
||||
Me("ConnectionString") = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(),
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("20000")>
|
||||
Public Property Check_Timerintervall() As String
|
||||
Get
|
||||
Return CType(Me("Check_Timerintervall"), String)
|
||||
End Get
|
||||
Set
|
||||
Me("Check_Timerintervall") = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(),
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("True")>
|
||||
Public Property Debug() As String
|
||||
Get
|
||||
Return CType(Me("Debug"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Debug") = 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.EDKB19.My.MySettings
|
||||
Get
|
||||
Return Global.EDKB19.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
15
EDKB19/EDKB18/My Project/Settings.settings
Normal file
15
EDKB19/EDKB18/My Project/Settings.settings
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="ConnectionString" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">data source=shu00;initial catalog=edoka;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
|
||||
</Setting>
|
||||
<Setting Name="Check_Timerintervall" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">20000</Value>
|
||||
</Setting>
|
||||
<Setting Name="Debug" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
47
EDKB19/EDKB18/ProjectInstaller.Designer.vb
generated
Normal file
47
EDKB19/EDKB18/ProjectInstaller.Designer.vb
generated
Normal file
@@ -0,0 +1,47 @@
|
||||
<System.ComponentModel.RunInstaller(True)> Partial Class ProjectInstaller
|
||||
Inherits System.Configuration.Install.Installer
|
||||
|
||||
'Installer überschreibt den Löschvorgang zum Bereinigen der Komponentenliste.
|
||||
<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 Komponenten-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Komponenten-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Komponenten-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.ServiceProcessInstaller1 = New System.ServiceProcess.ServiceProcessInstaller()
|
||||
Me.ServiceInstaller1 = New System.ServiceProcess.ServiceInstaller()
|
||||
'
|
||||
'ServiceProcessInstaller1
|
||||
'
|
||||
Me.ServiceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem
|
||||
Me.ServiceProcessInstaller1.Password = Nothing
|
||||
Me.ServiceProcessInstaller1.Username = Nothing
|
||||
'
|
||||
'ServiceInstaller1
|
||||
'
|
||||
Me.ServiceInstaller1.Description = "EDKB19"
|
||||
Me.ServiceInstaller1.DisplayName = "EDKB19"
|
||||
Me.ServiceInstaller1.ServiceName = "EDKB19"
|
||||
'
|
||||
'ProjectInstaller
|
||||
'
|
||||
Me.Installers.AddRange(New System.Configuration.Install.Installer() {Me.ServiceProcessInstaller1, Me.ServiceInstaller1})
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents ServiceProcessInstaller1 As ServiceProcess.ServiceProcessInstaller
|
||||
Friend WithEvents ServiceInstaller1 As ServiceProcess.ServiceInstaller
|
||||
End Class
|
||||
129
EDKB19/EDKB18/ProjectInstaller.resx
Normal file
129
EDKB19/EDKB18/ProjectInstaller.resx
Normal file
@@ -0,0 +1,129 @@
|
||||
<?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="ServiceProcessInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="ServiceInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>197, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
16
EDKB19/EDKB18/ProjectInstaller.vb
Normal file
16
EDKB19/EDKB18/ProjectInstaller.vb
Normal file
@@ -0,0 +1,16 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.Configuration.Install
|
||||
|
||||
Public Class ProjectInstaller
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New()
|
||||
|
||||
'Dieser Aufruf ist für den Komponenten-Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
'Initialisierungscode nach dem Aufruf von InitializeComponent hinzufügen
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
36
EDKB19/EDKB18/Service1.Designer.vb
generated
Normal file
36
EDKB19/EDKB18/Service1.Designer.vb
generated
Normal file
@@ -0,0 +1,36 @@
|
||||
Imports System.ServiceProcess
|
||||
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class EDKB19
|
||||
Inherits System.ServiceProcess.ServiceBase
|
||||
|
||||
'UserService ü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 Komponenten-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
' Hinweis: Die folgende Prozedur ist für den Komponenten-Designer erforderlich.
|
||||
' Das Bearbeiten ist mit dem Komponenten-Designer möglich.
|
||||
' Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
'
|
||||
'EDKB18
|
||||
'
|
||||
Me.ServiceName = "EDKB19"
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
123
EDKB19/EDKB18/Service1.resx
Normal file
123
EDKB19/EDKB18/Service1.resx
Normal file
@@ -0,0 +1,123 @@
|
||||
<?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="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
117
EDKB19/EDKB18/Service1.vb
Normal file
117
EDKB19/EDKB18/Service1.vb
Normal file
@@ -0,0 +1,117 @@
|
||||
Imports System.IO
|
||||
Imports System.Timers
|
||||
Imports System
|
||||
Imports System.ServiceProcess
|
||||
|
||||
Public Class EDKB19
|
||||
|
||||
Dim WithEvents CheckTimer As New Timers.Timer()
|
||||
Dim WithEvents CheckTimerIntervall As New Timers.Timer
|
||||
Dim timerstopped As Boolean = False
|
||||
Dim IsDebug As Boolean
|
||||
Protected Overrides Sub OnStart(ByVal args() As String)
|
||||
PrintOut("Start EDKB19")
|
||||
PrintOut("Verzeichnis:" + My.Settings.ConnectionString)
|
||||
CheckTimer.Interval = My.Settings.Check_Timerintervall
|
||||
PrintOut("Intervall in MS:" + CheckTimer.Interval.ToString)
|
||||
PrintOut("Debug:" + My.Settings.Debug)
|
||||
CheckTimer.Start()
|
||||
CheckTimerIntervall.Interval = My.Settings.Check_Timerintervall
|
||||
CheckTimerIntervall.Start()
|
||||
IsDebug = UCase(My.Settings.Debug) = "TRUE"
|
||||
End Sub
|
||||
|
||||
Protected Overrides Sub OnStop()
|
||||
' Hier Code zum Ausführen erforderlicher Löschvorgänge zum Beenden des Dienstes einfügen.
|
||||
End Sub
|
||||
|
||||
Shared Sub Main()
|
||||
|
||||
#If CONFIG = "Release" Then
|
||||
Dim ServicesToRun() As System.ServiceProcess.ServiceBase
|
||||
ServicesToRun = New System.ServiceProcess.ServiceBase() {New EDKB19()}
|
||||
System.ServiceProcess.ServiceBase.Run(ServicesToRun)
|
||||
#Else
|
||||
Dim myServ As New EDKB19
|
||||
myServ.OnStart({""})
|
||||
While (True)
|
||||
System.Threading.Thread.Sleep(2000)
|
||||
End While
|
||||
#End If
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub CheckTimer_Elapsed(sender As Object, e As ElapsedEventArgs) Handles CheckTimer.Elapsed
|
||||
If IsDebug Then PrintOut("Verarbeitung")
|
||||
Verarbeiten("")
|
||||
End Sub
|
||||
|
||||
Private Sub Verarbeiten(Optional ExpressUser As String = "")
|
||||
CheckTimer.Stop()
|
||||
timerstopped = True
|
||||
|
||||
Dim db As New clsdb
|
||||
|
||||
db.Get_Data()
|
||||
If IsDebug Then PrintOut("Anzahl Rows:" + db.data.Rows.Count.ToString)
|
||||
|
||||
For Each r As DataRow In db.data.Rows
|
||||
If IsDebug Then PrintOut(r.Item("Servicename"))
|
||||
If r.Item("Start") = True Then
|
||||
If IsDebug Then PrintOut("Start")
|
||||
HandleService(r.Item("Servicename"), 1)
|
||||
End If
|
||||
If r.Item("Stop") = True Then
|
||||
If IsDebug Then PrintOut("Stop")
|
||||
HandleService(r.Item("Servicename"), 2)
|
||||
End If
|
||||
If r.Item("Restart") = True Then
|
||||
If IsDebug Then PrintOut("Restart")
|
||||
HandleService(r.Item("Servicename"), 3)
|
||||
End If
|
||||
If IsDebug Then PrintOut("Update_Entry")
|
||||
|
||||
db.UpdateEntry(r.Item("nreintrag"))
|
||||
Next
|
||||
|
||||
CheckTimer.Start()
|
||||
timerstopped = False
|
||||
|
||||
End Sub
|
||||
|
||||
Sub HandleService(ByVal Servicename As String, ByVal Action As Integer)
|
||||
Try
|
||||
If IsDebug Then PrintOut("HandleService")
|
||||
Dim service As ServiceController = New ServiceController(Servicename)
|
||||
service.MachineName = Environment.MachineName
|
||||
Select Case Action
|
||||
Case 1 'Start
|
||||
service.Start()
|
||||
Case 2 'Stop
|
||||
service.Stop()
|
||||
Case 3 ' restart
|
||||
Try
|
||||
service.Stop()
|
||||
Catch ex As Exception
|
||||
PrintOut("Restart Stop:" + ex.Message)
|
||||
End Try
|
||||
Try
|
||||
System.Threading.Thread.Sleep(10000)
|
||||
service.Start()
|
||||
Catch ex As Exception
|
||||
PrintOut("Restart Start:" + ex.Message)
|
||||
End Try
|
||||
End Select
|
||||
If IsDebug Then PrintOut("Service_Status:" + service.Status.ToString)
|
||||
|
||||
Catch ex As Exception
|
||||
PrintOut("Fehler EDKB19: " + ex.Message)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
|
||||
End Class
|
||||
BIN
EDKB19/EDKB18/bin/Debug/Debug - Verknüpfung.lnk
Normal file
BIN
EDKB19/EDKB18/bin/Debug/Debug - Verknüpfung.lnk
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/bin/Debug/EDKB18.exe
Normal file
BIN
EDKB19/EDKB18/bin/Debug/EDKB18.exe
Normal file
Binary file not shown.
33
EDKB19/EDKB18/bin/Debug/EDKB18.exe.config
Normal file
33
EDKB19/EDKB18/bin/Debug/EDKB18.exe.config
Normal 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="EDKB18.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.0"/>
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB18.My.MySettings>
|
||||
<setting name="ConnINT" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="ConnProd" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Vorlagenverzeichnis" serializeAs="String">
|
||||
<value>k:\edoka\edkb18</value>
|
||||
</setting>
|
||||
<setting name="ConnJournale" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka_Journale;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Check_Timerintervall" serializeAs="String">
|
||||
<value>20000</value>
|
||||
</setting>
|
||||
<setting name="Debug" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
</EDKB18.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB19/EDKB18/bin/Debug/EDKB18.pdb
Normal file
BIN
EDKB19/EDKB18/bin/Debug/EDKB18.pdb
Normal file
Binary file not shown.
26
EDKB19/EDKB18/bin/Debug/EDKB18.xml
Normal file
26
EDKB19/EDKB18/bin/Debug/EDKB18.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB18
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB18.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.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>
|
||||
BIN
EDKB19/EDKB18/bin/Debug/EDKB19.exe
Normal file
BIN
EDKB19/EDKB18/bin/Debug/EDKB19.exe
Normal file
Binary file not shown.
24
EDKB19/EDKB18/bin/Debug/EDKB19.exe.config
Normal file
24
EDKB19/EDKB18/bin/Debug/EDKB19.exe.config
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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="EDKB19.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.0"/>
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB19.My.MySettings>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Check_Timerintervall" serializeAs="String">
|
||||
<value>20000</value>
|
||||
</setting>
|
||||
<setting name="Debug" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB19.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB19/EDKB18/bin/Debug/EDKB19.pdb
Normal file
BIN
EDKB19/EDKB18/bin/Debug/EDKB19.pdb
Normal file
Binary file not shown.
26
EDKB19/EDKB18/bin/Debug/EDKB19.xml
Normal file
26
EDKB19/EDKB18/bin/Debug/EDKB19.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB19
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB19.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.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>
|
||||
65
EDKB19/EDKB18/bin/Debug/InstallUtil.InstallLog
Normal file
65
EDKB19/EDKB18/bin/Debug/InstallUtil.InstallLog
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.InvalidOperationException: Die Diensteinstallation in der ausführbaren Datei E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wurde vom Benutzer abgebrochen.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
BIN
EDKB19/EDKB18/bin/Debug/System.Net.Http.dll
Normal file
BIN
EDKB19/EDKB18/bin/Debug/System.Net.Http.dll
Normal file
Binary file not shown.
2007
EDKB19/EDKB18/bin/Debug/System.Net.Http.xml
Normal file
2007
EDKB19/EDKB18/bin/Debug/System.Net.Http.xml
Normal file
File diff suppressed because it is too large
Load Diff
55
EDKB19/EDKB18/bin/Debug/edkb18.InstallLog
Normal file
55
EDKB19/EDKB18/bin/Debug/edkb18.InstallLog
Normal file
@@ -0,0 +1,55 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe gefunden.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe gefunden.
|
||||
Die InstallState-Datei wird entfernt, da keine Installer vorhanden sind.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Dienst EDKB18 wird installiert...
|
||||
Die EventLog-Quelle EDKB18 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB18 wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Dienst EDKB18 wird installiert...
|
||||
Die EventLog-Quelle EDKB18 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB18 wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
3
EDKB19/EDKB18/bin/Debug/install.bat
Normal file
3
EDKB19/EDKB18/bin/Debug/install.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
|
||||
pause
|
||||
2
EDKB19/EDKB18/bin/Debug/install_U.bat
Normal file
2
EDKB19/EDKB18/bin/Debug/install_U.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil /u E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\edkb18.exe
|
||||
pause
|
||||
BIN
EDKB19/EDKB18/bin/Release/EDKB18.pdb
Normal file
BIN
EDKB19/EDKB18/bin/Release/EDKB18.pdb
Normal file
Binary file not shown.
26
EDKB19/EDKB18/bin/Release/EDKB18.xml
Normal file
26
EDKB19/EDKB18/bin/Release/EDKB18.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB18
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB18.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.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>
|
||||
BIN
EDKB19/EDKB18/bin/Release/EDKB19.exe
Normal file
BIN
EDKB19/EDKB18/bin/Release/EDKB19.exe
Normal file
Binary file not shown.
24
EDKB19/EDKB18/bin/Release/EDKB19.exe.config
Normal file
24
EDKB19/EDKB18/bin/Release/EDKB19.exe.config
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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="EDKB19.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.0"/>
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB19.My.MySettings>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Check_Timerintervall" serializeAs="String">
|
||||
<value>20000</value>
|
||||
</setting>
|
||||
<setting name="Debug" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB19.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB19/EDKB18/bin/Release/EDKB19.pdb
Normal file
BIN
EDKB19/EDKB18/bin/Release/EDKB19.pdb
Normal file
Binary file not shown.
26
EDKB19/EDKB18/bin/Release/EDKB19.xml
Normal file
26
EDKB19/EDKB18/bin/Release/EDKB19.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB19
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB19.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.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>
|
||||
75
EDKB19/EDKB18/bin/Release/InstallUtil.InstallLog
Normal file
75
EDKB19/EDKB18/bin/Release/InstallUtil.InstallLog
Normal file
@@ -0,0 +1,75 @@
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\edkb18.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
BIN
EDKB19/EDKB18/bin/Release/System.Net.Http.dll
Normal file
BIN
EDKB19/EDKB18/bin/Release/System.Net.Http.dll
Normal file
Binary file not shown.
2007
EDKB19/EDKB18/bin/Release/System.Net.Http.xml
Normal file
2007
EDKB19/EDKB18/bin/Release/System.Net.Http.xml
Normal file
File diff suppressed because it is too large
Load Diff
97
EDKB19/EDKB18/bin/Release/edkb19.InstallLog
Normal file
97
EDKB19/EDKB18/bin/Release/edkb19.InstallLog
Normal file
@@ -0,0 +1,97 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Dienst EDKB18 wird installiert...
|
||||
Die EventLog-Quelle EDKB18 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB18 wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Dienst EDKB18 wird installiert...
|
||||
Die EventLog-Quelle EDKB18 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB18 wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Dienst EDKB18 wird installiert...
|
||||
Dienst EDKB18 wurde installiert.
|
||||
Die EventLog-Quelle EDKB18 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Die EventLog-Quelle EDKB18 wird entfernt.
|
||||
Der Dienst EDKB18 wird vom System entfernt...
|
||||
Dienst EDKB18 wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB18 zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Dienst EDKB19 wird installiert...
|
||||
Dienst EDKB19 wurde installiert.
|
||||
Die EventLog-Quelle EDKB19 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Die EventLog-Quelle EDKB19 wird entfernt.
|
||||
Der Dienst EDKB19 wird vom System entfernt...
|
||||
Dienst EDKB19 wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Dienst EDKB19 wird installiert...
|
||||
Dienst EDKB19 wurde installiert.
|
||||
Die EventLog-Quelle EDKB19 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
Die EventLog-Quelle EDKB19 wird entfernt.
|
||||
Während der Deinstallation des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Der angeforderte Registrierungszugriff ist unzulässig.
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
1
EDKB19/EDKB18/bin/Release/edkb19.InstallState
Normal file
1
EDKB19/EDKB18/bin/Release/edkb19.InstallState
Normal file
File diff suppressed because one or more lines are too long
BIN
EDKB19/EDKB18/bin/Release/edkb19.zip
Normal file
BIN
EDKB19/EDKB18/bin/Release/edkb19.zip
Normal file
Binary file not shown.
3
EDKB19/EDKB18/bin/Release/install.bat
Normal file
3
EDKB19/EDKB18/bin/Release/install.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
|
||||
pause
|
||||
2
EDKB19/EDKB18/bin/Release/install_U.bat
Normal file
2
EDKB19/EDKB18/bin/Release/install_U.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil /u E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\edkb19.exe
|
||||
pause
|
||||
30
EDKB19/EDKB18/clsdb.vb
Normal file
30
EDKB19/EDKB18/clsdb.vb
Normal file
@@ -0,0 +1,30 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.Data.SqlDbType
|
||||
Public Class clsdb
|
||||
|
||||
Dim connstring As String
|
||||
Dim Connection As SqlConnection
|
||||
Public data As New DataTable
|
||||
Sub New()
|
||||
Me.connstring = My.Settings.ConnectionString
|
||||
Connection = New SqlConnection(connstring)
|
||||
End Sub
|
||||
|
||||
Public Function Get_Data()
|
||||
Dim dad As New SqlDataAdapter
|
||||
Dim sql As String = "Select * from edkb19_Servicecontroller where start=1 or stop=1 or restart=1"
|
||||
dad = New SqlDataAdapter(sql, Me.connstring)
|
||||
dad.Fill(data)
|
||||
End Function
|
||||
|
||||
Public Function UpdateEntry(ByVal nreintrag As Integer)
|
||||
Dim sqlcmd As New SqlCommand
|
||||
sqlcmd.Connection = Connection
|
||||
Dim sql As String
|
||||
sqlcmd.CommandText = "update edkb19_Servicecontroller set stop=0,start=0,restart=0 where nreintrag=" + nreintrag.ToString
|
||||
Connection.Open()
|
||||
sqlcmd.ExecuteNonQuery()
|
||||
Connection.Close()
|
||||
End Function
|
||||
|
||||
End Class
|
||||
1
EDKB19/EDKB18/obj/Debug/CoreCompileInputs.cache
Normal file
1
EDKB19/EDKB18/obj/Debug/CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
23cb022a4e9a122339cea12c07884148c19a5cb4
|
||||
Binary file not shown.
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.EDKB18.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.EDKB18.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.ProjectInstaller.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.ProjectInstaller.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.Resources.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.exe
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.exe
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.pdb
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.pdb
Normal file
Binary file not shown.
0
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.CopyComplete
Normal file
0
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.CopyComplete
Normal file
@@ -0,0 +1 @@
|
||||
aefe5ebd5c793d4546fe24933577c46859620cf6
|
||||
16
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.FileListAbsolute.txt
Normal file
16
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.EDKB18.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\EDKB18.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\System.Net.Http.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Debug\System.Net.Http.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Debug\EDKB18.vbproj.CopyComplete
|
||||
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.GenerateResource.cache
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB18.vbproj.GenerateResource.cache
Normal file
Binary file not shown.
Binary file not shown.
26
EDKB19/EDKB18/obj/Debug/EDKB18.xml
Normal file
26
EDKB19/EDKB18/obj/Debug/EDKB18.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB18
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB18.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.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>
|
||||
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.EDKB19.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.EDKB19.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.ProjectInstaller.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.ProjectInstaller.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.Resources.resources
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.exe
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.exe
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.pdb
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.pdb
Normal file
Binary file not shown.
0
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.CopyComplete
Normal file
0
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.CopyComplete
Normal file
@@ -0,0 +1 @@
|
||||
0d05a48a1db59b54662dff627692598bcdbff63e
|
||||
16
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.FileListAbsolute.txt
Normal file
16
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.EDKB19.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\EDKB19.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\EDKB19.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\EDKB19.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\EDKB19.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\System.Net.Http.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Debug\System.Net.Http.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Debug\EDKB19.vbprojResolveAssemblyReference.cache
|
||||
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.GenerateResource.cache
Normal file
BIN
EDKB19/EDKB18/obj/Debug/EDKB19.vbproj.GenerateResource.cache
Normal file
Binary file not shown.
Binary file not shown.
26
EDKB19/EDKB18/obj/Debug/EDKB19.xml
Normal file
26
EDKB19/EDKB18/obj/Debug/EDKB19.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB19
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB19.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.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>
|
||||
Binary file not shown.
1
EDKB19/EDKB18/obj/Release/CoreCompileInputs.cache
Normal file
1
EDKB19/EDKB18/obj/Release/CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
23cb022a4e9a122339cea12c07884148c19a5cb4
|
||||
Binary file not shown.
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB18.EDKB18.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.EDKB18.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB18.ProjectInstaller.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.ProjectInstaller.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB18.Resources.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB18.exe
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.exe
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB18.pdb
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.pdb
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0666fce2d8f81a92f2b5944f2297185ed903bcf8
|
||||
35
EDKB19/EDKB18/obj/Release/EDKB18.vbproj.FileListAbsolute.txt
Normal file
35
EDKB19/EDKB18/obj/Release/EDKB18.vbproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.EDKB18.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\EDKB18.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\System.Net.Http.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\bin\Release\System.Net.Http.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB18\EDKB18\obj\Release\EDKB18.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.EDKB18.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB18.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB18.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB18.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB18.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\System.Net.Http.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\System.Net.Http.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB18.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.EDKB18.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.EDKB19.resources
|
||||
BIN
EDKB19/EDKB18/obj/Release/EDKB18.vbproj.GenerateResource.cache
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB18.vbproj.GenerateResource.cache
Normal file
Binary file not shown.
Binary file not shown.
26
EDKB19/EDKB18/obj/Release/EDKB18.xml
Normal file
26
EDKB19/EDKB18/obj/Release/EDKB18.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB18
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB18.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB18.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>
|
||||
BIN
EDKB19/EDKB18/obj/Release/EDKB19.EDKB18.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.EDKB18.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.EDKB19.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.EDKB19.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.ProjectInstaller.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.ProjectInstaller.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.Resources.resources
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.Resources.resources
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.exe
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.exe
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.pdb
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.pdb
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0d05a48a1db59b54662dff627692598bcdbff63e
|
||||
15
EDKB19/EDKB18/obj/Release/EDKB19.vbproj.FileListAbsolute.txt
Normal file
15
EDKB19/EDKB18/obj/Release/EDKB19.vbproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.ProjectInstaller.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.EDKB19.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB19.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB19.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB19.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\EDKB19.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\System.Net.Http.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\bin\Release\System.Net.Http.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB19\EDKB18\obj\Release\EDKB19.pdb
|
||||
BIN
EDKB19/EDKB18/obj/Release/EDKB19.vbproj.GenerateResource.cache
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.vbproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
EDKB19/EDKB18/obj/Release/EDKB19.vbprojAssemblyReference.cache
Normal file
BIN
EDKB19/EDKB18/obj/Release/EDKB19.vbprojAssemblyReference.cache
Normal file
Binary file not shown.
26
EDKB19/EDKB18/obj/Release/EDKB19.xml
Normal file
26
EDKB19/EDKB18/obj/Release/EDKB19.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB19
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB19.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB19.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>
|
||||
Binary file not shown.
Reference in New Issue
Block a user