'------------------------------------------------------------------------------
'
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
'
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
_
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Automatische My.Settings-Speicherfunktion"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
_
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
_
Public Property Entrypoint_IL() As String
Get
Return CType(Me("Entrypoint_IL"),String)
End Get
Set
Me("Entrypoint_IL") = value
End Set
End Property
_
Public Property Connectionstring_EDOKA() As String
Get
Return CType(Me("Connectionstring_EDOKA"),String)
End Get
Set
Me("Connectionstring_EDOKA") = value
End Set
End Property
_
Public Property Connectionstring_Journale() As String
Get
Return CType(Me("Connectionstring_Journale"),String)
End Get
Set
Me("Connectionstring_Journale") = value
End Set
End Property
_
Public Property BCK_Intervall() As String
Get
Return CType(Me("BCK_Intervall"),String)
End Get
Set
Me("BCK_Intervall") = value
End Set
End Property
_
Public Property Dokument_Intervall() As String
Get
Return CType(Me("Dokument_Intervall"),String)
End Get
Set
Me("Dokument_Intervall") = value
End Set
End Property
_
Public Property Watch_Dir() As String
Get
Return CType(Me("Watch_Dir"),String)
End Get
Set
Me("Watch_Dir") = value
End Set
End Property
_
Public Property TempDir() As String
Get
Return CType(Me("TempDir"),String)
End Get
Set
Me("TempDir") = value
End Set
End Property
_
Public Property TempDirOffice() As String
Get
Return CType(Me("TempDirOffice"),String)
End Get
Set
Me("TempDirOffice") = value
End Set
End Property
_
Public Property OfficeFormat() As String
Get
Return CType(Me("OfficeFormat"),String)
End Get
Set
Me("OfficeFormat") = value
End Set
End Property
_
Public Property Debug() As String
Get
Return CType(Me("Debug"),String)
End Get
Set
Me("Debug") = value
End Set
End Property
_
Public Property SendOnBase() As String
Get
Return CType(Me("SendOnBase"),String)
End Get
Set
Me("SendOnBase") = value
End Set
End Property
_
Public Property UpdateEDOKA() As String
Get
Return CType(Me("UpdateEDOKA"),String)
End Get
Set
Me("UpdateEDOKA") = value
End Set
End Property
_
Public Property Logfile() As String
Get
Return CType(Me("Logfile"),String)
End Get
Set
Me("Logfile") = value
End Set
End Property
_
Public Property ExcelCSV() As String
Get
Return CType(Me("ExcelCSV"),String)
End Get
Set
Me("ExcelCSV") = value
End Set
End Property
_
Public Property ExcelDokType() As String
Get
Return CType(Me("ExcelDokType"),String)
End Get
Set
Me("ExcelDokType") = value
End Set
End Property
_
Public Property DeleteTempFiles() As String
Get
Return CType(Me("DeleteTempFiles"),String)
End Get
Set
Me("DeleteTempFiles") = value
End Set
End Property
_
Public Property ConnectionString_DokTypMapping() As String
Get
Return CType(Me("ConnectionString_DokTypMapping"),String)
End Get
Set
Me("ConnectionString_DokTypMapping") = value
End Set
End Property
_
Public Property LogLevel() As String
Get
Return CType(Me("LogLevel"),String)
End Get
Set
Me("LogLevel") = value
End Set
End Property
_
Public Property SendMail_PS() As String
Get
Return CType(Me("SendMail_PS"),String)
End Get
Set
Me("SendMail_PS") = value
End Set
End Property
_
Public Property Sender() As String
Get
Return CType(Me("Sender"),String)
End Get
Set
Me("Sender") = value
End Set
End Property
_
Public Property Recipient() As String
Get
Return CType(Me("Recipient"),String)
End Get
Set
Me("Recipient") = value
End Set
End Property
_
Public Property SendMailCmd() As String
Get
Return CType(Me("SendMailCmd"),String)
End Get
Set
Me("SendMailCmd") = value
End Set
End Property
_
Public Property SendMailFile() As String
Get
Return CType(Me("SendMailFile"),String)
End Get
Set
Me("SendMailFile") = value
End Set
End Property
_
Public Property SendMailPath() As String
Get
Return CType(Me("SendMailPath"),String)
End Get
Set
Me("SendMailPath") = value
End Set
End Property
_
Public Property Killcmd() As String
Get
Return CType(Me("Killcmd"),String)
End Get
Set
Me("Killcmd") = value
End Set
End Property
End Class
End Namespace
Namespace My
_
Friend Module MySettingsProperty
_
Friend ReadOnly Property Settings() As Global.EDKB02_DMS.My.MySettings
Get
Return Global.EDKB02_DMS.My.MySettings.Default
End Get
End Property
End Module
End Namespace