'------------------------------------------------------------------------------ ' ' Este código fue generado por una herramienta. ' Versión de runtime:4.0.30319.42000 ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' '------------------------------------------------------------------------------ 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 "Funcionalidad para autoguardar My.Settings" #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 RutaReportes() As String Get Return CType(Me("RutaReportes"),String) End Get End Property _ Public ReadOnly Property VERS_SQL() As String Get Return CType(Me("VERS_SQL"),String) End Get End Property _ Public ReadOnly Property SERVER_SAP() As String Get Return CType(Me("SERVER_SAP"),String) End Get End Property _ Public ReadOnly Property IP_SERVER_SAP() As String Get Return CType(Me("IP_SERVER_SAP"),String) End Get End Property _ Public ReadOnly Property USUARIO_DB_SAP() As String Get Return CType(Me("USUARIO_DB_SAP"),String) End Get End Property _ Public ReadOnly Property CLAVE_DB_SAP() As String Get Return CType(Me("CLAVE_DB_SAP"),String) End Get End Property _ Public ReadOnly Property UsuarioSAP() As String Get Return CType(Me("UsuarioSAP"),String) End Get End Property _ Public ReadOnly Property ClaveSAP() As String Get Return CType(Me("ClaveSAP"),String) End Get End Property _ Public ReadOnly Property ClaveSQL() As String Get Return CType(Me("ClaveSQL"),String) End Get End Property _ Public ReadOnly Property UsuarioSQL() As String Get Return CType(Me("UsuarioSQL"),String) End Get End Property _ Public ReadOnly Property ServidorSQL() As String Get Return CType(Me("ServidorSQL"),String) End Get End Property _ Public ReadOnly Property SAP_INVERLEC_ESConnectionString() As String Get Return CType(Me("SAP_INVERLEC_ESConnectionString"),String) End Get End Property _ Public ReadOnly Property InversionesConnectionString() As String Get Return CType(Me("InversionesConnectionString"),String) End Get End Property _ Public ReadOnly Property cnInversiones() As String Get Return CType(Me("cnInversiones"),String) End Get End Property _ Public ReadOnly Property BaseDeDatos() As String Get Return CType(Me("BaseDeDatos"),String) End Get End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.Inversiones.My.MySettings Get Return Global.Inversiones.My.MySettings.Default End Get End Property End Module End Namespace