Settings.Designer.vb 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' Este código fue generado por una herramienta.
  4. ' Versión de runtime:4.0.30319.42000
  5. '
  6. ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
  7. ' se vuelve a generar el código.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Namespace My
  13. <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
  14. Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.0.1.0"), _
  15. Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  16. Partial Friend NotInheritable Class MySettings
  17. Inherits Global.System.Configuration.ApplicationSettingsBase
  18. Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
  19. #Region "Funcionalidad para autoguardar My.Settings"
  20. #If _MyType = "WindowsForms" Then
  21. Private Shared addedHandler As Boolean
  22. Private Shared addedHandlerLockObject As New Object
  23. <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  24. Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
  25. If My.Application.SaveMySettingsOnExit Then
  26. My.Settings.Save()
  27. End If
  28. End Sub
  29. #End If
  30. #End Region
  31. Public Shared ReadOnly Property [Default]() As MySettings
  32. Get
  33. #If _MyType = "WindowsForms" Then
  34. If Not addedHandler Then
  35. SyncLock addedHandlerLockObject
  36. If Not addedHandler Then
  37. AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
  38. addedHandler = True
  39. End If
  40. End SyncLock
  41. End If
  42. #End If
  43. Return defaultInstance
  44. End Get
  45. End Property
  46. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  47. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  48. Global.System.Configuration.DefaultSettingValueAttribute("C:\Users\ahernandez\Desktop\Inv2\RPT\")> _
  49. Public ReadOnly Property RutaReportes() As String
  50. Get
  51. Return CType(Me("RutaReportes"),String)
  52. End Get
  53. End Property
  54. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  55. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  56. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  57. Public ReadOnly Property VERS_SQL() As String
  58. Get
  59. Return CType(Me("VERS_SQL"),String)
  60. End Get
  61. End Property
  62. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  63. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  64. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  65. Public ReadOnly Property SERVER_SAP() As String
  66. Get
  67. Return CType(Me("SERVER_SAP"),String)
  68. End Get
  69. End Property
  70. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  71. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  72. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  73. Public ReadOnly Property IP_SERVER_SAP() As String
  74. Get
  75. Return CType(Me("IP_SERVER_SAP"),String)
  76. End Get
  77. End Property
  78. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  79. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  80. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  81. Public ReadOnly Property USUARIO_DB_SAP() As String
  82. Get
  83. Return CType(Me("USUARIO_DB_SAP"),String)
  84. End Get
  85. End Property
  86. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  87. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  88. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  89. Public ReadOnly Property CLAVE_DB_SAP() As String
  90. Get
  91. Return CType(Me("CLAVE_DB_SAP"),String)
  92. End Get
  93. End Property
  94. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  95. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  96. Global.System.Configuration.DefaultSettingValueAttribute("manager")> _
  97. Public ReadOnly Property UsuarioSAP() As String
  98. Get
  99. Return CType(Me("UsuarioSAP"),String)
  100. End Get
  101. End Property
  102. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  103. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  104. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  105. Public ReadOnly Property ClaveSAP() As String
  106. Get
  107. Return CType(Me("ClaveSAP"),String)
  108. End Get
  109. End Property
  110. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  111. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  112. Global.System.Configuration.DefaultSettingValueAttribute("1234")> _
  113. Public ReadOnly Property ClaveSQL() As String
  114. Get
  115. Return CType(Me("ClaveSQL"),String)
  116. End Get
  117. End Property
  118. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  119. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  120. Global.System.Configuration.DefaultSettingValueAttribute("inversiones")> _
  121. Public ReadOnly Property UsuarioSQL() As String
  122. Get
  123. Return CType(Me("UsuarioSQL"),String)
  124. End Get
  125. End Property
  126. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  127. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  128. Global.System.Configuration.DefaultSettingValueAttribute("INVSVSAP")> _
  129. Public ReadOnly Property ServidorSQL() As String
  130. Get
  131. Return CType(Me("ServidorSQL"),String)
  132. End Get
  133. End Property
  134. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  135. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  136. Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
  137. Global.System.Configuration.DefaultSettingValueAttribute("Data Source=MESVSAP;Initial Catalog=SAP_INVERLEC_ES;User ID=ahernandez;Password=1"& _
  138. "234")> _
  139. Public ReadOnly Property SAP_INVERLEC_ESConnectionString() As String
  140. Get
  141. Return CType(Me("SAP_INVERLEC_ESConnectionString"),String)
  142. End Get
  143. End Property
  144. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  145. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  146. Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
  147. Global.System.Configuration.DefaultSettingValueAttribute("Data Source=INVSVSAP;Initial Catalog=InversionesJorge20191023;Persist Security In"& _
  148. "fo=True;User ID=ahernandez;Password=1234;Connect Timeout=30;ApplicationIntent=Re"& _
  149. "adOnly")> _
  150. Public ReadOnly Property InversionesConnectionString() As String
  151. Get
  152. Return CType(Me("InversionesConnectionString"),String)
  153. End Get
  154. End Property
  155. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  156. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  157. Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
  158. Global.System.Configuration.DefaultSettingValueAttribute("Data Source=INVSVSAP;Initial Catalog=InversionesJorge20191023;Persist Security In"& _
  159. "fo=True;User ID=ahernandez;Password=1234")> _
  160. Public ReadOnly Property cnInversiones() As String
  161. Get
  162. Return CType(Me("cnInversiones"),String)
  163. End Get
  164. End Property
  165. <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
  166. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  167. Global.System.Configuration.DefaultSettingValueAttribute("InversionesJorge20191023")> _
  168. Public ReadOnly Property BaseDeDatos() As String
  169. Get
  170. Return CType(Me("BaseDeDatos"),String)
  171. End Get
  172. End Property
  173. End Class
  174. End Namespace
  175. Namespace My
  176. <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
  177. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  178. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
  179. Friend Module MySettingsProperty
  180. <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
  181. Friend ReadOnly Property Settings() As Global.Inversiones.My.MySettings
  182. Get
  183. Return Global.Inversiones.My.MySettings.Default
  184. End Get
  185. End Property
  186. End Module
  187. End Namespace