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

破解

开发平台:

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.         
  52.         <Global.System.Configuration.UserScopedSettingAttribute(),  _
  53.          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  54.          Global.System.Configuration.DefaultSettingValueAttribute("True")>  _
  55.         Public Property AlwaysOnTop() As Boolean
  56.             Get
  57.                 Return CType(Me("AlwaysOnTop"),Boolean)
  58.             End Get
  59.             Set
  60.                 Me("AlwaysOnTop") = value
  61.             End Set
  62.         End Property
  63.         
  64.         <Global.System.Configuration.UserScopedSettingAttribute(),  _
  65.          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  66.          Global.System.Configuration.DefaultSettingValueAttribute("100")>  _
  67.         Public Property Trans() As Integer
  68.             Get
  69.                 Return CType(Me("Trans"),Integer)
  70.             End Get
  71.             Set
  72.                 Me("Trans") = value
  73.             End Set
  74.         End Property
  75.         
  76.         <Global.System.Configuration.UserScopedSettingAttribute(),  _
  77.          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  78.          Global.System.Configuration.DefaultSettingValueAttribute("True")>  _
  79.         Public Property CacheEnabled() As Boolean
  80.             Get
  81.                 Return CType(Me("CacheEnabled"),Boolean)
  82.             End Get
  83.             Set
  84.                 Me("CacheEnabled") = value
  85.             End Set
  86.         End Property
  87.     End Class
  88. End Namespace
  89. Namespace My
  90.     
  91.     <Global.Microsoft.VisualBasic.HideModuleNameAttribute(),  _
  92.      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
  93.      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>  _
  94.     Friend Module MySettingsProperty
  95.         
  96.         <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _
  97.         Friend ReadOnly Property Settings() As Global.XSSTunnel.My.MySettings
  98.             Get
  99.                 Return Global.XSSTunnel.My.MySettings.Default
  100.             End Get
  101.         End Property
  102.     End Module
  103. End Namespace