'------------------------------------------------------------------------------ ' ' 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 WDSearch_maximized() As Boolean Get Return CType(Me("WDSearch_maximized"),Boolean) End Get Set Me("WDSearch_maximized") = value End Set End Property _ Public ReadOnly Property DD_ECMConnectionString() As String Get Return CType(Me("DD_ECMConnectionString"),String) End Get End Property _ Public Property frmResultSearchSplitterDistance() As Integer Get Return CType(Me("frmResultSearchSplitterDistance"),Integer) End Get Set Me("frmResultSearchSplitterDistance") = value End Set End Property _ Public Property frmResultDocSize() As Global.System.Drawing.Size Get Return CType(Me("frmResultDocSize"),Global.System.Drawing.Size) End Get Set Me("frmResultDocSize") = value End Set End Property _ Public Property frmResultDocPosition() As Global.System.Drawing.Point Get Return CType(Me("frmResultDocPosition"),Global.System.Drawing.Point) End Get Set Me("frmResultDocPosition") = value End Set End Property _ Public Property frmViewerPosition() As Global.System.Drawing.Point Get Return CType(Me("frmViewerPosition"),Global.System.Drawing.Point) End Get Set Me("frmViewerPosition") = value End Set End Property _ Public Property frmViewerSize() As Global.System.Drawing.Size Get Return CType(Me("frmViewerSize"),Global.System.Drawing.Size) End Get Set Me("frmViewerSize") = value End Set End Property _ Public Property frmProfileMatchPosition() As Global.System.Drawing.Point Get Return CType(Me("frmProfileMatchPosition"),Global.System.Drawing.Point) End Get Set Me("frmProfileMatchPosition") = value End Set End Property _ Public Property frmProfileMatchSize() As Global.System.Drawing.Size Get Return CType(Me("frmProfileMatchSize"),Global.System.Drawing.Size) End Get Set Me("frmProfileMatchSize") = value End Set End Property _ Public Property LoadDocView() As Boolean Get Return CType(Me("LoadDocView"),Boolean) End Get Set Me("LoadDocView") = value End Set End Property _ Public Property frmResultDataSize() As Global.System.Drawing.Size Get Return CType(Me("frmResultDataSize"),Global.System.Drawing.Size) End Get Set Me("frmResultDataSize") = value End Set End Property _ Public Property frmResultDataPosition() As Global.System.Drawing.Point Get Return CType(Me("frmResultDataPosition"),Global.System.Drawing.Point) End Get Set Me("frmResultDataPosition") = value End Set End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.DD_Clipboard_Watcher.My.MySettings Get Return Global.DD_Clipboard_Watcher.My.MySettings.Default End Get End Property End Module End Namespace