Update deps, deprecate Language
This commit is contained in:
@@ -6,7 +6,6 @@ Imports DevExpress.XtraGrid.Views.Grid
|
||||
Imports DigitalData.Modules.Base
|
||||
Imports DigitalData.Modules.Config
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.Language
|
||||
Imports DigitalData.Modules.ZooFlow
|
||||
|
||||
Namespace DocumentResultList
|
||||
@@ -124,11 +123,11 @@ Namespace DocumentResultList
|
||||
End Function
|
||||
|
||||
Public Sub LoadWindowLocationAndSize(ByRef pForm As Form)
|
||||
If Utils.IsVisibleOnAnyScreen(Config.Config.WindowLocation) Then
|
||||
If Utils.LocationIsVisible(Config.Config.WindowLocation) Then
|
||||
If ScreenEx.IsVisibleOnAnyScreen(Config.Config.WindowLocation) Then
|
||||
If ScreenEx.LocationIsVisible(Config.Config.WindowLocation) Then
|
||||
pForm.Location = Config.Config.WindowLocation
|
||||
End If
|
||||
If Utils.SizeIsVisible(Config.Config.WindowSize) Then
|
||||
If ScreenEx.SizeIsVisible(Config.Config.WindowSize) Then
|
||||
pForm.Size = Config.Config.WindowSize
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user