177 lines
7.8 KiB
VB.net
177 lines
7.8 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Dieser Code wurde von einem Tool generiert.
|
|
' Laufzeitversion:4.0.30319.42000
|
|
'
|
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
' der Code erneut generiert wird.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My
|
|
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0"), _
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Partial Friend NotInheritable Class MySettings
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
|
|
|
#Region "Automatische My.Settings-Speicherfunktion"
|
|
#If _MyType = "WindowsForms" Then
|
|
Private Shared addedHandler As Boolean
|
|
|
|
Private Shared addedHandlerLockObject As New Object
|
|
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
|
If My.Application.SaveMySettingsOnExit Then
|
|
My.Settings.Save()
|
|
End If
|
|
End Sub
|
|
#End If
|
|
#End Region
|
|
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|
Get
|
|
|
|
#If _MyType = "WindowsForms" Then
|
|
If Not addedHandler Then
|
|
SyncLock addedHandlerLockObject
|
|
If Not addedHandler Then
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|
addedHandler = True
|
|
End If
|
|
End SyncLock
|
|
End If
|
|
#End If
|
|
Return defaultInstance
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Secu"& _
|
|
"rity Info=True;User ID=sa;Password=dd")> _
|
|
Public ReadOnly Property MyConnectionString() As String
|
|
Get
|
|
Return CType(Me("MyConnectionString"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public ReadOnly Property DEBUG() As Boolean
|
|
Get
|
|
Return CType(Me("DEBUG"),Boolean)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("3")> _
|
|
Public ReadOnly Property TIMER_INTERVALL() As Integer
|
|
Get
|
|
Return CType(Me("TIMER_INTERVALL"),Integer)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select distinct Top 2 DOC_ID,'STANDARD' as Outputfilename from VWCUST_RPTPM_UNION"& _
|
|
" order by DOC_ID")> _
|
|
Public ReadOnly Property oSQLThread1() As String
|
|
Get
|
|
Return CType(Me("oSQLThread1"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\TEMP\EBTemp")> _
|
|
Public ReadOnly Property CONCAT_TEMPFolder() As String
|
|
Get
|
|
Return CType(Me("CONCAT_TEMPFolder"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\Portable\PDFTKCommand\pdftk.exe")> _
|
|
Public ReadOnly Property Path2PDFTK() As String
|
|
Get
|
|
Return CType(Me("Path2PDFTK"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("_CC")> _
|
|
Public ReadOnly Property Concatted_File_Suffix() As String
|
|
Get
|
|
Return CType(Me("Concatted_File_Suffix"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\TEMP\ConcattedEB")> _
|
|
Public ReadOnly Property Path_ConcattedFile() As String
|
|
Get
|
|
Return CType(Me("Path_ConcattedFile"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("380")> _
|
|
Public ReadOnly Property XDistance() As Integer
|
|
Get
|
|
Return CType(Me("XDistance"),Integer)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1")> _
|
|
Public ReadOnly Property FNDD_GET_WM_FPATH_VARIANT() As Integer
|
|
Get
|
|
Return CType(Me("FNDD_GET_WM_FPATH_VARIANT"),Integer)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select distinct Top 2 DOC_ID,'STANDARD' as Outputfilename from VWCUST_RPTPM_UNION"& _
|
|
" order by DOC_ID DESC")> _
|
|
Public ReadOnly Property oSQLThread2() As String
|
|
Get
|
|
Return CType(Me("oSQLThread2"),String)
|
|
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.EB_Creator.My.MySettings
|
|
Get
|
|
Return Global.EB_Creator.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|