/My Project/Settings.Designer.vb

# · Visual Basic · 181 lines · 150 code · 22 blank · 9 comment · 0 complexity · 7e9a51d13bda3dfebe05ebe8d3c054ab MD5 · raw file

  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:2.0.50727.1433
  5. '
  6. ' Changes to this file may cause incorrect behavior and will be lost if
  7. ' the code is regenerated.
  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", "9.0.0.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 "My.Settings Auto-Save Functionality"
  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(ByVal sender As Global.System.Object, ByVal 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.UserScopedSettingAttribute(), _
  47. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  48. Global.System.Configuration.DefaultSettingValueAttribute("http://localhost/BVC5")> _
  49. Public Property StoreUrl() As String
  50. Get
  51. Return CType(Me("StoreUrl"),String)
  52. End Get
  53. Set
  54. Me("StoreUrl") = value
  55. End Set
  56. End Property
  57. <Global.System.Configuration.UserScopedSettingAttribute(), _
  58. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  59. Global.System.Configuration.DefaultSettingValueAttribute("admin")> _
  60. Public Property StoreUsername() As String
  61. Get
  62. Return CType(Me("StoreUsername"),String)
  63. End Get
  64. Set
  65. Me("StoreUsername") = value
  66. End Set
  67. End Property
  68. <Global.System.Configuration.UserScopedSettingAttribute(), _
  69. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  70. Global.System.Configuration.DefaultSettingValueAttribute("password")> _
  71. Public Property StorePassword() As String
  72. Get
  73. Return CType(Me("StorePassword"),String)
  74. End Get
  75. Set
  76. Me("StorePassword") = value
  77. End Set
  78. End Property
  79. <Global.System.Configuration.UserScopedSettingAttribute(), _
  80. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  81. Global.System.Configuration.DefaultSettingValueAttribute("c:\Import.csv")> _
  82. Public Property SourceFile() As String
  83. Get
  84. Return CType(Me("SourceFile"),String)
  85. End Get
  86. Set
  87. Me("SourceFile") = value
  88. End Set
  89. End Property
  90. <Global.System.Configuration.UserScopedSettingAttribute(), _
  91. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  92. Global.System.Configuration.DefaultSettingValueAttribute("WebServices3.asmx")> _
  93. Public Property ServicePath() As String
  94. Get
  95. Return CType(Me("ServicePath"),String)
  96. End Get
  97. Set
  98. Me("ServicePath") = value
  99. End Set
  100. End Property
  101. <Global.System.Configuration.UserScopedSettingAttribute(), _
  102. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  103. Global.System.Configuration.DefaultSettingValueAttribute("True")> _
  104. Public Property FirstRowHasColumns() As Boolean
  105. Get
  106. Return CType(Me("FirstRowHasColumns"),Boolean)
  107. End Get
  108. Set
  109. Me("FirstRowHasColumns") = value
  110. End Set
  111. End Property
  112. <Global.System.Configuration.UserScopedSettingAttribute(), _
  113. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  114. Global.System.Configuration.DefaultSettingValueAttribute("0")> _
  115. Public Property DelimeterMode() As Integer
  116. Get
  117. Return CType(Me("DelimeterMode"),Integer)
  118. End Get
  119. Set
  120. Me("DelimeterMode") = value
  121. End Set
  122. End Property
  123. <Global.System.Configuration.UserScopedSettingAttribute(), _
  124. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  125. Global.System.Configuration.DefaultSettingValueAttribute("")> _
  126. Public Property ProductTypeId() As String
  127. Get
  128. Return CType(Me("ProductTypeId"),String)
  129. End Get
  130. Set
  131. Me("ProductTypeId") = value
  132. End Set
  133. End Property
  134. <Global.System.Configuration.UserScopedSettingAttribute(), _
  135. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  136. Global.System.Configuration.DefaultSettingValueAttribute("0")> _
  137. Public Property ExportMode() As Integer
  138. Get
  139. Return CType(Me("ExportMode"),Integer)
  140. End Get
  141. Set
  142. Me("ExportMode") = value
  143. End Set
  144. End Property
  145. End Class
  146. End Namespace
  147. Namespace My
  148. <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
  149. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  150. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
  151. Friend Module MySettingsProperty
  152. <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
  153. Friend ReadOnly Property Settings() As Global.BvcImportTool.My.MySettings
  154. Get
  155. Return Global.BvcImportTool.My.MySettings.Default
  156. End Get
  157. End Property
  158. End Module
  159. End Namespace