]> fbox.kageds.com Git - NEATEST.git/blob - NEA/My Project/Settings.Designer.vb
d03142d07c3ce95e2f8e775884bc694353f15fbd
[NEATEST.git] / NEA / My Project / Settings.Designer.vb
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
4 ' Runtime Version:4.0.30319.42000
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
11 Option Strict On
12 Option Explicit On
13
14
15
16 <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
17 Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"), _
18 Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
19 Partial Friend NotInheritable Class MySettings
20 Inherits Global.System.Configuration.ApplicationSettingsBase
21
22 Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
23
24 #Region "My.Settings Auto-Save Functionality"
25 #If _MyType = "WindowsForms" Then
26 Private Shared addedHandler As Boolean
27
28 Private Shared addedHandlerLockObject As New Object
29
30 <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
31 Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
32 If My.Application.SaveMySettingsOnExit Then
33 My.Settings.Save()
34 End If
35 End Sub
36 #End If
37 #End Region
38
39 Public Shared ReadOnly Property [Default]() As MySettings
40 Get
41
42 #If _MyType = "WindowsForms" Then
43 If Not addedHandler Then
44 SyncLock addedHandlerLockObject
45 If Not addedHandler Then
46 AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
47 addedHandler = True
48 End If
49 End SyncLock
50 End If
51 #End If
52 Return defaultInstance
53 End Get
54 End Property
55
56 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
57 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
58 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
59 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\LogIn_Information.md"& _
60 "b")> _
61 Public ReadOnly Property LogIn_InformationConnectionString() As String
62 Get
63 Return CType(Me("LogIn_InformationConnectionString"),String)
64 End Get
65 End Property
66
67 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
68 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
69 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
70 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\NEA.mdb")> _
71 Public ReadOnly Property NEAConnectionString() As String
72 Get
73 Return CType(Me("NEAConnectionString"),String)
74 End Get
75 End Property
76
77 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
78 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
79 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
80 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=""E:\Visual Studio\NEA v4\NEA.mdb""")> _
81 Public ReadOnly Property NEAConnectionString1() As String
82 Get
83 Return CType(Me("NEAConnectionString1"),String)
84 End Get
85 End Property
86
87 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
88 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
89 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
90 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=""E:\Visual Studio\NEA v4\NEA.accdb"""& _
91 "")> _
92 Public ReadOnly Property NEAConnectionString_accdb() As String
93 Get
94 Return CType(Me("NEAConnectionString_accdb"),String)
95 End Get
96 End Property
97 End Class
98
99 Namespace My
100
101 <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
102 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
103 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
104 Friend Module MySettingsProperty
105
106 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
107 Friend ReadOnly Property Settings() As Global.NEA.MySettings
108 Get
109 Return Global.NEA.MySettings.Default
110 End Get
111 End Property
112 End Module
113 End Namespace