Initial commit

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDOKA_PluginLib
</name>
</assembly>
<members>
<member name="T:EDOKA_PluginLib.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:EDOKA_PluginLib.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:EDOKA_PluginLib.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.

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDOKA_Toolset
</name>
</assembly>
<members>
<member name="M:EDOKA_Toolset.frmMain1.Get_Username">
<summary>
Windows-User auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="T:EDOKA_Toolset.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:EDOKA_Toolset.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:EDOKA_Toolset.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.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,252 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PDFView
</name>
</assembly>
<members>
<member name="F:PDFView.ConvertPDF.PDFConvert.useSimpleAnsiConversion">
<summary>Use to check for default transformation</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert.GS_OutputFileFormat">
<summary>Thanks to tchu_2000 to remind that u should never hardcode strings! :)</summary>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.CopyMemory(System.IntPtr,System.IntPtr,System.UInt32)">
<summary>Needed to copy memory from one location to another, used to fill the struct</summary>
<param name="Destination"></param>
<param name="Source"></param>
<param name="Length"></param>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_new_instance(System.IntPtr@,System.IntPtr)">
<summary>Create a new instance of Ghostscript. This instance is passed to most other gsapi functions. The caller_handle will be provided to callback functions.
At this stage, Ghostscript supports only one instance. </summary>
<param name="pinstance"></param>
<param name="caller_handle"></param>
<returns></returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_init_with_args(System.IntPtr,System.Int32,System.IntPtr)">
<summary>This is the important function that will perform the conversion</summary>
<param name="instance"></param>
<param name="argc"></param>
<param name="argv"></param>
<returns></returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_exit(System.IntPtr)">
<summary>
Exit the interpreter. This must be called on shutdown if gsapi_init_with_args() has been called, and just before gsapi_delete_instance().
</summary>
<param name="instance"></param>
<returns></returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_delete_instance(System.IntPtr)">
<summary>
Destroy an instance of Ghostscript. Before you call this, Ghostscript must have finished. If Ghostscript has been initialised, you must call gsapi_exit before gsapi_delete_instance.
</summary>
<param name="instance"></param>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_revision(PDFView.ConvertPDF.GS_Revision@,System.Int32)">
<summary>Get info about the version of Ghostscript i'm using</summary>
<param name="pGSRevisionInfo"></param>
<param name="intLen"></param>
<returns></returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.gsapi_set_stdio(System.IntPtr,PDFView.ConvertPDF.StdioCallBack,PDFView.ConvertPDF.StdioCallBack,PDFView.ConvertPDF.StdioCallBack)">
<summary>Use a different I/O</summary>
<param name="lngGSInstance"></param>
<param name="gsdll_stdin">Function that menage the Standard INPUT</param>
<param name="gsdll_stdout">Function that menage the Standard OUTPUT</param>
<param name="gsdll_stderr">Function that menage the Standard ERROR output</param>
<returns></returns>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._iFirstPageToConvert">
<summary>The first page to convert in image</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._iLastPageToConvert">
<summary>The last page to conver in an image</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._iGraphicsAlphaBit">
<summary>This parameter is used to control subsample antialiasing of graphics</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._iTextAlphaBit">
<summary>This parameter is used to control subsample antialiasing of text</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._iRenderingThreads">
<summary>In how many thread i should perform the conversion</summary>
<remarks>This is a Major innovation since 8.63 NEVER use it with previous version!</remarks>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.RenderingThreads">
<summary>In how many thread i should perform the conversion</summary>
<remarks>This is a Major innovation since 8.63 NEVER use it with previous version!</remarks>
<value>Set it to 0 made the program set it to Environment.ProcessorCount HT machine could want to perform a check for this..</value>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._sDefaultPageSize">
<summary>The pagesize of the output</summary>
</member><member name="F:PDFView.ConvertPDF.PDFConvert._didOutputToMultipleFile">
<summary>If true i will try to output everypage to a different file!</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.OutputFormat">
<summary>
What format to use to convert
is suggested to use png256 instead of jpeg for document!
they are smaller and better suited!
</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.DefaultPageSize">
<summary>The pagesize of the output</summary>
<remarks>Without this parameter the output should be letter, complain to USA for this :) if the document specify a different size it will take precedece over this!</remarks>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.ForcePageSize">
<summary>If set to true and page default page size will force the rendering in that output format</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.GraphicsAlphaBit">
<summary>This parameter is used to control subsample antialiasing of graphics</summary>
<value>Value MUST BE below or equal 0 if not set, or 1,2,or 4 NO OTHER VALUES!</value>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.TextAlphaBit">
<summary>This parameter is used to control subsample antialiasing of text</summary>
<value>Value MUST BE below or equal 0 if not set, or 1,2,or 4 NO OTHER VALUES!</value>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.JPEGQuality">
<summary>Quality of compression of JPG</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.FirstPageToConvert">
<summary>The first page to convert in image</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.LastPageToConvert">
<summary>The last page to conver in an image</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.ThrowOnlyException">
<summary>Set to True if u want the program to never display Messagebox
but otherwise throw exception</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.RedirectIO">
<summary>If i should redirect the Output of Ghostscript library somewhere</summary>
</member><member name="P:PDFView.ConvertPDF.PDFConvert.OutputToMultipleFile">
<summary>If true i will try to output everypage to a different file!</summary>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.Convert(System.String,System.String)">
<summary>Convert a single file!</summary>
<param name="inputFile">The file PDf to convert</param>
<param name="outputFile">The image file that will be created</param>
<remarks>You must pass all the parameter for the conversion
as Proprieties of this class</remarks>
<returns>True if the conversion succed!</returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.Convert(System.String,System.String,System.String)">
<summary>Convert a single file!</summary>
<param name="inputFile">The file PDf to convert</param>
<param name="outputFile">The image file that will be created</param>
<param name="parameters">You must pass all the parameter for the conversion here</param>
<remarks>Thanks to tchu_2000 for the help!</remarks>
<returns>True if the conversion succed!</returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.Convert(System.String,System.String,System.Boolean,System.String)">
<summary>Convert a single file!</summary>
<param name="inputFile">The file PDf to convert</param>
<param name="outputFile">The image file that will be created</param>
<param name="throwException">if the function should throw an exception
or display a message box</param>
<remarks>You must pass all the parameter for the conversion
as Proprieties of this class</remarks>
<returns>True if the conversion succed!</returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.ClearParameters(System.Runtime.InteropServices.GCHandle[]@,System.Runtime.InteropServices.GCHandle@)">
<summary>Remove the memory allocated</summary>
<param name="aGCHandle"></param>
<param name="gchandleArgs"></param>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.GetGeneratedArgs(System.String,System.String,System.String)">
<summary>This function create the list of parameters to pass to the dll with parameters given directly from the program</summary>
<param name="inputFile"></param>
<param name="outputFile"></param>
<param name="otherParameters">The other parameters i could be interested</param>
<remarks>Be very Cautious using this! code provided and modified from tchu_2000</remarks>
<returns></returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.GetGeneratedArgs(System.String,System.String,System.String[])">
<summary>This function create the list of parameters to pass to the dll</summary>
<param name="inputFile">the file to convert</param>
<param name="outputFile">where to write the image</param>
<returns>the list of the arguments</returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.StringToAnsiZ(System.String)">
<summary>
Convert a Unicode string to a null terminated Ansi string for Ghostscript.
The result is stored in a byte array
</summary>
<param name="str">The parameter i want to convert</param>
<returns>the byte array that contain the string</returns>
</member><member name="M:PDFView.ConvertPDF.PDFConvert.AnsiZtoString(System.IntPtr)">
<summary>Convert a Pointer to a string to a real string</summary>
<param name="strz">the pointer to the string in memory</param>
<returns>The string</returns>
</member><member name="T:PDFView.ConvertPDF.PDFConvert">
<summary>
Create by : TaGoH
URL of the last version: http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx
Description:
Class to convert a pdf to an image using GhostScript DLL
A big Credit for this code go to:Rangel Avulso
I mainly create a better interface and refactor it to made it ready to use!
</summary>
</member><member name="T:PDFView.ConvertPDF.StdioCallBack">
<summary>Delegate used by Ghostscript to perform I/O operations</summary>
<param name="handle"></param>
<param name="strptr"></param>
<param name="count"></param>
<returns></returns>
</member><member name="T:PDFView.ConvertPDF.GS_Revision">
<summary>This struct is filled with the information of the version of this ghostscript</summary>
<remarks>Have the layout defined cuz i will fill it with a kernel copy memory</remarks>
</member><member name="P:PDFView.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.BookmarkHtml">
<summary>
Sucht eine lokalisierte Zeichenfolge, die &lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;PageIndex&lt;/TITLE&gt;
&lt;SCRIPT LANGUAGE="JavaScript"&gt;
function changeImage(filename)
{
parent.pageviewer.document.images['mainimage'].src = filename;
}
&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY bgcolor="#DDDDDD"&gt;{Body}&lt;/BODY&gt;
&lt;/HTML&gt; ähnelt.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.FrameHtml">
<summary>
Sucht eine lokalisierte Zeichenfolge, die &lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;PDF to Image Html&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;FRAMESET ROWS="50,*" FRAMEBORDER=0 BORDER=0 &gt;
&lt;FRAME NAME="top" SRC="content/top.html" MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE&gt;
&lt;FRAMESET COLS="20%,80%" FRAMEBORDER=0 BORDER=0&gt;
&lt;FRAME NAME="left" SRC="content/bookmark.html" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO NORESIZE&gt;
&lt;FRAMESET ROWS="*,25" FRAMEBORDER=0 BORDER=0 &gt;
&lt;FRAME NAME="pa [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.PageHtml">
<summary>
Sucht eine lokalisierte Zeichenfolge, die &lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;PageViewer&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY bgcolor="#999999"&gt;&lt;center&gt;&lt;img id="mainimage" src="images/page1.png" width="100%"&gt;&lt;/center&gt;&lt;/BODY&gt;
&lt;/HTML&gt; ähnelt.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.PagesizeHtml">
<summary>
Sucht eine lokalisierte Zeichenfolge, die &lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;PageSize&lt;/TITLE&gt;
&lt;SCRIPT LANGUAGE="JavaScript"&gt;
function fitScreen()
{
parent.pageviewer.document.images['mainimage'].style.height = '100%';
parent.pageviewer.document.images['mainimage'].style.width = 'auto';
}
function fitWidth()
{
parent.pageviewer.document.images['mainimage'].style.height = 'auto';
parent.pageviewer.document.images['mainimage'].style.width = '100%';
}
function fitActual()
{
parent.pageviewer.document.images['mainimage'].style.height = 'auto';
parent [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
</summary>
</member><member name="P:PDFView.My.Resources.Resources.TopHtml">
<summary>
Sucht eine lokalisierte Zeichenfolge, die &lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;DocumentName&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY bgcolor="#BBBBBB"&gt;{DocumentName}&lt;/BODY&gt;
&lt;/HTML&gt; ähnelt.
</summary>
</member><member name="T:PDFView.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin1
</name>
</assembly>
<members>
<member name="P:Plugin1.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:Plugin1.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:Plugin1.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PluginLib
</name>
</assembly>
<members>
<member name="P:PluginLib.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:PluginLib.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:PluginLib.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin_Aufhebung
</name>
</assembly>
<members>
<member name="M:Plugin_Aufhebung.DB_Connection.#cctor">
<summary>
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
</summary>
<remarks></remarks>
</member>
<member name="T:Plugin_Aufhebung.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Plugin_Aufhebung.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Plugin_Aufhebung.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin_Docm_Settings
</name>
</assembly>
<members>
<member name="M:Plugin_Docm_Settings.DB_Connection.#cctor">
<summary>
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
</summary>
<remarks></remarks>
</member>
<member name="T:Plugin_Docm_Settings.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Plugin_Docm_Settings.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Plugin_Docm_Settings.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin_DokTyp_FV_Wechsel
</name>
</assembly>
<members>
<member name="M:Plugin_DokTyp_FV_Wechsel.DB_Connection.#cctor">
<summary>
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
</summary>
<remarks></remarks>
</member>
<member name="T:Plugin_DokTyp_FV_Wechsel.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Plugin_DokTyp_FV_Wechsel.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Plugin_DokTyp_FV_Wechsel.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin_Outlook_Blacklist
</name>
</assembly>
<members>
<member name="M:Plugin_Outlook_Blacklist.DB_Connection.#cctor">
<summary>
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
</summary>
<remarks></remarks>
</member>
<member name="T:Plugin_Outlook_Blacklist.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:Plugin_Outlook_Blacklist.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:Plugin_Outlook_Blacklist.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.

Binary file not shown.

View File

@@ -0,0 +1,76 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Plugin_Scan
</name>
</assembly>
<members>
<member name="T:Plugin_Scan.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.arrow_inout1">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.arrow_out">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.arrow_turn_left">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.arrow_turn_right">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.FitWidth">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.open_document24_h">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.resultset_next">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.resultset_previous">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.zoomin24_h">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Plugin_Scan.My.Resources.Resources.zoomout24_h">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
¹µÈ¦rȽ¹¿¸ª‰¿­Çx…½³»É·¥¹u¨­À¦¾·¼¹©ÁÀ¯½º·¿µ¸Æhȹ·ºÄ¾Â½m¾³²»¸©Áǹ€ÉÄÀ¯ÀɦÀµ´Àh¾¸€Â¶±¯²Ée¿µ¿·…‰„{ÊÁ©¿u®°‰¸³ƒÅµÇ¸ÉÄÀ¨Š¸´Áwƒ

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,39 @@
1 m 2 r n
2 r n 1 m
1 m 2 i n
2 i n 1 m
1 d 2 c l
2 c l 1 d
2 n n 2 r m
2 r m 2 n n
1 n 2 r i
2 r i 1 n
2 l i 1 h
2 l r 1 h
2 i i 1 u
2 i i 1 n
2 n i 1 m
3 i i i 1 m
2 l l 1 H
3 I - I 1 H
2 v v 1 w
2 V V 1 W
1 t 1 f
1 f 1 t
1 a 1 o
1 o 1 a
1 e 1 c
1 c 1 e
2 r r 1 n
1 E 2 f i
2 l < 1 k
2 l d 2 k i
2 l x 1 h
2 x n 1 m
2 u x 2 i n
1 r 1 t
1 d 2 t l
2 d i 2 t h
2 u r 2 i n
2 u n 2 i m
1 u 1 a

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,111 @@
t 66
h 77
r 51
o 59
u 81
g 100
N 79
e 65
w 94
S 90
F 79
i 68
n 74
d 84
f 71
a 76
m 111
l 58
y 83
s 82
¢ 84
¥ 88
q 87
V 73
L 65
U 74
v 82
E 92
H 102
` 58
¤ 92
B 84
P 72
c 69
O 76
J 63
( 66
€ 99
1 68
, 58
0 73
. 51
) 63
“ 92
R 87
” 90
D 74
M 100
b 74
- 43
; 78
W 95
® 145
? 94
~ 73
# 88
z 93
] 65
x 80
5 85
p 82
Q 90
9 84
2 86
@ 148
< 65
T 70
» 85
6 84
C 69
k 80
70
+ 64
A 72
{ 72
= 82
& 105
62
* 75
3 87
$ 99
j 77
4 74
| 56
7 67
8 84
_ 57
\ 60
: 76
X 82
K 87
} 75
" 76
é 99
£ 98
! 72
> 60
I 63
· 58
Y 77
/ 44
G 93
[ 66
§ 117
• 41
° 71
' 54
Z 87
% 124
— 68
© 132

View File

@@ -0,0 +1,113 @@
112
NULL 0
t 3
h 3
r 3
o 3
u 3
g 3
N 5
e 3
w 3
S 5
F 5
i 3
n 3
d 3
f 3
a 3
m 3
l 3
y 3
s 3
¢ 0
¥ 0
q 3
V 5
L 5
U 5
v 3
E 5
H 5
` 0
¤ 0
B 5
P 5
c 3
O 5
J 5
( 0
€ 0
1 8
, 0
0 8
. 0
) 0
“ 0
R 5
” 0
D 5
M 5
b 3
- 0
; 0
W 5
® 0
? 0
~ 0
# 0
z 3
] 0
x 3
5 8
p 3
Q 5
9 8
2 8
@ 0
< 0
T 5
» 0
6 8
C 5
k 3
0
+ 0
A 5
{ 0
= 0
& 0
0
* 0
3 8
$ 0
j 3
4 8
| 0
7 8
8 8
_ 0
\ 0
: 0
X 5
K 5
} 0
" 0
é 3
£ 0
! 0
> 0
I 5
· 0
Y 5
/ 0
G 5
[ 0
§ 0
• 0
° 0
' 0
Z 5
% 0
— 0
© 0

View File

@@ -0,0 +1,921 @@
a
absurdum
ac
acres
actions
adaption
adjustments
aerobes
affairs
agents
Alan
Albert
Alberta
Alfred
Alice
Alicia
alliances
americas
analysts
announcements
anouncements
apples
applications
apricots
architectures
areas
arguments
arrangements
Arthur
artists
arts
aspects
attitudes
attractions
auctions
aug
az
baccalaureat
backlit
bags
Barbara
Barnabas
Barry
beliefs
benchmarks
Betty
bi
bits
blades
bonaventure
brad
broadminded
broadway
broking
brows
Bruce
bs
buddha
buddhism
buddhist
buddhists
buffers
ca
caffein
calculational
calif
California
cam
cams
Canadian
cancelling
capitulated
caps
Carmel
Carolyn
Carroll
cars
cartridges
cassette
casuality
Catherine
centre
centres
chambermaid
chapters
characteristics
characters
Charles
cheesy
cherokee
Chicago
chloride
Christopher
Chrysler
Churchill
Cicero
cinema
cinemas
Claire
Clara
clark
cleaners
clients
cliffs
clubs
co
codirector
coinsurance
Columbus
combinations
combust
combustor
comparisons
components
computerised
computers
con
concepts
conclusions
connections
connectors
consequences
contemporizing
continued
contra
contractors
controls
coprocessor
corequisite
corp
corridors
corrosive
costmetology
counterparts
cpu
crops
cueing
culturess
curtis
customers
cuts
cutout
cyanide
Czechoslovakia
dan
databases
David
Davis
days
dealership
Deborah
debut
decibles
declarations
deductible
defrayed
degrees
deionized
demobilisation
densily
departments
descriptions
desensitization
desktop
developers
developments
devices
dharma
diameters
Dianne
dicators
differences
digitising
directions
directorate
disadvantages
disassembly
disclosures
discos
discs
discusing
disks
districts
doe
dogs
dominican
dominicans
Donald
dos
dots
Douglas
Douglass
downsize
downsized
drugs
dumplings
duns
eastside
ecconomic
ecconomics
ed
Edward
efforts
Egypt
eh
Einstein
Einsteins
Elaine
electrophotography
elements
Elizabeth
Elliot
emory
emulsion
energized
enquiry
ent
enthusiasts
entrylevel
environments
epilepsy
epistemic
er
eric
erosion
errors
estuary
et
events
everyone's
exactions
exegesis
exhilarating
expenditures
explanations
explicably
expo
ext
extensions
eyelevel
facts
fastidious
fathers
favourably
fax
feb
feint
ferneries
files
filters
Finland
fireplaces
flavours
flights
fluency
fluidized
fluorescent
fm
forceps
forces
forefront
foreknowledge
forman
formfeed
formletters
Francisco
Frankfurt
friends
frond
fronds
frontage
frontseat
ft
functions
funds
futures
futuristic
ga
Galileo
Garfield
Gary
gaskets
geiger
geist
gentiles
Georgia
georgian
giants
gigabytes
glitches
Gloria
gm
gods
gordon
governments
gravitated
gremlins
greyhound
Griffith
groups
guages
Gwen
Hague
halftone
halftones
handfull
hans
hardcopy
harkness
Harold
Harris
haven't
Hawaii
hazards
headlights
headquartered
Helen
helicopter
helicopters
Henderson
herbalists
hermeneutical
hills
hindu
historians
ho
hoc
homeowners
honduras
hong
hours
houses
Howard
hr
hrs
humours
hwy
hyper
hypercard
hypertalk
hz
i
I'd
i.e.
i/o
IBM
iceskating
id
Idaho
ideas
identification
identify
ie
ii
iii
imaged
implementations
inc
individuals
inferences
infrastructure
inoculation
inspectors
instructions
inter
interpretative
intro
intrusive
intrusives
irs
isaac
iso
Italy
its
iv
ix
Jackson
jaguar
Jan
Jane
Jeanne
Jed
Jennie
Jennings
jets
jew
jewish
Joe
John
Jonathan
Joseph
Joyce
jr
jurist
ka
Kansas
Karl
kbytes
Kenneth
Kepler
keyboards
kg
kids
Kirk
kits
knockout
Kong
la
labels
lakeshore
lama
lamps
lan
laptop
Larry
laserjet
laserwriter
latin
Lawrence
laws
layouts
lb
lbs
lcd
le
leaching
Lebanon
leo
leon
Lewis
licensee
licensees
limitations
limpid
Lincoln
Linda
lines
listings
literatures
lithographic
lithography
logo
London
Louis
Lynda
ma
mac
mach
machines
macintosh
macintoshes
maddened
magnetically
manmade
manufacturers
Margaret
Maria
marriages
Martha
Martin
Marvin
Mary
mbyte
mbytes
MD
meads
meals
measurements
mechanics
med
megabit
megabyte
megabytes
members
menus
mesa
methods
Mexico
Meyer
mg
MHz
Michael
micro
microbes
microbial
microbiological
microbiology
microorganism
microorganisms
microsoft
midrange
miles
mils
min
ming
mini
minors
mips
mirages
misnamed
missioned
Missouri
ml
mm
mobilisation
modules
monarchic
monastary
monochrome
month's
Moscow
motorways
msg
mt
multi
multimedia
multiuser
Nurray
museums
nasa
Nathan
nations
nd
ne
Nelson
neoprene
networks
newsletter
Newton
nicholas
nitrate
NJ
nonessential
nonimpact
noninfectious
normative
northside
nov
ns
nuns
nutrients
NY
o
odometer
oem
offcampus
offchip
offsets
offshore
ohm
Olsen
omni
onchip
ondemand
ones
opinions
optimised
options
orchards
oregon
organisations
organise
organises
organising
orginal
os
ot
Otto
outlets
outmoded
overdrive
overdrives
Owens
pages
paperless
papers
Paris
parkway
passages
passengers
passengerside
patio
Paul
payload
pb
pc
pcs
pedal
pedals
penicillin
peoples
perambulate
perils
periods
persons
pesticides
petri
pharmacological
phd
phenomenalists
pheobe
Phil
Philip
philosophers
phlegm
photolithography
photometer
photometrically
photosensitive
phototypsetter
Pierre
plainpaper
plans
platonic
platonism
plc
plots
pluralism
pm
pocketsized
Polly
poly
polygons
polypropylene
popup
potency
pre
precautions
precepts
premises
prep
prerecorded
presswork
pretested
primal
primo
problems
procedures
processors
prod
profits
programme
programs
promissory
propane
protestant
proto
protocols
prudential
ps
pubs
racism
racist
rad
radioactive
rads
Ralph
ramirez
rashers
raster
rd
reactions
realists
realtor
realty
reardeck
rearview
recalibration
recipients
recommendations
recut
redskins
reductions
ref
reflections
refund
reimburse
rel
requirements
resettable
residues
resources
restaurants
rev
revue
rh
rhizomes
rhodes
richard
rickey
risc
rn
Robert
Roberts
rom
roots
Rosemary
rotor
rotors
rovers
rpm
rt
rugby
rumania
rumohra
rumours
Ryan
ryhthm
s
sacrament
sales
samaritan
San
Sandra
santa
Sarah
savagery
schemes
scholasticism
schuler
sciencefiction
sciencehistory
scientists
scripts
scsi
sculptors
se
Sean
Seattle
sec
sel
selectable
selectivity
selfpaced
semesters
sensors
Sept
sets
shareholders
sheerest
Shelley
Sheridan
ships
Shirley
shortcomings
Sidney
sig
sinch
Sinclair
singlesheet
singleuser
sinkhole
sists
skiers
slots
socalled
solidstate
souls
sources
southeast
soy
spa
spans
spilt
splines
spots
sq
squelched
sr
st
Stacey
stacks
standalone
states
steps
sterility
Stevens
stoics
stoves
streakings
stucco
students
stylus
sulfuric
summa
summarise
summers
sums
surveyors
susceptibility
swab
swabs
Swiss
Switzerland
sys
systems
t
Taylor
teaparty
tech
techniques
tel
temperatures
Terry
tests
th
theatre
theatres
thinning
thirdparty
Thomas
tickets
timeout
Timothy
tm
Tokyo
tollfree
tom
topics
torah
touted
towels
toxin
toxins
trademarks
traditions
trans
transfers
treatments
trees
trenchant
tribes
trinity
turbidity
turnaround
tx
types
typeset
typesetter
typestyles
typology
U.S.
UK
ultrafine
unassisted
undercut
units
unix
upchucking
upriver
ups
urea
USA
userfriendly
users
utilise
utilised
v
va
vacillated
vehicles
vendors
veneer
vernal
vi
victorian
videotex
Vienna
vii
viii
visitors
vitro
viva
vol
vols
volumes
vt
Wallace
Walter
walz
Wang
warmup
wastebasket
Wayne
ways
weatherproof
well
wellknown
welt
Wesley
westminster
weston
Williams
winchester
windows
Winston
wireframe
Wisconsin
wittmann
words
workstation
workstations
worlds
wows
wraps
x
xerographic
xi
xii
xiii
xiv
xix
xv
xvi
xvii
xviii
xx
years
Yugoslavian
zealots
zion

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Users>
<TGNummer>¹³§‡ˆz</TGNummer>
<Rolle>1</Rolle>
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
</Users>
<Users>
<TGNummer>¹³«¸ˆu‡</TGNummer>
<Rolle>1</Rolle>
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
</Users>
<Users>
<TGNummer>˜À§¹µ¯n¢º½»ªÀ</TGNummer>
<Rolle>1</Rolle>
<EDOKA_MA_Nr>2</EDOKA_MA_Nr>
</Users>
<Users>
<TGNummer>¹³§‡ˆzËì</TGNummer>
<Rolle>1</Rolle>
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
</Users>
</NewDataSet>

View File

@@ -0,0 +1,3 @@
Public Class Class1
End Class

View File

@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9AFCB506-E71D-42AE-B3E5-711888FF284B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>DOCMSettings</RootNamespace>
<AssemblyName>DOCMSettings</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>DOCMSettings.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>DOCMSettings.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.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</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" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On

View File

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

View File

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

View File

@@ -0,0 +1,62 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("DOCMSettings.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.DOCMSettings.My.MySettings
Get
Return Global.DOCMSettings.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DontShowAgainInSolution>false</DontShowAgainInSolution></Configuration>

View File

@@ -0,0 +1,58 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDOKA_Toolset", "EDOKA_Toolset\EDOKA_Toolset.vbproj", "{1210CA67-4D06-4344-81F4-E7EBB72D4816}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDOKA_PluginLib", "PluginLib\EDOKA_PluginLib.vbproj", "{9F67D3F6-3516-469A-8603-FC5D1CCD8153}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plugin_Docm_Settings", "Plugin_Docm_Settings\Plugin_Docm_Settings.vbproj", "{8FC1F3C3-1CBB-4CB2-89A1-2E5B0A110692}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plugin_Aufhebung", "Plugin_Aufhebung\Plugin_Aufhebung.vbproj", "{5ECF705D-AC6F-4EC6-8C48-08298EC6FFB0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plugin_Scan", "Plugin_Scan\Plugin_Scan.vbproj", "{D3C4B649-B8BB-4605-AED6-2EBBDD55840E}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plugin_Outlook_Blacklist", "Plugin_Outlook_Blacklist\Plugin_Outlook_Blacklist.vbproj", "{5592C2F0-6A1C-4E55-851A-86C8277356C2}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plugin_DokTyp_FV_Wechsel", "Plugin_DokTyp_FV_Wechsel\Plugin_DokTyp_FV_Wechsel.vbproj", "{871D232B-E4BC-4595-B7FD-FB4FB7343918}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1210CA67-4D06-4344-81F4-E7EBB72D4816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1210CA67-4D06-4344-81F4-E7EBB72D4816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1210CA67-4D06-4344-81F4-E7EBB72D4816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1210CA67-4D06-4344-81F4-E7EBB72D4816}.Release|Any CPU.Build.0 = Release|Any CPU
{9F67D3F6-3516-469A-8603-FC5D1CCD8153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F67D3F6-3516-469A-8603-FC5D1CCD8153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F67D3F6-3516-469A-8603-FC5D1CCD8153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F67D3F6-3516-469A-8603-FC5D1CCD8153}.Release|Any CPU.Build.0 = Release|Any CPU
{8FC1F3C3-1CBB-4CB2-89A1-2E5B0A110692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC1F3C3-1CBB-4CB2-89A1-2E5B0A110692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC1F3C3-1CBB-4CB2-89A1-2E5B0A110692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FC1F3C3-1CBB-4CB2-89A1-2E5B0A110692}.Release|Any CPU.Build.0 = Release|Any CPU
{5ECF705D-AC6F-4EC6-8C48-08298EC6FFB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ECF705D-AC6F-4EC6-8C48-08298EC6FFB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ECF705D-AC6F-4EC6-8C48-08298EC6FFB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ECF705D-AC6F-4EC6-8C48-08298EC6FFB0}.Release|Any CPU.Build.0 = Release|Any CPU
{D3C4B649-B8BB-4605-AED6-2EBBDD55840E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C4B649-B8BB-4605-AED6-2EBBDD55840E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C4B649-B8BB-4605-AED6-2EBBDD55840E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C4B649-B8BB-4605-AED6-2EBBDD55840E}.Release|Any CPU.Build.0 = Release|Any CPU
{5592C2F0-6A1C-4E55-851A-86C8277356C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5592C2F0-6A1C-4E55-851A-86C8277356C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5592C2F0-6A1C-4E55-851A-86C8277356C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5592C2F0-6A1C-4E55-851A-86C8277356C2}.Release|Any CPU.Build.0 = Release|Any CPU
{871D232B-E4BC-4595-B7FD-FB4FB7343918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{871D232B-E4BC-4595-B7FD-FB4FB7343918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{871D232B-E4BC-4595-B7FD-FB4FB7343918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{871D232B-E4BC-4595-B7FD-FB4FB7343918}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Binary file not shown.

View File

@@ -0,0 +1,34 @@
Module Crypto
Public Function EncryptText(ByVal strText As String, ByVal strPwd As String)
Dim i As Integer, c As Integer
Dim strBuff As String
strPwd = UCase$(strPwd)
If Len(strPwd) Then
For i = 1 To Len(strText)
c = Asc(Mid$(strText, i, 1))
c = c + Asc(Mid$(strPwd, (i Mod Len(strPwd)) + 1, 1))
strBuff = strBuff & Chr(c And &HFF)
Next i
Else
strBuff = strText
End If
EncryptText = strBuff
End Function
Public Function DecryptText(ByVal strText As String, ByVal strPwd As String)
Dim i As Integer, c As Integer
Dim strBuff As String
strPwd = UCase$(strPwd)
If Len(strPwd) Then
For i = 1 To Len(strText)
c = Asc(Mid$(strText, i, 1))
c = c - Asc(Mid$(strPwd, (i Mod Len(strPwd)) + 1, 1))
strBuff = strBuff & Chr(c And &HFF)
Next i
Else
strBuff = strText
End If
DecryptText = strBuff
End Function
End Module

View File

@@ -0,0 +1,154 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1210CA67-4D06-4344-81F4-E7EBB72D4816}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>EDOKA_Toolset.My.MyApplication</StartupObject>
<RootNamespace>EDOKA_Toolset</RootNamespace>
<AssemblyName>EDOKA_Toolset</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</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\</OutputPath>
<DocumentationFile>EDOKA_Toolset.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>EDOKA_Toolset.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="C1.Win.C1Command.2, Version=2.0.20141.19617, Culture=neutral, PublicKeyToken=e808566f358766d8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Bin\C1.Win.C1Command.2.dll</HintPath>
</Reference>
<Reference Include="C1.Win.C1TrueDBGrid.2, Version=2.0.20141.61347, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Bin\C1.Win.C1TrueDBGrid.2.dll</HintPath>
</Reference>
<Reference Include="EDOKA_PluginLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Bin\EDOKA_PluginLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</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.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="clsHost.vb" />
<Compile Include="Crypto.vb" />
<Compile Include="frmBenutzer.Designer.vb">
<DependentUpon>frmBenutzer.vb</DependentUpon>
</Compile>
<Compile Include="frmBenutzer.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain1.Designer.vb">
<DependentUpon>frmMain1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="Globals.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="PluginServices.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmBenutzer.resx">
<DependentUpon>frmBenutzer.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain1.resx">
<DependentUpon>frmMain1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\licenses.licx" />
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@@ -0,0 +1,13 @@
Imports System.IO
Imports System.Reflection
Module Globals
Public Mitarbeiternr As Integer
Public Userdata As New DataSet
Public tgnummer As String
Public Function ApplicationPath() As String
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
End Function
End Module

View File

@@ -0,0 +1,38 @@
'------------------------------------------------------------------------------
' <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
'HINWEIS: Diese Datei wird automatisch generiert. Ändern Sie sie nicht direkt. Zum Ändern
' oder bei in dieser Datei auftretenden Buildfehlern wechseln Sie zum Projekt-Designer.
' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im
' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor.
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.EDOKA_Toolset.frmMain1
End Sub
End Class
End Namespace

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <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", "12.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Funktion zum automatischen Speichern von My.Settings"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.EDOKA_Toolset.My.MySettings
Get
Return Global.EDOKA_Toolset.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

View File

@@ -0,0 +1,2 @@
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.2, Version=2.0.20123.61277, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.2, Version=2.0.20141.61347, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da

View File

@@ -0,0 +1,120 @@
<?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=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>

Some files were not shown because too many files have changed in this diff Show More