'------------------------------------------------------------------------------ ' ' 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 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 Me("frmValidatorPosition") = value End Set End Property _ Public Property frmMassValidatorSize() As Global.System.Drawing.Size Get Return CType(Me("frmMassValidatorSize"),Global.System.Drawing.Size) End Get Set Me("frmMassValidatorSize") = value End Set End Property _ Public Property frmMassValidatorposition() As Global.System.Drawing.Point Get Return CType(Me("frmMassValidatorposition"),Global.System.Drawing.Point) End Get Set Me("frmMassValidatorposition") = value End Set End Property _ Public Property frmValidatorSearchSize() As Global.System.Drawing.Size Get Return CType(Me("frmValidatorSearchSize"),Global.System.Drawing.Size) End Get Set Me("frmValidatorSearchSize") = value End Set End Property _ Public Property frmValidatorSearchPosition() As Global.System.Drawing.Point Get Return CType(Me("frmValidatorSearchPosition"),Global.System.Drawing.Point) End Get Set Me("frmValidatorSearchPosition") = value End Set End Property _ Public Property frmValSearchSplitterDistance() As Integer Get Return CType(Me("frmValSearchSplitterDistance"),Integer) End Get Set Me("frmValSearchSplitterDistance") = value End Set End Property _ Public Property frmMainWindowState() As String Get Return CType(Me("frmMainWindowState"),String) End Get Set Me("frmMainWindowState") = value End Set End Property _ Public Property frmDocViewSize() As Global.System.Drawing.Size Get Return CType(Me("frmDocViewSize"),Global.System.Drawing.Size) End Get Set Me("frmDocViewSize") = value End Set End Property _ Public Property frmDocViewPosition() As Global.System.Drawing.Point Get Return CType(Me("frmDocViewPosition"),Global.System.Drawing.Point) End Get Set Me("frmDocViewPosition") = value End Set End Property _ Public Property frmValidatorWindowState() As String Get Return CType(Me("frmValidatorWindowState"),String) End Get Set Me("frmValidatorWindowState") = value End Set End Property _ Public ReadOnly Property UseAppConfigConString() As Boolean Get Return CType(Me("UseAppConfigConString"),Boolean) End Get End Property _ Public ReadOnly Property UserConfig_Prefix() As String Get Return CType(Me("UserConfig_Prefix"),String) End Get End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.DD_ProcessManager.My.MySettings Get Return Global.DD_ProcessManager.My.MySettings.Default End Get End Property End Module End Namespace