Better Config, Clean Up, Add Demo Groups
This commit is contained in:
@@ -9,23 +9,12 @@ Public Class ClassConfig
|
||||
|
||||
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
|
||||
Public Property ViewerWindowSize As Size = New Size(1024, 786)
|
||||
Public Property ViewerWindowLocation As Point = New Point(0, 0)
|
||||
Public Property MatchWindowSize As Size = New Size(1024, 786)
|
||||
Public Property MatchWindowLocation As Point = New Size(0, 0)
|
||||
Public Property ResultDocWindowSize As Size = New Size(1024, 786)
|
||||
Public Property ResultDocWindowLocation As Point = New Size(0, 0)
|
||||
Public Property ResultDataWindowSize As Size = New Size(1024, 786)
|
||||
Public Property ResultDataWindowLocation As Point = New Size(0, 0)
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user