928 lines
44 KiB
VB.net
928 lines
44 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", "15.0.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.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property licensekey() As String
|
|
Get
|
|
Return CType(Me("licensekey"),String)
|
|
End Get
|
|
Set
|
|
Me("licensekey") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property DIDurchlaufRunning() As Boolean
|
|
Get
|
|
Return CType(Me("DIDurchlaufRunning"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("DIDurchlaufRunning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("modNachindexierungConfig.xml"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIConfigDatei() As String
|
|
Get
|
|
Return CType(Me("vNIConfigDatei"),String)
|
|
End Get
|
|
Set
|
|
Me("vNIConfigDatei") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("modDateiimportConfig.xml"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIConfigDatei() As String
|
|
Get
|
|
Return CType(Me("vDIConfigDatei"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIConfigDatei") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("absender@IhrServer.de"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIMailfrom() As String
|
|
Get
|
|
Return CType(Me("vNIMailfrom"),String)
|
|
End Get
|
|
Set
|
|
Me("vNIMailfrom") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIEmailEmpf() As String
|
|
Get
|
|
Return CType(Me("vNIEmailEmpf"),String)
|
|
End Get
|
|
Set
|
|
Me("vNIEmailEmpf") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Fehler im Modul Nachindexierung"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIMailBetreff() As String
|
|
Get
|
|
Return CType(Me("vNIMailBetreff"),String)
|
|
End Get
|
|
Set
|
|
Me("vNIMailBetreff") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("<p>__________________<br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <b><font face=""Arial"">Achtung Fehler:</font></b><fon"& _
|
|
"t face=""Arial""><br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" Folgender Fehler wurde festgestellt:</font> </p>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIMailBody() As String
|
|
Get
|
|
Return CType(Me("vNIMailBody"),String)
|
|
End Get
|
|
Set
|
|
Me("vNIMailBody") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("mailODERpop.smtp.de"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vSMTP() As String
|
|
Get
|
|
Return CType(Me("vSMTP"),String)
|
|
End Get
|
|
Set
|
|
Me("vSMTP") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Ihr User"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vMailUser() As String
|
|
Get
|
|
Return CType(Me("vMailUser"),String)
|
|
End Get
|
|
Set
|
|
Me("vMailUser") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vMailPW() As String
|
|
Get
|
|
Return CType(Me("vMailPW"),String)
|
|
End Get
|
|
Set
|
|
Me("vMailPW") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vNIMailsenden() As Boolean
|
|
Get
|
|
Return CType(Me("vNIMailsenden"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("vNIMailsenden") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmNI_SQL_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmNI_SQL_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmNI_SQL_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("dd"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vPW_Admin() As String
|
|
Get
|
|
Return CType(Me("vPW_Admin"),String)
|
|
End Get
|
|
Set
|
|
Me("vPW_Admin") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property NIDurchlauf_Intervall() As Integer
|
|
Get
|
|
Return CType(Me("NIDurchlauf_Intervall"),Integer)
|
|
End Get
|
|
Set
|
|
Me("NIDurchlauf_Intervall") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("absender@IhrServer.de"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIMailFrom() As String
|
|
Get
|
|
Return CType(Me("vDIMailFrom"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIMailFrom") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIMailEmpf() As String
|
|
Get
|
|
Return CType(Me("vDIMailEmpf"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIMailEmpf") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Fehler im Modul Dateiimporter"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIMailBetreff() As String
|
|
Get
|
|
Return CType(Me("vDIMailBetreff"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIMailBetreff") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("<p>__________________<br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <b><font face=""Arial"">Achtung Fehler:</font></b><fon"& _
|
|
"t face=""Arial""><br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <br>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" Folgender Fehler wurde festgestellt:</font> </p>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIMailBody() As String
|
|
Get
|
|
Return CType(Me("vDIMailBody"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIMailBody") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIDurchlaufRunning() As Boolean
|
|
Get
|
|
Return CType(Me("vDIDurchlaufRunning"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("vDIDurchlaufRunning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIMailSenden() As Boolean
|
|
Get
|
|
Return CType(Me("vDIMailSenden"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("vDIMailSenden") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmNIHauptseite_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmNIHauptseite_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmNIHauptseite_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmDIHauptseite_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmDIHauptseite_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmDIHauptseite_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property DIDurchlauf_Intervall() As Decimal
|
|
Get
|
|
Return CType(Me("DIDurchlauf_Intervall"),Decimal)
|
|
End Get
|
|
Set
|
|
Me("DIDurchlauf_Intervall") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property NI_Durchlauf_Intervall() As Decimal
|
|
Get
|
|
Return CType(Me("NI_Durchlauf_Intervall"),Decimal)
|
|
End Get
|
|
Set
|
|
Me("NI_Durchlauf_Intervall") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmDIProfileigenschaften_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmDIProfileigenschaften_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmDIProfileigenschaften_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmDIRegelverwaltung_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmDIRegelverwaltung_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmDIRegelverwaltung_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmDIRA_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmDIRA_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmDIRA_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmNIProfilhinzufuegen() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmNIProfilhinzufuegen"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmNIProfilhinzufuegen") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmNIProfileigenschaften() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmNIProfileigenschaften"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmNIProfileigenschaften") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString)> _
|
|
Public ReadOnly Property Setting() As String
|
|
Get
|
|
Return CType(Me("Setting"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("modDDIntegrationConfig.xml"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vMIConfigDatei() As String
|
|
Get
|
|
Return CType(Me("vMIConfigDatei"),String)
|
|
End Get
|
|
Set
|
|
Me("vMIConfigDatei") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0, 0"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property frmMIProfileigenschaften_Loc() As Global.System.Drawing.Point
|
|
Get
|
|
Return CType(Me("frmMIProfileigenschaften_Loc"),Global.System.Drawing.Point)
|
|
End Get
|
|
Set
|
|
Me("frmMIProfileigenschaften_Loc") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("modMoReConfig.xml"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vMoReConfigDatei() As String
|
|
Get
|
|
Return CType(Me("vMoReConfigDatei"),String)
|
|
End Get
|
|
Set
|
|
Me("vMoReConfigDatei") = value
|
|
End Set
|
|
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=172.24.12.41\tests;Initial Catalog=DD_DMS;User ID=sa;Password=dd")> _
|
|
Public ReadOnly Property DD_DMSConnectionString() As String
|
|
Get
|
|
Return CType(Me("DD_DMSConnectionString"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("modMoReBasConfig.xml"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vMoReBasConfigDatei() As String
|
|
Get
|
|
Return CType(Me("vMoReBasConfigDatei"),String)
|
|
End Get
|
|
Set
|
|
Me("vMoReBasConfigDatei") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("232"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property spltCMoRe() As Integer
|
|
Get
|
|
Return CType(Me("spltCMoRe"),Integer)
|
|
End Get
|
|
Set
|
|
Me("spltCMoRe") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property TBDMS_ORDNERZUORDNUNGDataGridView() As String
|
|
Get
|
|
Return CType(Me("TBDMS_ORDNERZUORDNUNGDataGridView"),String)
|
|
End Get
|
|
Set
|
|
Me("TBDMS_ORDNERZUORDNUNGDataGridView") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property TBDMS_KUNDENDataGridView() As String
|
|
Get
|
|
Return CType(Me("TBDMS_KUNDENDataGridView"),String)
|
|
End Get
|
|
Set
|
|
Me("TBDMS_KUNDENDataGridView") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("415"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property scOrdnerKonfig() As Integer
|
|
Get
|
|
Return CType(Me("scOrdnerKonfig"),Integer)
|
|
End Get
|
|
Set
|
|
Me("scOrdnerKonfig") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("W")> _
|
|
Public ReadOnly Property MRWD_Laufwerk() As String
|
|
Get
|
|
Return CType(Me("MRWD_Laufwerk"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property MR() As String
|
|
Get
|
|
Return CType(Me("MR"),String)
|
|
End Get
|
|
Set
|
|
Me("MR") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vLogErrorsonly() As Boolean
|
|
Get
|
|
Return CType(Me("vLogErrorsonly"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("vLogErrorsonly") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("log_Nachindexierung"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vLogNI() As String
|
|
Get
|
|
Return CType(Me("vLogNI"),String)
|
|
End Get
|
|
Set
|
|
Me("vLogNI") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("log_Dateiimporter"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vLogDI() As String
|
|
Get
|
|
Return CType(Me("vLogDI"),String)
|
|
End Get
|
|
Set
|
|
Me("vLogDI") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("log_ServiceTC"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vLogService() As String
|
|
Get
|
|
Return CType(Me("vLogService"),String)
|
|
End Get
|
|
Set
|
|
Me("vLogService") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("log_NachindexierungServ"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vlogNIServ() As String
|
|
Get
|
|
Return CType(Me("vlogNIServ"),String)
|
|
End Get
|
|
Set
|
|
Me("vlogNIServ") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("log_DateiimporterServ"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vlogDIServ() As String
|
|
Get
|
|
Return CType(Me("vlogDIServ"),String)
|
|
End Get
|
|
Set
|
|
Me("vlogDIServ") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("thumbs"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vDIAusschluss() As String
|
|
Get
|
|
Return CType(Me("vDIAusschluss"),String)
|
|
End Get
|
|
Set
|
|
Me("vDIAusschluss") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("D:\Programme\Digital Data\DDLink2Navision\NavisionLink.exe")> _
|
|
Public ReadOnly Property PathLink2Navision() As String
|
|
Get
|
|
Return CType(Me("PathLink2Navision"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Alle Kerne"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property Cores() As String
|
|
Get
|
|
Return CType(Me("Cores"),String)
|
|
End Get
|
|
Set
|
|
Me("Cores") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Error"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property ERROR_INDEX() As String
|
|
Get
|
|
Return CType(Me("ERROR_INDEX"),String)
|
|
End Get
|
|
Set
|
|
Me("ERROR_INDEX") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public ReadOnly Property DLL_WMOTOOL() As String
|
|
Get
|
|
Return CType(Me("DLL_WMOTOOL"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("W")> _
|
|
Public ReadOnly Property vWLaufwerk() As String
|
|
Get
|
|
Return CType(Me("vWLaufwerk"),String)
|
|
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=CURSOR_DEMO;PASSWORD=wdcc;PERSIST SECURITY INFO=True;USER ID=WDCC")> _
|
|
Public ReadOnly Property ConnectionStringCursor() As String
|
|
Get
|
|
Return CType(Me("ConnectionStringCursor"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\Digital Data\INSERT_TICKET.sql")> _
|
|
Public ReadOnly Property INSERTTICKET() As String
|
|
Get
|
|
Return CType(Me("INSERTTICKET"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\Digital Data\INSERT_VERANST.sql")> _
|
|
Public ReadOnly Property INSERVERANST() As String
|
|
Get
|
|
Return CType(Me("INSERVERANST"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("E:\Digital Data\INSERT_SONST.sql")> _
|
|
Public ReadOnly Property INSERT_SONST() As String
|
|
Get
|
|
Return CType(Me("INSERT_SONST"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property SQLLITE_CONNECTION() As String
|
|
Get
|
|
Return CType(Me("SQLLITE_CONNECTION"),String)
|
|
End Get
|
|
Set
|
|
Me("SQLLITE_CONNECTION") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("30"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property logolder_then() As String
|
|
Get
|
|
Return CType(Me("logolder_then"),String)
|
|
End Get
|
|
Set
|
|
Me("logolder_then") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Fehlermeldung")> _
|
|
Public Property errortext() As String
|
|
Get
|
|
Return CType(Me("errortext"),String)
|
|
End Get
|
|
Set
|
|
Me("errortext") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("25"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property vemailPort() As Integer
|
|
Get
|
|
Return CType(Me("vemailPort"),Integer)
|
|
End Get
|
|
Set
|
|
Me("vemailPort") = value
|
|
End Set
|
|
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=172.24.12.41\tests;Initial Catalog=DD_ECM;Persist Security Info=True;"& _
|
|
"User ID=sa;Password=dd")> _
|
|
Public ReadOnly Property DD_ECMConnString() As String
|
|
Get
|
|
Return CType(Me("DD_ECMConnString"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property NI_RUNNING() As Boolean
|
|
Get
|
|
Return CType(Me("NI_RUNNING"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("NI_RUNNING") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("DigitalData\windream_CLIENT_WMCC_Neustart")> _
|
|
Public ReadOnly Property WMCC_RESTART() As String
|
|
Get
|
|
Return CType(Me("WMCC_RESTART"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("DigitalData\windream_VFS_RESTART")> _
|
|
Public Property VFS_RESTART() As String
|
|
Get
|
|
Return CType(Me("VFS_RESTART"),String)
|
|
End Get
|
|
Set
|
|
Me("VFS_RESTART") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_DMS;User ID=sa;Password=dd"), _
|
|
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
|
Public Property IIDConfig_ConString() As String
|
|
Get
|
|
Return CType(Me("IIDConfig_ConString"),String)
|
|
End Get
|
|
Set
|
|
Me("IIDConfig_ConString") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public ReadOnly Property Sleep_Begin() As String
|
|
Get
|
|
Return CType(Me("Sleep_Begin"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public ReadOnly Property Sleep_End() As String
|
|
Get
|
|
Return CType(Me("Sleep_End"),String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("16;17;18;19;20")> _
|
|
Public ReadOnly Property NI_WORKING_HOURS() As String
|
|
Get
|
|
Return CType(Me("NI_WORKING_HOURS"),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.ToolCollection.My.MySettings
|
|
Get
|
|
Return Global.ToolCollection.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|