'------------------------------------------------------------------------------ ' ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.34209 ' ' Ä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 "Funktion zum automatischen Speichern von My.Settings" #If _MyType = "WindowsForms" Then Private Shared addedHandler As Boolean Private Shared addedHandlerLockObject As New Object _ Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If End Sub #End If #End Region Public Shared ReadOnly Property [Default]() As MySettings Get #If _MyType = "WindowsForms" Then If Not addedHandler Then SyncLock addedHandlerLockObject If Not addedHandler Then AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings addedHandler = True End If End SyncLock End If #End If Return defaultInstance End Get End Property _ Public Property errormessage() As String Get Return CType(Me("errormessage"),String) End Get Set Me("errormessage") = value End Set End Property _ Public ReadOnly Property ConnectionString() As String Get Return CType(Me("ConnectionString"),String) End Get End Property _ Public Property frmTableColumns_Position() As Global.System.Drawing.Point Get Return CType(Me("frmTableColumns_Position"),Global.System.Drawing.Point) End Get Set Me("frmTableColumns_Position") = value End Set End Property _ Public Property frmValidator_Splitter() As Global.System.Drawing.Point Get Return CType(Me("frmValidator_Splitter"),Global.System.Drawing.Point) End Get Set Me("frmValidator_Splitter") = value End Set End Property _ Public Property frmValidation_Size_PDFViewer() As Global.System.Drawing.Size Get Return CType(Me("frmValidation_Size_PDFViewer"),Global.System.Drawing.Size) End Get Set Me("frmValidation_Size_PDFViewer") = value End Set End Property _ Public Property frmValidation_Size_Email() As Global.System.Drawing.Size Get Return CType(Me("frmValidation_Size_Email"),Global.System.Drawing.Size) End Get Set Me("frmValidation_Size_Email") = value End Set End Property _ Public Property IntervallReminder() As String Get Return CType(Me("IntervallReminder"),String) End Get Set Me("IntervallReminder") = value End Set End Property _ Public Property frmMainSize() As Global.System.Drawing.Size Get Return CType(Me("frmMainSize"),Global.System.Drawing.Size) End Get Set Me("frmMainSize") = value End Set End Property _ Public Property frmMainPosition() As Global.System.Drawing.Point Get Return CType(Me("frmMainPosition"),Global.System.Drawing.Point) End Get Set Me("frmMainPosition") = value End Set End Property _ Public Property frmValidatorSize() As Global.System.Drawing.Size Get Return CType(Me("frmValidatorSize"),Global.System.Drawing.Size) End Get Set Me("frmValidatorSize") = value End Set End Property _ Public Property frmValidatorPosition() As Global.System.Drawing.Point Get Return CType(Me("frmValidatorPosition"), Global.System.Drawing.Point) End Get Set(value As Global.System.Drawing.Point) Me("frmValidatorPosition") = value End Set End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.DD_PM_WINDREAM.My.MySettings Get Return Global.DD_PM_WINDREAM.My.MySettings.Default End Get End Property End Module End Namespace