'------------------------------------------------------------------------------ ' ' 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 MyDocID() As String Get Return CType(Me("MyDocID"),String) End Get Set Me("MyDocID") = value End Set End Property _ Public ReadOnly Property MySSConnectionString() As String Get Return CType(Me("MySSConnectionString"),String) End Get End Property _ Public ReadOnly Property CONF_SQLSERVER() As String Get Return CType(Me("CONF_SQLSERVER"),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 oSQLGetDocId() As String Get Return CType(Me("oSQLGetDocId"),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 Property PDFTK_TEST() As String Get Return CType(Me("PDFTK_TEST"),String) End Get Set Me("PDFTK_TEST") = value End Set End Property _ Public ReadOnly Property XDistance() As Integer Get Return CType(Me("XDistance"),Integer) End Get End Property _ Public ReadOnly Property YDistance() As Integer Get Return CType(Me("YDistance"),Integer) End Get End Property _ Public ReadOnly Property GEN_ID() As String Get Return CType(Me("GEN_ID"),String) End Get End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.WISAG_PM_REPORT.My.MySettings Get Return Global.WISAG_PM_REPORT.My.MySettings.Default End Get End Property End Module End Namespace