Update 20240102

This commit is contained in:
Stefan Hutter
2024-01-02 22:23:16 +01:00
parent 31b67036c3
commit 6164ec3d16
219 changed files with 429344 additions and 1191 deletions

View File

@@ -92,8 +92,8 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=SHUB_PADM;persist security info=false;workstati"& _
"on id=;packet size=4096;user id=sa;password=*shu29")> _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu01\shu00;initial catalog=SHUB_PADM;persist security info=false;wor"& _
"kstation id=;packet size=4096;user id=sa;password=*shu29")> _
Public Property ConnectionString() As String
Get
Return CType(Me("ConnectionString"),String)
@@ -105,8 +105,8 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=DPM_Mobile;persist security info=false;workstat"& _
"ion id=;packet size=4096;user id=sa;password=*shu29")> _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu01\shu00;initial catalog=DPM_Mobile;persist security info=false;wo"& _
"rkstation id=;packet size=4096;user id=sa;password=*shu29")> _
Public Property ConnectionStringMobie() As String
Get
Return CType(Me("ConnectionStringMobie"),String)
@@ -175,6 +175,66 @@ Namespace My
Me("SoftwareType") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Public Property ShowToast() As String
Get
Return CType(Me("ShowToast"),String)
End Get
Set
Me("ShowToast") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1800")> _
Public Property MainWindowSizeWith() As String
Get
Return CType(Me("MainWindowSizeWith"),String)
End Get
Set
Me("MainWindowSizeWith") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1200")> _
Public Property MainWindowSizeHeight() As String
Get
Return CType(Me("MainWindowSizeHeight"),String)
End Get
Set
Me("MainWindowSizeHeight") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1600")> _
Public Property PatWindowSizeWidth() As String
Get
Return CType(Me("PatWindowSizeWidth"),String)
End Get
Set
Me("PatWindowSizeWidth") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1000")> _
Public Property PatWindowSizeHeight() As String
Get
Return CType(Me("PatWindowSizeHeight"),String)
End Get
Set
Me("PatWindowSizeHeight") = value
End Set
End Property
End Class
End Namespace