You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382 lines
16 KiB
382 lines
16 KiB
'------------------------------------------------------------------------------
|
|
' <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.10.0.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.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property Entrypoint_IL() As String
|
|
Get
|
|
Return CType(Me("Entrypoint_IL"),String)
|
|
End Get
|
|
Set
|
|
Me("Entrypoint_IL") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=edoka_dms;integrated security=SSPI;persist secu"& _
|
|
"rity info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
|
" ")> _
|
|
Public Property Connectionstring_EDOKA() As String
|
|
Get
|
|
Return CType(Me("Connectionstring_EDOKA"),String)
|
|
End Get
|
|
Set
|
|
Me("Connectionstring_EDOKA") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=edoka_journale;integrated security=SSPI;persist"& _
|
|
" security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"& _
|
|
""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" ")> _
|
|
Public Property Connectionstring_Journale() As String
|
|
Get
|
|
Return CType(Me("Connectionstring_Journale"),String)
|
|
End Get
|
|
Set
|
|
Me("Connectionstring_Journale") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|
Public Property BCK_Intervall() As String
|
|
Get
|
|
Return CType(Me("BCK_Intervall"),String)
|
|
End Get
|
|
Set
|
|
Me("BCK_Intervall") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("5")> _
|
|
Public Property Dokument_Intervall() As String
|
|
Get
|
|
Return CType(Me("Dokument_Intervall"),String)
|
|
End Get
|
|
Set
|
|
Me("Dokument_Intervall") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("K:\EDOKA\__OnBase\ManualImport")> _
|
|
Public Property Watch_Dir() As String
|
|
Get
|
|
Return CType(Me("Watch_Dir"),String)
|
|
End Get
|
|
Set
|
|
Me("Watch_Dir") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("K:\EDOKA\__OnBase\TempDir")> _
|
|
Public Property TempDir() As String
|
|
Get
|
|
Return CType(Me("TempDir"),String)
|
|
End Get
|
|
Set
|
|
Me("TempDir") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("K:\EDOKA\__OnBase\TempDirOffice")> _
|
|
Public Property TempDirOffice() As String
|
|
Get
|
|
Return CType(Me("TempDirOffice"),String)
|
|
End Get
|
|
Set
|
|
Me("TempDirOffice") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property OfficeFormat() As String
|
|
Get
|
|
Return CType(Me("OfficeFormat"),String)
|
|
End Get
|
|
Set
|
|
Me("OfficeFormat") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1")> _
|
|
Public Property Debug() As String
|
|
Get
|
|
Return CType(Me("Debug"),String)
|
|
End Get
|
|
Set
|
|
Me("Debug") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property SendOnBase() As String
|
|
Get
|
|
Return CType(Me("SendOnBase"),String)
|
|
End Get
|
|
Set
|
|
Me("SendOnBase") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property UpdateEDOKA() As String
|
|
Get
|
|
Return CType(Me("UpdateEDOKA"),String)
|
|
End Get
|
|
Set
|
|
Me("UpdateEDOKA") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("logdaten")> _
|
|
Public Property Logfile() As String
|
|
Get
|
|
Return CType(Me("Logfile"),String)
|
|
End Get
|
|
Set
|
|
Me("Logfile") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB02_DMS\bin\exceldata.csv")> _
|
|
Public Property ExcelCSV() As String
|
|
Get
|
|
Return CType(Me("ExcelCSV"),String)
|
|
End Get
|
|
Set
|
|
Me("ExcelCSV") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("2421")> _
|
|
Public Property ExcelDokType() As String
|
|
Get
|
|
Return CType(Me("ExcelDokType"),String)
|
|
End Get
|
|
Set
|
|
Me("ExcelDokType") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1")> _
|
|
Public Property DeleteTempFiles() As String
|
|
Get
|
|
Return CType(Me("DeleteTempFiles"),String)
|
|
End Get
|
|
Set
|
|
Me("DeleteTempFiles") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=edoka_dms;integrated security=SSPI;persist secu"& _
|
|
"rity info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
|
" ")> _
|
|
Public Property ConnectionString_DokTypMapping() As String
|
|
Get
|
|
Return CType(Me("ConnectionString_DokTypMapping"),String)
|
|
End Get
|
|
Set
|
|
Me("ConnectionString_DokTypMapping") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1")> _
|
|
Public Property LogLevel() As String
|
|
Get
|
|
Return CType(Me("LogLevel"),String)
|
|
End Get
|
|
Set
|
|
Me("LogLevel") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Send-MailMessage -from &sender& -to &recipient& -Subject ""EDKB08-Dimensions Trans"& _
|
|
"fer"" -Body ""&body&"" -smtpServer smtp.tgcorp.ch")> _
|
|
Public Property SendMail_PS() As String
|
|
Get
|
|
Return CType(Me("SendMail_PS"),String)
|
|
End Get
|
|
Set
|
|
Me("SendMail_PS") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("aaa")> _
|
|
Public Property Sender() As String
|
|
Get
|
|
Return CType(Me("Sender"),String)
|
|
End Get
|
|
Set
|
|
Me("Sender") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("bbb")> _
|
|
Public Property Recipient() As String
|
|
Get
|
|
Return CType(Me("Recipient"),String)
|
|
End Get
|
|
Set
|
|
Me("Recipient") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Send-MailMessage -from &sender& -to &recipient& -Subject ""EDKB08-Dimensions Trans"& _
|
|
"fer"" -Body ""&body&"" -smtpServer smtp.tgcorp.ch")> _
|
|
Public Property SendMailCmd() As String
|
|
Get
|
|
Return CType(Me("SendMailCmd"),String)
|
|
End Get
|
|
Set
|
|
Me("SendMailCmd") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edokaonbase.ps1")> _
|
|
Public Property SendMailFile() As String
|
|
Get
|
|
Return CType(Me("SendMailFile"),String)
|
|
End Get
|
|
Set
|
|
Me("SendMailFile") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("K:\EDOKA\__OnBase\")> _
|
|
Public Property SendMailPath() As String
|
|
Get
|
|
Return CType(Me("SendMailPath"),String)
|
|
End Get
|
|
Set
|
|
Me("SendMailPath") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property Killcmd() As String
|
|
Get
|
|
Return CType(Me("Killcmd"),String)
|
|
End Get
|
|
Set
|
|
Me("Killcmd") = value
|
|
End Set
|
|
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.EDKB02_DMS.My.MySettings
|
|
Get
|
|
Return Global.EDKB02_DMS.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|