1
0
mirror of https://github.com/romanlryji/EventLogLoader.git synced 2025-07-09 00:45:54 +02:00
Files
EventLogLoader/EventLogLoaderService/My Project/Settings.Designer.vb

74 lines
2.9 KiB
C#
Raw Normal View History

2015-10-02 16:29:09 -07:00
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
2016-12-25 14:23:08 -08:00
' Runtime Version:4.0.30319.42000
2015-10-02 16:29:09 -07:00
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
2016-12-25 14:23:08 -08:00
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
2015-10-02 16:29:09 -07:00
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
2016-12-25 14:23:08 -08:00
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
2015-10-02 16:29:09 -07:00
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
2016-12-25 14:23:08 -08:00
Private Shared addedHandler As Boolean
2015-10-02 16:29:09 -07:00
2016-12-25 14:23:08 -08:00
Private Shared addedHandlerLockObject As New Object
2015-10-02 16:29:09 -07:00
2016-12-25 14:23:08 -08:00
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
2015-10-02 16:29:09 -07:00
#End If
#End Region
2016-12-25 14:23:08 -08:00
2015-10-02 16:29:09 -07:00
Public Shared ReadOnly Property [Default]() As MySettings
Get
2016-12-25 14:23:08 -08:00
2015-10-02 16:29:09 -07:00
#If _MyType = "WindowsForms" Then
2016-12-25 14:23:08 -08:00
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
2015-10-02 16:29:09 -07:00
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.EventLogLoaderService.My.MySettings
Get
Return Global.EventLogLoaderService.My.MySettings.Default
End Get
End Property
End Module
End Namespace