Compare commits
2 Commits
216c1102cd
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| eeac15550f | |||
| 340847a5ae |
Binary file not shown.
0
.vs/BEA/FileContentIndex/read.lock
Normal file
0
.vs/BEA/FileContentIndex/read.lock
Normal file
BIN
.vs/BEA/v16/.suo
BIN
.vs/BEA/v16/.suo
Binary file not shown.
BIN
.vs/BEA/v17/.suo
Normal file
BIN
.vs/BEA/v17/.suo
Normal file
Binary file not shown.
@@ -1,84 +1,84 @@
|
|||||||
Imports System.IO
|
Imports System.IO
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
Module Globals
|
Module Globals
|
||||||
Public WithEvents Generic_Event_Handler As New _Generic_Event_Handler.Generic_Event_Handler
|
Public WithEvents Generic_Event_Handler As New _Generic_Event_Handler.Generic_Event_Handler
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Applikationsversion
|
''' Applikationsversion
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
''' Test GitUpdate
|
''' Test GitUpdate
|
||||||
'Enum Struktur_Selectiontype
|
'Enum Struktur_Selectiontype
|
||||||
' Berechtigung = 0
|
' Berechtigung = 0
|
||||||
' Organisation = 1
|
' Organisation = 1
|
||||||
' Personal = 2
|
' Personal = 2
|
||||||
' Plattform = 3
|
' Plattform = 3
|
||||||
' Server = 4
|
' Server = 4
|
||||||
' Verwaltungdurch = 5
|
' Verwaltungdurch = 5
|
||||||
' Verwaltungmit = 6
|
' Verwaltungmit = 6
|
||||||
'End Enum
|
'End Enum
|
||||||
|
|
||||||
Public Version As String = "2.3"
|
Public Version As String = "2.3"
|
||||||
Public Versionsdatum As String = "06. Juni 2021"
|
Public Versionsdatum As String = "11. Mai 2023"
|
||||||
|
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Applikationsdaten
|
''' Applikationsdaten
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
Public Applikationsdaten As DataTable
|
Public Applikationsdaten As DataTable
|
||||||
Public AppldataRow As Integer
|
Public AppldataRow As Integer
|
||||||
Public Treehandle As Integer
|
Public Treehandle As Integer
|
||||||
|
|
||||||
'Public TTContextMenuStrip As New ContextMenuStrip
|
'Public TTContextMenuStrip As New ContextMenuStrip
|
||||||
|
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Angemelderter Mitarbeiter
|
''' Angemelderter Mitarbeiter
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
Public clsmitarbeiter As New DB.clsMitarbeiter
|
Public clsmitarbeiter As New DB.clsMitarbeiter
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Applikationsparameter
|
''' Applikationsparameter
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
Public clsapplication As New DB.clsApplication
|
Public clsapplication As New DB.clsApplication
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' DB-Verbindungsklasse
|
''' DB-Verbindungsklasse
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
Public sConnectionString As String
|
Public sConnectionString As String
|
||||||
Public conn As New DB.clsConnectionProvider
|
Public conn As New DB.clsConnectionProvider
|
||||||
Public ConnectionFileName As String = ""
|
Public ConnectionFileName As String = ""
|
||||||
Public dbconn As New DB.DB_Connection
|
Public dbconn As New DB.DB_Connection
|
||||||
|
|
||||||
Public SecurityDaten As New DataSet
|
Public SecurityDaten As New DataSet
|
||||||
Public Spaltendaten As New DataTable
|
Public Spaltendaten As New DataTable
|
||||||
Public ToolTipDaten As New DataSet
|
Public ToolTipDaten As New DataSet
|
||||||
Public Set_ToolTips As Boolean = False
|
Public Set_ToolTips As Boolean = False
|
||||||
Public Objekt As New DataTable
|
Public Objekt As New DataTable
|
||||||
Public Objekt_Beziehung As New DataTable
|
Public Objekt_Beziehung As New DataTable
|
||||||
|
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Aktueller Applikationspfad
|
''' Aktueller Applikationspfad
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <returns></returns>
|
''' <returns></returns>
|
||||||
''' <remarks></remarks>
|
''' <remarks></remarks>
|
||||||
Public Function ApplicationPath() As String
|
Public Function ApplicationPath() As String
|
||||||
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
|
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public ncol As New Collection
|
Public ncol As New Collection
|
||||||
|
|
||||||
Public ExcelExport_Form_exists As Boolean = False
|
Public ExcelExport_Form_exists As Boolean = False
|
||||||
|
|
||||||
Public TempTreeControl As New DevComponents.AdvTree.AdvTree
|
Public TempTreeControl As New DevComponents.AdvTree.AdvTree
|
||||||
Public TempTreeControl1 As New DevComponents.AdvTree.AdvTree
|
Public TempTreeControl1 As New DevComponents.AdvTree.AdvTree
|
||||||
Public TempTreeOldParentNode As New DevComponents.AdvTree.Node
|
Public TempTreeOldParentNode As New DevComponents.AdvTree.Node
|
||||||
Public TempTreeNewParentNode As New DevComponents.AdvTree.Node
|
Public TempTreeNewParentNode As New DevComponents.AdvTree.Node
|
||||||
Public TempTreeCurrentNode As New DevComponents.AdvTree.Node
|
Public TempTreeCurrentNode As New DevComponents.AdvTree.Node
|
||||||
Public MoveCopy As Integer = 0
|
Public MoveCopy As Integer = 0
|
||||||
Public MoveCopy_Grid As Object
|
Public MoveCopy_Grid As Object
|
||||||
Public Update_Treedata_for_search As Boolean = True
|
Public Update_Treedata_for_search As Boolean = True
|
||||||
Public treedata_for_search As New DataTable
|
Public treedata_for_search As New DataTable
|
||||||
End Module
|
End Module
|
||||||
|
|||||||
Binary file not shown.
@@ -1,50 +1,50 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="BEA.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="BEA.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<system.diagnostics>
|
<system.diagnostics>
|
||||||
<sources>
|
<sources>
|
||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="FileLog"/>
|
<add name="FileLog"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog"/>-->
|
<!--<add name="EventLog"/>-->
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<switches>
|
<switches>
|
||||||
<add name="DefaultSwitch" value="Information"/>
|
<add name="DefaultSwitch" value="Information"/>
|
||||||
</switches>
|
</switches>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- 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"/> -->
|
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup><userSettings>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup><userSettings>
|
||||||
<BEA.My.MySettings>
|
<BEA.My.MySettings>
|
||||||
<setting name="Tage" serializeAs="String">
|
<setting name="Tage" serializeAs="String">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_gueltig" serializeAs="String">
|
<setting name="Foreground_gueltig" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_vor_ablauf" serializeAs="String">
|
<setting name="Background_vor_ablauf" serializeAs="String">
|
||||||
<value>#FFE5CC</value>
|
<value>#FFE5CC</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_abgelaufen" serializeAs="String">
|
<setting name="Foreground_abgelaufen" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_abgelaufen" serializeAs="String">
|
<setting name="Background_abgelaufen" serializeAs="String">
|
||||||
<value>#FFFF00</value>
|
<value>#FFFF00</value>
|
||||||
</setting>
|
</setting>
|
||||||
</BEA.My.MySettings>
|
</BEA.My.MySettings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
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.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -1,272 +1,272 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
_FunktionDetail
|
_FunktionDetail
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:_FunktionDetail.My.Resources.Resources">
|
<member name="T:_FunktionDetail.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_FunktionDetail.My.Resources.Resources.ResourceManager">
|
<member name="P:_FunktionDetail.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_FunktionDetail.My.Resources.Resources.Culture">
|
<member name="P:_FunktionDetail.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:_FunktionDetail.DB.clsKey_tabelle">
|
<member name="T:_FunktionDetail.DB.clsKey_tabelle">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Data Access class for the table 'key_tabelle'.
|
Purpose: Data Access class for the table 'key_tabelle'.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.#ctor">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.#ctor">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Class constructor.
|
Purpose: Class constructor.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Insert">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Insert">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Insert method. This method will insert one new row into the database.
|
Purpose: Insert method. This method will insert one new row into the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Update">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Update">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Update method. This method will Update one existing row in the database.
|
Purpose: Update method. This method will Update one existing row in the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Delete">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Delete">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectOne">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectOne">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr</LI>
|
<LI>iMandantnr</LI>
|
||||||
<LI>bAktiv</LI>
|
<LI>bAktiv</LI>
|
||||||
<LI>daErstellt_am</LI>
|
<LI>daErstellt_am</LI>
|
||||||
<LI>daMutiert_am</LI>
|
<LI>daMutiert_am</LI>
|
||||||
<LI>iMutierer</LI>
|
<LI>iMutierer</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectAll">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectAll">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: SelectAll method. This method will Select all rows from the table.
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:_FunktionDetail.DB.clsMitarbeiter">
|
<member name="T:_FunktionDetail.DB.clsMitarbeiter">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Data Access class for the table 'mitarbeiter'.
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.#ctor">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.#ctor">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Class constructor.
|
Purpose: Class constructor.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Insert">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Insert">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Insert method. This method will insert one new row into the database.
|
Purpose: Insert method. This method will insert one new row into the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname. May be SqlString.Null</LI>
|
<LI>sVorname. May be SqlString.Null</LI>
|
||||||
<LI>sName. May be SqlString.Null</LI>
|
<LI>sName. May be SqlString.Null</LI>
|
||||||
<LI>sTgnummer. May be SqlString.Null</LI>
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
||||||
<LI>sEmail. May be SqlString.Null</LI>
|
<LI>sEmail. May be SqlString.Null</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Update">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Update">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Update method. This method will Update one existing row in the database.
|
Purpose: Update method. This method will Update one existing row in the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname. May be SqlString.Null</LI>
|
<LI>sVorname. May be SqlString.Null</LI>
|
||||||
<LI>sName. May be SqlString.Null</LI>
|
<LI>sName. May be SqlString.Null</LI>
|
||||||
<LI>sTgnummer. May be SqlString.Null</LI>
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
||||||
<LI>sEmail. May be SqlString.Null</LI>
|
<LI>sEmail. May be SqlString.Null</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Delete">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Delete">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectOne">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectOne">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname</LI>
|
<LI>sVorname</LI>
|
||||||
<LI>sName</LI>
|
<LI>sName</LI>
|
||||||
<LI>sTgnummer</LI>
|
<LI>sTgnummer</LI>
|
||||||
<LI>sEmail</LI>
|
<LI>sEmail</LI>
|
||||||
<LI>iMandantnr</LI>
|
<LI>iMandantnr</LI>
|
||||||
<LI>bAktiv</LI>
|
<LI>bAktiv</LI>
|
||||||
<LI>daErstellt_am</LI>
|
<LI>daErstellt_am</LI>
|
||||||
<LI>daMutiert_am</LI>
|
<LI>daMutiert_am</LI>
|
||||||
<LI>iMutierer</LI>
|
<LI>iMutierer</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectAll">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectAll">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: SelectAll method. This method will Select all rows from the table.
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Get_Mutierer(System.Int32)">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Get_Mutierer(System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Mutierer auslesen
|
Mutierer auslesen
|
||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Delete_Thema(System.Int32)">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Delete_Thema(System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Löschen eines Datensatzes erstellen.
|
Löschen eines Datensatzes erstellen.
|
||||||
</summary>
|
</summary>
|
||||||
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Add_New">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Add_New">
|
||||||
<summary>
|
<summary>
|
||||||
Neue Person einfügen
|
Neue Person einfügen
|
||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
_Generic_Event_Handler
|
_Generic_Event_Handler
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,50 +1,50 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<system.diagnostics>
|
<system.diagnostics>
|
||||||
<sources>
|
<sources>
|
||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="FileLog"/>
|
<add name="FileLog"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog"/>-->
|
<!--<add name="EventLog"/>-->
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<switches>
|
<switches>
|
||||||
<add name="DefaultSwitch" value="Information"/>
|
<add name="DefaultSwitch" value="Information"/>
|
||||||
</switches>
|
</switches>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- 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"/> -->
|
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
<userSettings>
|
<userSettings>
|
||||||
<_MyBeziehungen.My.MySettings>
|
<_MyBeziehungen.My.MySettings>
|
||||||
<setting name="Tage" serializeAs="String">
|
<setting name="Tage" serializeAs="String">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_gueltig" serializeAs="String">
|
<setting name="Foreground_gueltig" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_vor_ablauf" serializeAs="String">
|
<setting name="Background_vor_ablauf" serializeAs="String">
|
||||||
<value>#FFE5CC</value>
|
<value>#FFE5CC</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_abgelaufen" serializeAs="String">
|
<setting name="Foreground_abgelaufen" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_abgelaufen" serializeAs="String">
|
<setting name="Background_abgelaufen" serializeAs="String">
|
||||||
<value>#FFFF00</value>
|
<value>#FFFF00</value>
|
||||||
</setting>
|
</setting>
|
||||||
</_MyBeziehungen.My.MySettings>
|
</_MyBeziehungen.My.MySettings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
' <autogenerated/>
|
' <autogenerated/>
|
||||||
Option Strict Off
|
Option Strict Off
|
||||||
Option Explicit On
|
Option Explicit On
|
||||||
|
|
||||||
Imports System
|
Imports System
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
15008e5645a6671b21342fa585499150a897e195
|
15008e5645a6671b21342fa585499150a897e195
|
||||||
|
|||||||
@@ -1,133 +1,133 @@
|
|||||||
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.exe
|
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.exe
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_FunktionDetail\obj\Debug\BEA.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_FRReporting\bin\Debug\BEA.exe.config
|
E:\Software-Projekte\TKBDiverse\BEA\_FRReporting\bin\Debug\BEA.exe.config
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\BEA.exe.config
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\BEA.exe.config
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe.config
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe.config
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\csvadapter.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\csvadapter.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\DevComponents.DotNetBar2.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\DevComponents.DotNetBar2.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FlexCel.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FlexCel.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\XLSLib.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\XLSLib.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Bars.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Bars.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Editor.dll
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Editor.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenbankauswahl.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenbankauswahl.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmAbout.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmAbout.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExportContainer.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExportContainer.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFortschritt.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFortschritt.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmLogin.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmLogin.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMsgBox.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMsgBox.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSplash.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSplash.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmTempBerechtigung.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmTempBerechtigung.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenverarbeitung.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenverarbeitung.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExcelSheets.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExcelSheets.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUpdate.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUpdate.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Form1.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Form1.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMain.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMain.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Resources.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Resources.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditor.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditor.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditorExtTables.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditorExtTables.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFormSelector.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFormSelector.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminMenu.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminMenu.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminTableSelector.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminTableSelector.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.FrmToolTipEditor.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.FrmToolTipEditor.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmVerbindungEditor.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmVerbindungEditor.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSuche.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSuche.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUebersichtRE.resources
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUebersichtRE.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.GenerateResource.cache
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.GenerateResource.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe.licenses
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe.licenses
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CopyComplete
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CopyComplete
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.xml
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll.config
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll.config
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CoreCompileInputs.cache
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CoreCompileInputs.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe.config
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe.config
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.exe
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\BEA.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\csvadapter.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\csvadapter.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FlexCel.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FlexCel.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\XLSLib.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\XLSLib.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Bars.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Bars.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Editor.dll
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\FastReport.Editor.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_AllgMainObjekte.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FunktionDetail.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\Aga.Controls.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_DataClass.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_FRReporting.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_Generic_Event_Handler.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll.config
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\bin\Debug\_MyBeziehungen.dll.config
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbprojAssemblyReference.cache
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbprojAssemblyReference.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.ResolveComReference.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenbankauswahl.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenbankauswahl.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmAbout.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmAbout.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExportContainer.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExportContainer.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFortschritt.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFortschritt.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmLogin.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmLogin.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMsgBox.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMsgBox.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSplash.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSplash.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmTempBerechtigung.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmTempBerechtigung.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenverarbeitung.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDatenverarbeitung.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExcelSheets.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmExcelSheets.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUpdate.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUpdate.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Form1.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Form1.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMain.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmMain.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Resources.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.Resources.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditor.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditor.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditorExtTables.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmDomainEditorExtTables.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFormSelector.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmFormSelector.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminMenu.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminMenu.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminTableSelector.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSysadminTableSelector.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.FrmToolTipEditor.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.FrmToolTipEditor.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmVerbindungEditor.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmVerbindungEditor.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSuche.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmSuche.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUebersichtRE.resources
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.frmUebersichtRE.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.GenerateResource.cache
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.GenerateResource.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe.licenses
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe.licenses
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CoreCompileInputs.cache
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CoreCompileInputs.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CopyComplete
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.CopyComplete
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.exe
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.xml
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.AssemblyReference.cache
|
E:\Software-Projekte\TKBDiverse\BEA\BEA\obj\Debug\BEA.vbproj.AssemblyReference.cache
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
// <autogenerated />
|
// <autogenerated />
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
||||||
|
|||||||
BIN
BeAUserSync/obj/Debug/BeAUserSync.csproj.AssemblyReference.cache
Normal file
BIN
BeAUserSync/obj/Debug/BeAUserSync.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
Binary file not shown.
1452
_AllgMainObjekte/AllgMainObjekte.Designer.vb
generated
1452
_AllgMainObjekte/AllgMainObjekte.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@@ -1,238 +1,238 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
The primary goals of this format is to allow a simple XML format
|
||||||
that is mostly human readable. The generation and parsing of the
|
that is mostly human readable. The generation and parsing of the
|
||||||
various data types are done through the TypeConverter classes
|
various data types are done through the TypeConverter classes
|
||||||
associated with the data types.
|
associated with the data types.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
... ado.net/XML headers & schema ...
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
<resheader name="version">2.0</resheader>
|
<resheader name="version">2.0</resheader>
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, 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="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="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<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>
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
<comment>This is a comment</comment>
|
<comment>This is a comment</comment>
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
There are any number of "resheader" rows that contain simple
|
||||||
name/value pairs.
|
name/value pairs.
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
Each data row contains a name, and value. The row also contains a
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
text/value conversion through the TypeConverter architecture.
|
text/value conversion through the TypeConverter architecture.
|
||||||
Classes that don't support this are serialized and stored with the
|
Classes that don't support this are serialized and stored with the
|
||||||
mimetype set.
|
mimetype set.
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
The mimetype is used for serialized objects, and tells the
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
read any of the formats listed below.
|
read any of the formats listed below.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
value : The object must be serialized into a byte array
|
value : The object must be serialized into a byte array
|
||||||
: using a System.ComponentModel.TypeConverter
|
: using a System.ComponentModel.TypeConverter
|
||||||
: and then encoded with base64 encoding.
|
: 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: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:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:choice maxOccurs="unbounded">
|
<xsd:choice maxOccurs="unbounded">
|
||||||
<xsd:element name="metadata">
|
<xsd:element name="metadata">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
<xsd:attribute ref="xml:space" />
|
<xsd:attribute ref="xml:space" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="assembly">
|
<xsd:element name="assembly">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="data">
|
<xsd:element name="data">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
<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:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
<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="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
<xsd:attribute ref="xml:space" />
|
<xsd:attribute ref="xml:space" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="resheader">
|
<xsd:element name="resheader">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:choice>
|
</xsd:choice>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
<resheader name="resmimetype">
|
<resheader name="resmimetype">
|
||||||
<value>text/microsoft-resx</value>
|
<value>text/microsoft-resx</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<resheader name="version">
|
<resheader name="version">
|
||||||
<value>2.0</value>
|
<value>2.0</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<resheader name="reader">
|
<resheader name="reader">
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<metadata name="ctxMenuAktiv.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ctxMenuAktiv.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>462, 17</value>
|
<value>462, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="TSBtnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="TSBtnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKQSURBVDhPrY/JTxNRAIdf0kQPJoZ4MOFEUNwoWLbSllUg
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKQSURBVDhPrY/JTxNRAIdf0kQPJoZ4MOFEUNwoWLbSllUg
|
||||||
KAFKy6JSFFDABUwQLxz4B0iaECImGA9owo14aCXFUFot2MJAC5zdN+hCaaEFSUQoP997DFSJRyf5kpnM
|
KAFKy6JSFFDABUwQLxz4B0iaECImGA9owo14aCXFUFot2MJAC5zdN+hCaaEFSUQoP997DFSJRyf5kpnM
|
||||||
7/veDPkvl06n22hpaoZlfAoL3hUs+lbhXlqFxx+CdzkMXyAMfyCE5WAI43YBba1teHC/Y0PUCWmob0Aj
|
7/veDPkvl06n22hpaoZlfAoL3hUs+lbhXlqFxx+CdzkMXyAMfyCE5WAI43YBba1teHC/Y0PUCWmob0Aj
|
||||||
xTE9hwX/2l8sLq/DHViHJ7gO38oPTLvmwQ67e/sORJ2Qm403wBCc89iO7Bwggq3tCH5tbePn5hY9ZJZv
|
xTE9hwX/2l8sLq/DHViHJ7gO38oPTLvmwQ67e/sORJ2Qm403wBCc89iO7Bwggq3tCH5tbePn5hY9ZJZv
|
||||||
bzW3RAP1166D8UZw4dtSaBdfCF8pX+jvfPau4pNnBR/dQdgcM3zLIqJOSF2tDgzLhAAv/dQ9PIE1+vns
|
bzW3RAP1166D8UZw4dtSaBdfCF8pX+jvfPau4pNnBR/dQdgcM3zLIqJOSF2tDgzLhAAv/dQ9PIE1+vns
|
||||||
N8L47g/z4Khtkm9ZRNQJuVJzGYwRqx1zH7yYp8y9Z3gwS3G9o7x1Y4bywjzBt3VXa6OB6soqMB49eQbD
|
N8L47g/z4Khtkm9ZRNQJuVJzGYwRqx1zH7yYp8y9Z3gwS3G9o7x1Y4bywjzBt3VXa6OB6soqMB49eQbD
|
||||||
6ASGLQ6YXk1h5LUAE2XYOgmj2Y7nL214+Pgp37KIqBOiVVfgn1Roohx4V62tjAbUpWX4E025GlUaLR/V
|
6ASGLQ6YXk1h5LUAE2XYOgmj2Y7nL214+Pgp37KIqBOiVVfgn1Roohx4V62tjAbUpWX4E025GlUaLR/V
|
||||||
0NMY7JmJ6rLy/Y2oE1JSfBGM0kslsNlscLlcHKfTyWH3giAgS6GEQi7f34o6IYV5+WAUFxbBarUiPzcP
|
0NMY7JmJ6rLy/Y2oE1JSfBGM0kslsNlscLlcHKfTyWH3giAgS6GEQi7f34o6IYV5+WAUFxbBarUiPzcP
|
||||||
ykwFHA4H7HY7j46NjSE/JxfZqiwU0G3RhYJoIFupAiMvKxsWOkxPSUWyVAqz2QyTyQSDwYChoSGoaFSR
|
ykwFHA4H7HY7j46NjSE/JxfZqiwU0G3RhYJoIFupAiMvKxsWOkxPSUWyVAqz2QyTyQSDwYChoSGoaFSR
|
||||||
IUcOi9BDRJ2QjNS0TXlqGh8YjUacPpmAE/HxXBocHMTAwAD6+/shS0qGTJqEzLR0KGlI1AmJORpzL/lc
|
IUcOi9BDRJ2QjNS0TXlqGh8YjUacPpmAE/HxXBocHMTAwAD6+/shS0qGTJqEzLR0KGlI1AmJORpzL/lc
|
||||||
YiRdlsLHe1JfXx96enqg1+vR3d2NMzR8NuEUzidKWWiHqkd2C4Qck0gkpXFxcVVdXV1NVGjt7e1tp3TQ
|
YiRdlsLHe1JfXx96enqg1+vR3d2NMzR8NuEUzidKWWiHqkd2C4Qck0gkpXFxcVVdXV1NVGjt7e1tp3TQ
|
||||||
QDt77uzsbIw9Hqs9JJFoGHRfQAg5/BslsRWFgJrRJAAAAABJRU5ErkJggg==
|
QDt77uzsbIw9Hqs9JJFoGHRfQAg5/BslsRWFgJrRJAAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TSBtnAddNew.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="TSBtnAddNew.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAINSURBVDhPY6AVYAyc67K/+XD1/SYg9p3quAQqTiQIZWAO
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAINSURBVDhPY6AVYAyc67K/+XD1/SYg9p3quAQqTiQIZWAO
|
||||||
Wu75Zu6Nuf9nX5/9322S/TmoDJEAaIDnctc3k69M/D/hSt9/p0nm56EyRAKwATZveq+0/O++0gg0wAiP
|
Wu75Zu6Nuf9nX5/9322S/TmoDJEAaIDnctc3k69M/D/hSt9/p0nm56EyRAKwATZveq+0/O++0gg0wAiP
|
||||||
AfUMTOYLtWx81tnYB0CxZZ+ak88myw9dV8v/d1wp+e88T++2/XxtB591FvYeQOyyzsTeYJGyFVi/cAGn
|
AfUMTOYLtWx81tnYB0CxZZ+ak88myw9dV8v/d1wp+e88T++2/XxtB591FvYeQOyyzsTeYJGyFVi/cAGn
|
||||||
Se6J5P99V5v+T7ze8H/Szbr/U27V/O++kfe/43rm/9Zr6f87r+f+775e9L/tSsH/hot5/yvPZf8P2Ov6
|
Se6J5P99V5v+T7ze8H/Szbr/U27V/O++kfe/43rm/9Zr6f87r+f+775e9L/tSsH/hot5/yvPZf8P2Ov6
|
||||||
ny+OXZlBLJfTogoo0H+9Fqi56v+U2xX/p94p/d9+M+5/283o/y03I/533Ur+33Mz63/79fT/DZdT/1ee
|
ny+OXZlBLJfTogoo0H+9Fqi56v+U2xX/p94p/d9+M+5/283o/y03I/533Ur+33Mz63/79fT/DZdT/1ee
|
||||||
T/4fdtD5P28ImzqDUAaLRcQOwf9ph4T/554U+l94Ruh/wRnB/zXXzP633/H533rH83/5ZZ3/+af5/+cB
|
T/4fdtD5P28ImzqDUAaLRcQOwf9ph4T/554U+l94Ruh/wRnB/zXXzP633/H533rH83/5ZZ3/+af5/+cB
|
||||||
cdZx/v9JB/j++27lAhrAoM7A6cQgLRnPsFk2mWGbYhrDNuV0IA3EaftFf3Y+sP3f/sDqf9gm8Q8gMRgG
|
cdZx/v9JB/j++27lAhrAoM7A6cQgLRnPsFk2mWGbYhrDNuV0IA3EaftFf3Y+sP3f/sDqf9gm8Q8gMRgG
|
||||||
qRWPZ9jAZ8EgBA4HIGBEwfYMLOGHmN7UPeb4X/eY67/7ciZQLKCqgWAcABiNiecY3nS8YvgPwj5rGEhP
|
qRWPZ9jAZ8EgBA4HIGBEwfYMLOGHmN7UPeb4X/eY67/7ciZQLKCqgWAcABiNiecY3nS8YvgPwj5rGEhP
|
||||||
B7kXBN4s+CT/f/5H+f9hG3lJNyBpr+6bOQ89/oNwwCJ1Eg1gYGCSymXYYdjGcAOExeIZ5kHFSQIsDCoM
|
B7kXBN4s+CT/f/5H+f9hG3lJNyBpr+6bOQ89/oNwwCJ1Eg1gYGCSymXYYdjGcAOExeIZ5kHFSQIsDCoM
|
||||||
7GDMwMAMEUIHDAwArmHzT5KTHe0AAAAASUVORK5CYII=
|
7GDMwMAMEUIHDAwArmHzT5KTHe0AAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TSBtnDelete.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="TSBtnDelete.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJASURBVDhPfZNLSxtRFMdn5Suah0oChhiJmlGj8RGfiKIi
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJASURBVDhPfZNLSxtRFMdn5Suah0oChhiJmlGj8RGfiKIi
|
||||||
gouAEPULuMlSxe+Rrbt8hKEWGfJobNq5k0ZaJ7Vgq90ILW5auiiFLv8955oJiU37hwPDPfd3/ufMvVex
|
gouAEPULuMlSxe+Rrbt8hKEWGfJobNq5k0ZaJ7Vgq90ILW5auiiFLv8955oJiU37hwPDPfd3/ufMvVex
|
||||||
VTk4SF0mEprmcrmrS39JCwbdpZ0dzdjeTlWXHvUhmUw/nJ7i7e4uspGIxRurqZqqsPXp5ATG4iJyo6Np
|
VTk4SF0mEprmcrmrS39JCwbdpZ0dzdjeTlWXHvUhmUw/nJ7i7e4uspGIxRurqZqqsPXp5ATG4iJyo6Np
|
||||||
mWBnCScSMNfXIVZXoatqQ5EafHwMMTcHY2ZGRkZVUwq3zc42LJaXYSwtQQ+HZZEafHQEEYtBTE3VQh8a
|
mWBnCScSMNfXIVZXoatqQ5EafHwMMTcHY2ZGRkZVUwq3zc42LJaXYSwtQQ+HZZEafHQEEYtBTE3VQh8a
|
||||||
0hSemduuh435eRizs9BDIasUj1u3h4cwydGcnIQZjaJEwblal/zBbdfDggB2+ZhMojQ9LaE3FOWJiUbY
|
0hSemduuh435eRizs9BDIasUj1u3h4cwydGcnIQZjaJEwblal/zBbdfDggB2+ZhMojQ9LaE3FOWJiUbY
|
||||||
lixCbdfD7ChGRmAMDEAEgzApss1gW7IIbTDIqRgIoOB04iXFK7cboqcHus/3b5jFSbG1ZVnxOF50dkr4
|
lixCbdfD7ChGRmAMDEAEgzApss1gW7IIbTDIqRgIoOB04iXFK7cboqcHus/3b5jFSbG1ZVnxOF50dkr4
|
||||||
tccDs7cXZa8XWb///+5Fgiv7+8gTeFEHX/p8eNfXh/f9/cgHAs3nL25sWJW9PeTIuUBRdLlk22WCr/x+
|
tccDs7cXZa8XWb///+5Fgiv7+8gTeFEHX/p8eNfXh/f9/cgHAs3nL25sWJW9PeTIuUBRdLlk22WCr/x+
|
||||||
XNP8N6EQboeHUXx6AgxbBGccDuQ6OnDR1SXdeeYctc3ON4OD+KyquI9E8IX+kajeE8XY3NSu6CLp7e3I
|
XNP8N6EQboeHUXx6AgxbBGccDuQ6OnDR1SXdeeYctc3ON4OD+KyquI9E8IX+kajeE8XY3NSu6CLp7e3I
|
||||||
tLUhT0V4dt3rlRs4uO27cBj34+N4oCP9RrfxOx13SVU1pbCwkDpvbYXe0oIsFeGfd97d3TCn7JLa/krH
|
tLUhT0V4dt3rlRs4uO27cBj34+N4oCP9RrfxOx13SVU1pbCwkDpvbYXe0oIsFeGfd97d3TCn7JLa/krH
|
||||||
yuBPunC/VlZQiUYfH9WZw5G2Czx7AtviNZMu2w96SL/X1nAXiz0+JltnTmfqucejNYNtca48NqZd286K
|
yuBPunC/VlZQiUYfH9WZw5G2Czx7AtviNZMu2w96SL/X1nAXiz0+JltnTmfqucejNYNtca48NqZd286K
|
||||||
ovwBHtVvxMSvxBEAAAAASUVORK5CYII=
|
ovwBHtVvxMSvxBEAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TSBtnSetSecurityObject.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="TSBtnSetSecurityObject.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKvSURBVDhPvY5bSFNxHMdPrtuLiUFlIEEQVnqeEu1m+BCI
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKvSURBVDhPvY5bSJNhHMa/XFk3JgaVgQRBWOl3lWgnw4tA
|
||||||
WBQ+WFGIiqJlmU3bzWbH25m2mR4vO266aWyZurm5OpLaWkeLiTpD0Smpm9O8PwiTeujqr20ck3Whtz7w
|
xKLwwopCVBQty2zaTjZ7PW3aZvp52Oemm8aWqZubq0lqa31WTNQZik5J3Zzm+UKY1EVH/23jM1kHuusH
|
||||||
f/j+v78PfJH/Sjg/JIrfeedNqDx0G/PljUaj2T44NJRosViqjUZTUUtLS7CnwBCfc40R/uF4UDKHTlmL
|
78XzPv8fPNh/JYIbGs3tuv0mTBa2jf7yRq1W+w4ODSVZLJYao9FU3NraGuIpEOZztikyIEIQnMKiUtdi
|
||||||
aQgLOGU47OvpNjAajX6j1jFLX1/fJ+MruoeiOh2turYvMlnd5SN4IHr/bdoyNhLvxPQJ64KBSysXtadN
|
G8MDT+oP+Xm6DYxGo/+odczS19f3yfiSemUwdDnatO1fpNL6S4cFQfi9t+nLaCTBidSJ67yBiysXNKdM
|
||||||
SCSyldERpL/fQtA0vaLX64Pc2bWGRdbI68WSh87gaweCQ9JY8iip78t0es/nYxyW4mCCzz0kDmF5ZDcm
|
WBS2ldYxrL/fQlAUtaLT6YLd2bWGQdbKGkTiB86Qq/tDQtMZsmiJ34sMavfnoyyG/ECiz10sHmN4ZDcm
|
||||||
k2m6VW8oYKIHHo/nx+EIzgDAFhE7OTqy2DdRaN3pPJSB7GBONtFqDQ6Foj6fiT8Z1cnDZrq0vQsdahCJ
|
k2m6TacvpKMHDofjz2LxTgPAFiEzJSaqxC+Jb93hPJiJbadPNtFo9A65vKGAjj8Z1crCZ7o1vQudKhAK
|
||||||
Yp+d4Oyu9Zq+AUnKpGJx5XJGBrbLnS3qsv32F5pHPSbt9yWDHBa0VTBFYh9TYsMDPcKvCAT4Pi43b42d
|
454eZ+2q85q+AUlKJSJR1XJmJtrpzhZV+T77c/VDyqT5vqSXwYKmGqZI9DE1LiLII/wKjyfYy2bnrzGz
|
||||||
ySYmnzfxHe26D8uUEhZbpTDfVA5z6gcwW18Ew+W8x4zyO0oJ3mClGmGlQwWLOhIk7DQouZkI7xtEMFuX
|
mMTks2auo0P7YdmggMU2Ccw3V8Cc6j7MNhTDcAXnEa38jkIsaLQammClUwmLWhLEzHQovZEE7xuFMFtf
|
||||||
D46aXKAw3np3bupJRtmkvRoLsD7Fvi21yWBBUwnzjaVQeTsJYiKOwyjBA4c0B+wVXJgsZUN3TlITo3kz
|
AI7aPGhHnPWevLQTtLJJRw0KtD5B35bapbCgroL5pjKoupUMsZHHYJTggEOSC/ZKNkyWMaEnN7mZ1rwZ
|
||||||
oiyunX9SBnOqEphVFsKMHIPo0BBQ37oCtrJsGCtO+NorTKlo51/1ZxRvzJLsvVYCc87U5rnmCmG6ig+2
|
UZTUzT8uhzllKcwqimBGhiAmLBRUNy+DrTwHxkoSv/byUys7uFcCaMUbszhnj5VAzpm6fNdcPkxXc8FW
|
||||||
8rswIc6EASy1s5sbf5Q5/TsWcVaW3SXaCQ5MueYOFlyfeM1POs/U/0aDxW0fLEx/N4zdcJqFydnuzFR/
|
cQcmRFkwgNK6etgJR+jTv2MRZWfbXaKdYMGUa+5g4bWJ19zkc3T9b9Qo3newKOPdMLruNPNTctyZrv6M
|
||||||
xmazoWazGaUoClWpVChJkqi8QHiByBWcxTAcdT8cl6ASgkBJhQJtbtahXTSNjo+Po6urq+gP6p1Y1cYg
|
zWbDzWYzbjAYcKVSiZMkicsK+eeJPN4ZhAS4+wkEYlxMEDgpl+MtLVq8m6Lw8fFxfHV1Ff8B04lYy7S8
|
||||||
GAYAAAAASUVORK5CYII=
|
X94AAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tsbtnReport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="tsbtnReport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHHSURBVDhPfc9fa9NQGAbwfQPv/AS79Xv4FUq98MYbqV64
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHHSURBVDhPfc9fa9NQGAbwfQPv/AS79Xv4FUq98MYbqV64
|
||||||
P0Iv540iTJg3KwwHaQWROu3SNrPtXHPSRCptT7JBjbFLaekfKO1X2OP7hjopJ/bAj3PI+5wnycbftVgs
|
P0Iv540iTJg3KwwHaQWROu3SNrPtXHPSRCptT7JBjbFLaekfKO1X2OP7hjopJ/bAj3PI+5wnycbftVgs
|
||||||
DubzuVwnmUw+XsbVxQEqwTqpVOomkUjEl0Rv8T5iUXv2X/svtrC7s3WTTqfVktlsJkfl57h+dXctzkwm
|
DubzuVwnmUw+XsbVxQEqwTqpVOomkUjEl0Rv8T5iUXv2X/svtrC7s3WTTqfVktlsJkfl57h+dXctzkwm
|
||||||
k9/La//WdDqV458WBo2jtTgTWzAejyUBO6y00fZDBL1rtL2ryGg0imZLasFgMJDD4RDs0WEZX2wP/q8A
|
k9/La//WdDqV458WBo2jtTgTWzAejyUBO6y00fZDBL1rtL2ryGg0imZLasFgMJDD4RDs0WEZX2wP/q8A
|
||||||
LfcyQvNoxvr9vlrQ6/VkGIYw7A6evj3BbuYUPzouitX6rappgzNELQiCQBJU6g1ixToXDjjj+75a0O12
|
LfcyQvNoxvr9vlrQ6/VkGIYw7A6evj3BbuYUPzouitX6rappgzNELQiCQBJU6g1ixToXDjjj+75a0O12
|
||||||
JYF7eQXD6USf7XqrPJpxhqgFnudJAnb/5SccGzZM+zs+G9WI67rRjNFZLWi1WpIgfybw8PUHPDnI45to
|
JYF7eQXD6USf7XqrPJpxhqgFnudJAnb/5SccGzZM+zs+G9WI67rRjNFZLWi1WpIgfybw8PUHPDnI45to
|
||||||
4KRcvaVXzsGZZrOpFjiOIwkuTPrfC4FaXdB5VV0IcEYIoRaYpikty8LpWRUF+uQ4+tcaOLNSkMlk7uRy
|
4KRcvaVXzsGZZrOpFjiOIwkuTPrfC4FaXdB5VV0IcEYIoRaYpikty8LpWRUF+uQ4+tcaOLNSkMlk7uRy
|
||||||
uXuFQuF9qVQKi8Xi0DCMWRyecUbX9Tzf4bsbmqZtZrPZB/Rgm+zReZ/2N7Qf0f6OLc/8jGd7ZJvvaJq2
|
uXuFQuF9qVQKi8Xi0DCMWRyecUbX9Tzf4bsbmqZtZrPZB/Rgm+zReZ/2N7Qf0f6OLc/8jGd7ZJvvaJq2
|
||||||
+QcsIGo4Kn9/QwAAAABJRU5ErkJggg==
|
+QcsIGo4Kn9/QwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tsbtncopy1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="tsbtncopy1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIbSURBVDhPjZPLbxJRFIeJunHhwoVrd8a40f8A4z+gGxYu
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIZSURBVDhPjZO/bxJhGMeJujg4ODi7GeOi/wHGf0AXBkfc
|
||||||
cUeFxdQQ4oqkadJYTIzVxAApqSn1MVCg0BmGGeYBw1DeDI8C1Wtwpws3xpVpPPHOcMmtAY3fbs6c33fO
|
qDBcDSFOJE2TxmLS2Jg0XGNTU1rwaCnHwf0EjwPKHXcHHOCP10SDmw4uxsk0PvE9eMlbAxo/2315vp97
|
||||||
mWQc/yIYDJ5zu91XfD7fjUDg0W2Px3OZvPo7Tqfzgq7z/cmk/HU6bZ82GxyMjlVoNXlg2VTD7/dfIq3L
|
HpIL/ItkMnkuHA5ficViNxKJR7cjkchl8tPfCQaDF5pNcYhQ4+t43D012zwMBxpYZgk4rmDH4/FLZHQx
|
||||||
cblc53VV/YXGKqCJBuikDOiDDsOhApJUhMO8oDEMc5G0U0KhjTt7e1Fv7uDdRq+nfi+pSVDkBMS2X0C3
|
oVDovK7rv9BIA/SmCujta0DvdPA8FSRJhrIk1xmGuUjGKanU2p39/e2owOfWBgP9e03LgapkgU1vgNMp
|
||||||
LcBwIEM6nQSOy0AsFg6TGKVdkyqzqSU4/fn5xJqKPlZAFLOQSiWh2xLsTaxaoyGmSYzSqApFNFJgLpmv
|
g9dXIJ/PAc8fws5OOk1qlK6ltaZvrcHpz88f/Lei93UQxQJePQeOVZ5s4me2rR6TGsVuy1U0VGEmma2u
|
||||||
rsgcGEYVT42C2ZlJzE7pPYlRjrRcDh3LQCWz+5t1Dmq1QzBNEXR8ll2rSbskRtHlgwQaFGGZZL66UUrZ
|
KjwYRgNYdgtceyrxesYrUqOYdUFAAwWoZHq/ecJDq1UE1xVBx2f5mWNpe6RGadb4POrLsEgyW92ocZOs
|
||||||
tfqRuE1iFFnY30V9EdBAAjS0RGcl+CQsMTS8Aa4ZZf4ViVGKPBtBvQIsSEZUYqgJu1bVueckRilk324h
|
Y6ovSI1Sk4/2UE8E1JcAeb7orASfhCVGFW+As5OGuEVqlKrIsahbgTnJkEoMLTvJ2s3KM1KjKKXsJnIF
|
||||||
Mw+LEuskLBlrYCisXdOkTIjEKNx+fBN1eZhJ8NdeImlV8l/a1Xwh/jpyl8QoGXZnDbU5QB0s6c4leJsz
|
mJf4J2HJqAqGejDJ6loxRWqUylFmHTklmErwv71A4rakL922pGResndJjVLkdldQhwdkY4kzk+BtzkhW
|
||||||
kvX14C3Svggbjz5GrRz8ITGxBJ80xs9TVP+xuvrwGmlfZCe8xaBmFvp6Ej6ZpW+tCicJuTebkZfP7nu9
|
V5O3yPg8XGb7MbKO4Q+JiyX4pBF+Hn/s/FhefniNjM+zm95kkFmAnp6DT57xzW1VNFk4WGefb9yPRqPX
|
||||||
3uvWn0lalxNgmJtPn6zdW1l5cJWU/gOH4zeErvR/o5VWkgAAAABJRU5ErkJggg==
|
/S+TjC4mwTA3nz5Zube09OAqif6DQOA3+EHvU7u5BAYAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tsbtnCopy2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="tsbtnCopy2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGSSURBVDhPjVPLasJAFM22u0KX1mWzsJv+lh+h31A/Qqhr
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGSSURBVDhPjVPLasJAFM22u0KX1mWzsJv+lh+h31A/Qqhr
|
||||||
P8CNVqhUYzQRpa6kFKSal/ERH7f3DJkhk1rohcOEzD2PeRlcNwzzn7hn/CrTDwJaex5hDMKQwiiiaLOh
|
P8CNVqhUYzQRpa6kFKSal/ERH7f3DJkhk1rohcOEzD2PeRlcNwzzn7hn/CrTDwJaex5hDMKQwiiiaLOh
|
||||||
DRDHCtVqtZ5ytDI9z6fv1UoTiVhECsQpKpVKE/0ZIL1hBkzyfJ8wCiI3b7db2u12tN/vFezRSKXBXCpi
|
DRDHCtVqtZ5ytDI9z6fv1UoTiVhECsQpKpVKE/0ZIL1hBkzyfJ8wCiI3b7db2u12tN/vFezRSKXBXCpi
|
||||||
mIgsXNkxTomHw4GSJNEwSgWQRhNAVJDhCidJOB6PGhzHUWlgoARAhLMkS8LpdKLz+azguq4mrgQQR8bO
|
mIgsXNkxTomHw4GSJNEwSgWQRhNAVJDhCidJOB6PGhzHUWlgoARAhLMkS8LpdKLz+azguq4mrgQQR8bO
|
||||||
Ey+Xi8JkMlHzgBKQkaRyloh/4jQYY16CFAaUAMh5d5CxWfP5nCzLEhv41uspYUATkO4QwCS+F4sFTadT
|
Ey+Xi8JkMlHzgBKQkaRyloh/4jQYY16CFAaUAMh5d5CxWfP5nCzLEhv41uspYUATkO4QwCS+F4sFTadT
|
||||||
do9oYA2ECfYLR62dwrX4aMCah8Mh9fvvYoOXy6VIYts2vTQaH8y9EwIJE/PxITpgcue1I+ZCvifdblf0
|
do9oYA2ECfYLR62dwrX4aMCah8Mh9fvvYoOXy6VIYts2vTQaH8y9EwIJE/PxITpgcue1I+ZCvifdblf0
|
||||||
tNvtr2Kx+AgySntM5XK5CRec+Ww2U6JwZyK1Wq3PUqn0BOLV4vtex3JAzCZardf0XKuNC4XCQ9r6Z+HJ
|
tNvtr2Kx+AgySntM5XK5CRec+Ww2U6JwZyK1Wq3PUqn0BOLV4vtex3JAzCZardf0XKuNC4XCQ9r6Z+HJ
|
||||||
qkQ53DIyZRg/yW2pDIFIxosAAAAASUVORK5CYII=
|
qkQ53DIyZRg/yW2pDIFIxosAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="ctxMenuBeziehungen.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ctxMenuBeziehungen.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>293, 17</value>
|
<value>293, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
</root>
|
</root>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,87 +1,89 @@
|
|||||||
Public Class frmNeueBeziehung
|
Public Class frmNeueBeziehung
|
||||||
|
|
||||||
Dim dc As New _DataClass.DataClass
|
Dim dc As New _DataClass.DataClass
|
||||||
Dim sec As New Utils.MySecurity
|
Dim sec As New Utils.MySecurity
|
||||||
Dim m_temporaer As Boolean
|
Dim m_temporaer As Boolean
|
||||||
Dim Datenklasse As New _DataClass.DataClass
|
Dim Datenklasse As New _DataClass.DataClass
|
||||||
Dim kontaktfb As New DataTable
|
Dim kontaktfb As New DataTable
|
||||||
Dim Kontaktsd As New DataTable
|
Dim Kontaktsd As New DataTable
|
||||||
Property Temporaer As Boolean
|
Property Temporaer As Boolean
|
||||||
Get
|
Get
|
||||||
Return m_temporaer
|
Return m_temporaer
|
||||||
End Get
|
End Get
|
||||||
Set(value As Boolean)
|
Set(value As Boolean)
|
||||||
m_temporaer = value
|
m_temporaer = value
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
Private Sub frmNeueBeziehung_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
Private Sub frmNeueBeziehung_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
Me.Panel2.Height = 1
|
Me.Panel2.Height = 1
|
||||||
sec.Set_Form_Security(Me)
|
sec.Set_Form_Security(Me)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Sub New()
|
Sub New()
|
||||||
|
|
||||||
' Dieser Aufruf ist für den Designer erforderlich.
|
' Dieser Aufruf ist für den Designer erforderlich.
|
||||||
InitializeComponent()
|
InitializeComponent()
|
||||||
|
|
||||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||||
Dim dt As New DataTable
|
Dim dt As New DataTable
|
||||||
dc.ConnectionString = Globals.sConnectionString
|
dc.ConnectionString = Globals.sConnectionString
|
||||||
dc.Mitarbeiternr = Globals.Mitarbeiternr
|
dc.Mitarbeiternr = Globals.Mitarbeiternr
|
||||||
dt = dc.Get_Stammdaten("Beziehungstyp", "Bezeichnung")
|
dt = dc.Get_Stammdaten("Beziehungstyp", "Bezeichnung")
|
||||||
Me.cbbeziehungstyp.DataSource = dt
|
Me.cbbeziehungstyp.DataSource = dt
|
||||||
Me.cbbeziehungstyp.DisplayMember = "bezeichnung"
|
Me.cbbeziehungstyp.DisplayMember = "bezeichnung"
|
||||||
Me.cbbeziehungstyp.ValueMember = "KeyValue"
|
Me.cbbeziehungstyp.ValueMember = "KeyValue"
|
||||||
For Each r As DataRow In dt.Rows
|
For Each r As DataRow In dt.Rows
|
||||||
If r.Item("Bezeichnung") = "Zugehörig" Then Me.cbbeziehungstyp.SelectedValue = r.Item("keyvalue")
|
If r.Item("Bezeichnung") = "Zugehörig" Then Me.cbbeziehungstyp.SelectedValue = r.Item("keyvalue")
|
||||||
Next
|
Next
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click
|
Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click
|
||||||
Me.DialogResult = Windows.Forms.DialogResult.OK
|
Me.DialogResult = Windows.Forms.DialogResult.OK
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnCancel_Click(sender As Object, e As EventArgs) Handles btnCancel.Click
|
Private Sub btnCancel_Click(sender As Object, e As EventArgs) Handles btnCancel.Click
|
||||||
Me.DialogResult = Windows.Forms.DialogResult.Abort
|
Me.DialogResult = Windows.Forms.DialogResult.Abort
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub cbTemporaer_CheckedChanged(sender As Object, e As EventArgs) Handles cbTemporaer.CheckedChanged
|
Private Sub cbTemporaer_CheckedChanged(sender As Object, e As EventArgs) Handles cbTemporaer.CheckedChanged
|
||||||
If Me.cbTemporaer.Checked = True Then
|
If Me.cbTemporaer.Checked = True Then
|
||||||
Cursor = Cursors.WaitCursor
|
Cursor = Cursors.WaitCursor
|
||||||
Me.Panel2.Height = 227
|
Me.Panel2.Height = 227
|
||||||
Me.Height = Me.Height + 227
|
Me.Height = Me.Height + 227
|
||||||
Me.cbboxKontaktFB.BeginUpdate()
|
Me.cbboxKontaktFB.BeginUpdate()
|
||||||
Me.cbboxKontaktSD.BeginUpdate()
|
Me.cbboxKontaktSD.BeginUpdate()
|
||||||
'If VerantwTKBMA_Data.Rows.Count = 0 Then Datenklasse.Get_Stammdaten("Personal", "Bezeichnung")
|
'If VerantwTKBMA_Data.Rows.Count = 0 Then Datenklasse.Get_Stammdaten("Personal", "Bezeichnung")
|
||||||
'kontaktfb = VerantwTKBMA_Data
|
'kontaktfb = VerantwTKBMA_Data
|
||||||
kontaktfb = Datenklasse.Get_Stammdaten("Personal", "Bezeichnung")
|
kontaktfb = Datenklasse.Get_Stammdaten("Personal", "Bezeichnung")
|
||||||
'Me.cbboxKontaktFB.DataSource = Globals.VerantwTKBMA_Data
|
'Me.cbboxKontaktFB.DataSource = Globals.VerantwTKBMA_Data
|
||||||
|
|
||||||
Me.cbboxKontaktFB.DataSource = kontaktfb
|
Me.cbboxKontaktFB.DataSource = kontaktfb
|
||||||
Me.cbboxKontaktFB.DisplayMember = "Bezeichnung"
|
Me.cbboxKontaktFB.DisplayMember = "Bezeichnung"
|
||||||
Me.cbboxKontaktFB.ValueMember = "Keyvalue"
|
Me.cbboxKontaktFB.ValueMember = "Keyvalue"
|
||||||
If KontaktSD_Data.Rows.Count = 0 Then KontaktSD_Data = Datenklasse.Get_Stammdaten("Servicedesk", "Bezeichnung")
|
If KontaktSD_Data.Rows.Count = 0 Then KontaktSD_Data = Datenklasse.Get_Stammdaten("Servicedesk", "Bezeichnung")
|
||||||
'Kontaktsd = Datenklasse.Get_Stammdaten("Servicedesk", "Bezeichnung")
|
'Kontaktsd = Datenklasse.Get_Stammdaten("Servicedesk", "Bezeichnung")
|
||||||
Me.cbboxKontaktSD.DataSource = Kontaktsd_data
|
Me.cbboxKontaktSD.DataSource = Kontaktsd_data
|
||||||
Me.cbboxKontaktSD.DisplayMember = "Bezeichnung"
|
Me.cbboxKontaktSD.DisplayMember = "Bezeichnung"
|
||||||
Me.cbboxKontaktSD.ValueMember = "KeyValue"
|
Me.cbboxKontaktSD.ValueMember = "KeyValue"
|
||||||
Cursor = Cursors.Default
|
Cursor = Cursors.Default
|
||||||
Else
|
Me.cbboxKontaktSD.EndUpdate()
|
||||||
Me.Panel2.Height = 1
|
Me.cbboxKontaktFB.EndUpdate()
|
||||||
Me.Height = Me.Height - 227
|
Else
|
||||||
Me.cbboxKontaktSD.EndUpdate()
|
Me.Panel2.Height = 1
|
||||||
Me.cbboxKontaktFB.EndUpdate()
|
Me.Height = Me.Height - 227
|
||||||
End If
|
Me.cbboxKontaktSD.EndUpdate()
|
||||||
|
Me.cbboxKontaktFB.EndUpdate()
|
||||||
End Sub
|
End If
|
||||||
|
|
||||||
|
End Sub
|
||||||
Private Sub SecurityObjekte_Click(sender As Object, e As EventArgs) Handles SecurityObjekte.Click
|
|
||||||
If InputBox("Passwort:") <> "341211" Then Exit Sub
|
|
||||||
sec.List_Form_Controls(Me)
|
Private Sub SecurityObjekte_Click(sender As Object, e As EventArgs) Handles SecurityObjekte.Click
|
||||||
sec.Print_Screen(Me)
|
If InputBox("Passwort:") <> "341211" Then Exit Sub
|
||||||
End Sub
|
sec.List_Form_Controls(Me)
|
||||||
|
sec.Print_Screen(Me)
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
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
File diff suppressed because it is too large
Load Diff
@@ -1,26 +1,26 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
_Generic_Event_Handler
|
_Generic_Event_Handler
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,50 +1,50 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<system.diagnostics>
|
<system.diagnostics>
|
||||||
<sources>
|
<sources>
|
||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="FileLog"/>
|
<add name="FileLog"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog"/>-->
|
<!--<add name="EventLog"/>-->
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<switches>
|
<switches>
|
||||||
<add name="DefaultSwitch" value="Information"/>
|
<add name="DefaultSwitch" value="Information"/>
|
||||||
</switches>
|
</switches>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- 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"/> -->
|
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
<userSettings>
|
<userSettings>
|
||||||
<_MyBeziehungen.My.MySettings>
|
<_MyBeziehungen.My.MySettings>
|
||||||
<setting name="Tage" serializeAs="String">
|
<setting name="Tage" serializeAs="String">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_gueltig" serializeAs="String">
|
<setting name="Foreground_gueltig" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_vor_ablauf" serializeAs="String">
|
<setting name="Background_vor_ablauf" serializeAs="String">
|
||||||
<value>#FFE5CC</value>
|
<value>#FFE5CC</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_abgelaufen" serializeAs="String">
|
<setting name="Foreground_abgelaufen" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_abgelaufen" serializeAs="String">
|
<setting name="Background_abgelaufen" serializeAs="String">
|
||||||
<value>#FFFF00</value>
|
<value>#FFFF00</value>
|
||||||
</setting>
|
</setting>
|
||||||
</_MyBeziehungen.My.MySettings>
|
</_MyBeziehungen.My.MySettings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
' <autogenerated/>
|
' <autogenerated/>
|
||||||
Option Strict Off
|
Option Strict Off
|
||||||
Option Explicit On
|
Option Explicit On
|
||||||
|
|
||||||
Imports System
|
Imports System
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
e9d11d344ded2227a28f82b050c968387ed86e2c
|
e9d11d344ded2227a28f82b050c968387ed86e2c
|
||||||
|
|||||||
@@ -1,73 +1,73 @@
|
|||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\DevComponents.DotNetBar2.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\DevComponents.DotNetBar2.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Bars.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Bars.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Editor.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Editor.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmBeziehungEdit.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmBeziehungEdit.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmMsgBox.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmMsgBox.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmNeueBeziehung.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmNeueBeziehung.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmSetNeueBeziehung.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmSetNeueBeziehung.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Form1.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Form1.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Resources.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Resources.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.AllgMainObjekte.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.AllgMainObjekte.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.GenerateResource.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.GenerateResource.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll.licenses
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll.licenses
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CopyComplete
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CopyComplete
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll.config
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll.config
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CoreCompileInputs.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CoreCompileInputs.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_AllgMainObjekte.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Bars.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Bars.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Editor.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\FastReport.Editor.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll.config
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_MyBeziehungen.dll.config
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\Aga.Controls.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_DataClass.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.pdb
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbprojAssemblyReference.cache
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbprojAssemblyReference.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmBeziehungEdit.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmBeziehungEdit.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmMsgBox.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmMsgBox.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmNeueBeziehung.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmNeueBeziehung.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmSetNeueBeziehung.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.frmSetNeueBeziehung.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Form1.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Form1.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Resources.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.Resources.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.AllgMainObjekte.resources
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.AllgMainObjekte.resources
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.GenerateResource.cache
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.GenerateResource.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll.licenses
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll.licenses
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CoreCompileInputs.cache
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CoreCompileInputs.cache
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CopyComplete
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.CopyComplete
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.dll
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.xml
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.xml
|
||||||
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.pdb
|
I:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.AssemblyReference.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\obj\Debug\_AllgMainObjekte.vbproj.AssemblyReference.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_FRReporting.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_AllgMainObjekte\bin\Debug\_Generic_Event_Handler.xml
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
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
@@ -1,7 +1,7 @@
|
|||||||
' <autogenerated/>
|
' <autogenerated/>
|
||||||
Option Strict Off
|
Option Strict Off
|
||||||
Option Explicit On
|
Option Explicit On
|
||||||
|
|
||||||
Imports System
|
Imports System
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
_DataClass/obj/Debug/_DataClass.vbproj.AssemblyReference.cache
Normal file
BIN
_DataClass/obj/Debug/_DataClass.vbproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -1,10 +1,10 @@
|
|||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\bin\Debug\_DataClass.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.Resources.resources
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.Resources.resources
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbproj.GenerateResource.Cache
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbproj.GenerateResource.Cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.dll
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.dll
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.xml
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.xml
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.pdb
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.pdb
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbprojAssemblyReference.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbproj.CoreCompileInputs.cache
|
||||||
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbproj.CoreCompileInputs.cache
|
E:\Software-Projekte\TKBDiverse\BEA\_DataClass\obj\Debug\_DataClass.vbproj.AssemblyReference.cache
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
' <autogenerated/>
|
' <autogenerated/>
|
||||||
Option Strict Off
|
Option Strict Off
|
||||||
Option Explicit On
|
Option Explicit On
|
||||||
|
|
||||||
Imports System
|
Imports System
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
||||||
|
|||||||
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.
@@ -1,272 +1,272 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
_FunktionDetail
|
_FunktionDetail
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:_FunktionDetail.My.Resources.Resources">
|
<member name="T:_FunktionDetail.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_FunktionDetail.My.Resources.Resources.ResourceManager">
|
<member name="P:_FunktionDetail.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_FunktionDetail.My.Resources.Resources.Culture">
|
<member name="P:_FunktionDetail.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:_FunktionDetail.DB.clsKey_tabelle">
|
<member name="T:_FunktionDetail.DB.clsKey_tabelle">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Data Access class for the table 'key_tabelle'.
|
Purpose: Data Access class for the table 'key_tabelle'.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.#ctor">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.#ctor">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Class constructor.
|
Purpose: Class constructor.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Insert">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Insert">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Insert method. This method will insert one new row into the database.
|
Purpose: Insert method. This method will insert one new row into the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Update">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Update">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Update method. This method will Update one existing row in the database.
|
Purpose: Update method. This method will Update one existing row in the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Delete">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.Delete">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectOne">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectOne">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
<LI>iKeynr</LI>
|
<LI>iKeynr</LI>
|
||||||
<LI>sBeschreibung</LI>
|
<LI>sBeschreibung</LI>
|
||||||
<LI>iKey_wert</LI>
|
<LI>iKey_wert</LI>
|
||||||
<LI>iMandantnr</LI>
|
<LI>iMandantnr</LI>
|
||||||
<LI>bAktiv</LI>
|
<LI>bAktiv</LI>
|
||||||
<LI>daErstellt_am</LI>
|
<LI>daErstellt_am</LI>
|
||||||
<LI>daMutiert_am</LI>
|
<LI>daMutiert_am</LI>
|
||||||
<LI>iMutierer</LI>
|
<LI>iMutierer</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectAll">
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.SelectAll">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: SelectAll method. This method will Select all rows from the table.
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:_FunktionDetail.DB.clsMitarbeiter">
|
<member name="T:_FunktionDetail.DB.clsMitarbeiter">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Data Access class for the table 'mitarbeiter'.
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.#ctor">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.#ctor">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Class constructor.
|
Purpose: Class constructor.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Insert">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Insert">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Insert method. This method will insert one new row into the database.
|
Purpose: Insert method. This method will insert one new row into the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname. May be SqlString.Null</LI>
|
<LI>sVorname. May be SqlString.Null</LI>
|
||||||
<LI>sName. May be SqlString.Null</LI>
|
<LI>sName. May be SqlString.Null</LI>
|
||||||
<LI>sTgnummer. May be SqlString.Null</LI>
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
||||||
<LI>sEmail. May be SqlString.Null</LI>
|
<LI>sEmail. May be SqlString.Null</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Update">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Update">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Update method. This method will Update one existing row in the database.
|
Purpose: Update method. This method will Update one existing row in the database.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname. May be SqlString.Null</LI>
|
<LI>sVorname. May be SqlString.Null</LI>
|
||||||
<LI>sName. May be SqlString.Null</LI>
|
<LI>sName. May be SqlString.Null</LI>
|
||||||
<LI>sTgnummer. May be SqlString.Null</LI>
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
||||||
<LI>sEmail. May be SqlString.Null</LI>
|
<LI>sEmail. May be SqlString.Null</LI>
|
||||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Delete">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.Delete">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectOne">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectOne">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties needed for this method:
|
Properties needed for this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
<LI>iMitarbeiternr</LI>
|
<LI>iMitarbeiternr</LI>
|
||||||
<LI>sVorname</LI>
|
<LI>sVorname</LI>
|
||||||
<LI>sName</LI>
|
<LI>sName</LI>
|
||||||
<LI>sTgnummer</LI>
|
<LI>sTgnummer</LI>
|
||||||
<LI>sEmail</LI>
|
<LI>sEmail</LI>
|
||||||
<LI>iMandantnr</LI>
|
<LI>iMandantnr</LI>
|
||||||
<LI>bAktiv</LI>
|
<LI>bAktiv</LI>
|
||||||
<LI>daErstellt_am</LI>
|
<LI>daErstellt_am</LI>
|
||||||
<LI>daMutiert_am</LI>
|
<LI>daMutiert_am</LI>
|
||||||
<LI>iMutierer</LI>
|
<LI>iMutierer</LI>
|
||||||
</UL>
|
</UL>
|
||||||
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectAll">
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.SelectAll">
|
||||||
<summary>
|
<summary>
|
||||||
Purpose: SelectAll method. This method will Select all rows from the table.
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
||||||
</summary>
|
</summary>
|
||||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
Properties set after a succesful call of this method:
|
Properties set after a succesful call of this method:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>iErrorCode</LI>
|
<LI>iErrorCode</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Get_Mutierer(System.Int32)">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Get_Mutierer(System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Mutierer auslesen
|
Mutierer auslesen
|
||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Delete_Thema(System.Int32)">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Delete_Thema(System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Löschen eines Datensatzes erstellen.
|
Löschen eines Datensatzes erstellen.
|
||||||
</summary>
|
</summary>
|
||||||
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Add_New">
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.Add_New">
|
||||||
<summary>
|
<summary>
|
||||||
Neue Person einfügen
|
Neue Person einfügen
|
||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
_Generic_Event_Handler
|
_Generic_Event_Handler
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
<member name="T:_Generic_Event_Handler.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
<member name="P:_Generic_Event_Handler.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,50 +1,50 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="_MyBeziehungen.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<system.diagnostics>
|
<system.diagnostics>
|
||||||
<sources>
|
<sources>
|
||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="FileLog"/>
|
<add name="FileLog"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog"/>-->
|
<!--<add name="EventLog"/>-->
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<switches>
|
<switches>
|
||||||
<add name="DefaultSwitch" value="Information"/>
|
<add name="DefaultSwitch" value="Information"/>
|
||||||
</switches>
|
</switches>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- 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"/> -->
|
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
<userSettings>
|
<userSettings>
|
||||||
<_MyBeziehungen.My.MySettings>
|
<_MyBeziehungen.My.MySettings>
|
||||||
<setting name="Tage" serializeAs="String">
|
<setting name="Tage" serializeAs="String">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_gueltig" serializeAs="String">
|
<setting name="Foreground_gueltig" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
<setting name="Foreground_vor_ablauf" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_vor_ablauf" serializeAs="String">
|
<setting name="Background_vor_ablauf" serializeAs="String">
|
||||||
<value>#FFE5CC</value>
|
<value>#FFE5CC</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Foreground_abgelaufen" serializeAs="String">
|
<setting name="Foreground_abgelaufen" serializeAs="String">
|
||||||
<value>#FF0000</value>
|
<value>#FF0000</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Background_abgelaufen" serializeAs="String">
|
<setting name="Background_abgelaufen" serializeAs="String">
|
||||||
<value>#FFFF00</value>
|
<value>#FFFF00</value>
|
||||||
</setting>
|
</setting>
|
||||||
</_MyBeziehungen.My.MySettings>
|
</_MyBeziehungen.My.MySettings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
' <autogenerated/>
|
' <autogenerated/>
|
||||||
Option Strict Off
|
Option Strict Off
|
||||||
Option Explicit On
|
Option Explicit On
|
||||||
|
|
||||||
Imports System
|
Imports System
|
||||||
Imports System.Reflection
|
Imports System.Reflection
|
||||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName:=".NET Framework 4.6.1")>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user