Settings.Designer.vb
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:3k
源码类别:

破解

开发平台:

ASP/ASPX

  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. '     This code was generated by a tool.
  4. '     Runtime Version:2.0.50727.42
  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.     
  14.     <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
  15.      Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0"),  _
  16.      Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
  17.     Partial Friend NotInheritable Class MySettings
  18.         Inherits Global.System.Configuration.ApplicationSettingsBase
  19.         
  20.         Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings)
  21.         
  22. #Region "My.Settings Auto-Save Functionality"
  23. #If _MyType = "WindowsForms" Then
  24.     Private Shared addedHandler As Boolean
  25.     Private Shared addedHandlerLockObject As New Object
  26.     <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  27.     Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
  28.         If My.Application.SaveMySettingsOnExit Then
  29.             My.Settings.Save()
  30.         End If
  31.     End Sub
  32. #End If
  33. #End Region
  34.         
  35.         Public Shared ReadOnly Property [Default]() As MySettings
  36.             Get
  37.                 
  38. #If _MyType = "WindowsForms" Then
  39.                If Not addedHandler Then
  40.                     SyncLock addedHandlerLockObject
  41.                         If Not addedHandler Then
  42.                             AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
  43.                             addedHandler = True
  44.                         End If
  45.                     End SyncLock
  46.                 End If
  47. #End If
  48.                 Return defaultInstance
  49.             End Get
  50.         End Property
  51.     End Class
  52. End Namespace
  53. Namespace My
  54.     
  55.     <Global.Microsoft.VisualBasic.HideModuleNameAttribute(),  _
  56.      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  57.      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>  _
  58.     Friend Module MySettingsProperty
  59.         
  60.         <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _
  61.         Friend ReadOnly Property Settings() As Global.XSSTunnelLib.My.MySettings
  62.             Get
  63.                 Return Global.XSSTunnelLib.My.MySettings.Default
  64.             End Get
  65.         End Property
  66.     End Module
  67. End Namespace