'------------------------------------------------------------------------------
'
' 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 ReadOnly Property DEBUG() As Boolean
Get
Return CType(Me("DEBUG"),Boolean)
End Get
End Property
_
Public ReadOnly Property TIMER_INTERVALL() As Integer
Get
Return CType(Me("TIMER_INTERVALL"),Integer)
End Get
End Property
_
Public ReadOnly Property oSQLThread1() As String
Get
Return CType(Me("oSQLThread1"),String)
End Get
End Property
_
Public ReadOnly Property CONCAT_TEMPFolder() As String
Get
Return CType(Me("CONCAT_TEMPFolder"),String)
End Get
End Property
_
Public ReadOnly Property Path2PDFTK() As String
Get
Return CType(Me("Path2PDFTK"),String)
End Get
End Property
_
Public ReadOnly Property Concatted_File_Suffix() As String
Get
Return CType(Me("Concatted_File_Suffix"),String)
End Get
End Property
_
Public ReadOnly Property Path_ConcattedFile() As String
Get
Return CType(Me("Path_ConcattedFile"),String)
End Get
End Property
_
Public ReadOnly Property XDistance() As Integer
Get
Return CType(Me("XDistance"),Integer)
End Get
End Property
_
Public ReadOnly Property FNDD_GET_WM_FPATH_VARIANT() As Integer
Get
Return CType(Me("FNDD_GET_WM_FPATH_VARIANT"),Integer)
End Get
End Property
_
Public ReadOnly Property oSQLThread2() As String
Get
Return CType(Me("oSQLThread2"),String)
End Get
End Property
_
Public ReadOnly Property PROC_BEFORE_POS() As Boolean
Get
Return CType(Me("PROC_BEFORE_POS"),Boolean)
End Get
End Property
_
Public ReadOnly Property WMDriveLetter() As String
Get
Return CType(Me("WMDriveLetter"),String)
End Get
End Property
_
Public ReadOnly Property MyConnectionString() As String
Get
Return CType(Me("MyConnectionString"),String)
End Get
End Property
End Class
End Namespace
Namespace My
_
Friend Module MySettingsProperty
_
Friend ReadOnly Property Settings() As Global.EB_Creator.My.MySettings
Get
Return Global.EB_Creator.My.MySettings.Default
End Get
End Property
End Module
End Namespace