Async Data Loading, use ConfigManager
This commit is contained in:
@@ -6,4 +6,26 @@ Public Class ClassConfig
|
||||
Public Property LogErrorsOnly As Boolean = True
|
||||
Public Property HotkeyFunctionKey As String = "strg"
|
||||
Public Property HotkeySearchKey As String = "f"
|
||||
|
||||
Public Property LoadDocumentView As Boolean = False
|
||||
|
||||
Public Property ViewerWindowX As Integer = 0
|
||||
Public Property ViewerWindowY As Integer = 0
|
||||
Public Property ViewerWindowWidth As Integer = 1024
|
||||
Public Property ViewerWindowHeight As Integer = 786
|
||||
|
||||
Public Property MatchWindowX As Integer = 0
|
||||
Public Property MatchWindowY As Integer = 0
|
||||
Public Property MatchWindowWidth As Integer = 1024
|
||||
Public Property MatchWindowHeight As Integer = 786
|
||||
|
||||
Public Property ResultDocWindowX As Integer = 0
|
||||
Public Property ResultDocWindowY As Integer = 0
|
||||
Public Property ResultDocWindowWidth As Integer = 1024
|
||||
Public Property ResultDocWindowHeight As Integer = 786
|
||||
|
||||
Public Property ResultDataWindowX As Integer = 0
|
||||
Public Property ResultDataWindowY As Integer = 0
|
||||
Public Property ResultDataWindowWidth As Integer = 1024
|
||||
Public Property ResultDataWindowHeight As Integer = 786
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user