Common: Rework of DocumentResultList WIP
This commit is contained in:
13
GUIs.Common/DocumentResultList/Config.vb
Normal file
13
GUIs.Common/DocumentResultList/Config.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Imports System.Drawing
|
||||
|
||||
Namespace DocumentResultList
|
||||
Public Class Config
|
||||
Public Property WindowLocation As Point
|
||||
Public Property WindowSize As Size
|
||||
Public Property SplitContainer1Distance As Integer = 500
|
||||
Public Property SplitContainer1Horizontal As Boolean = True
|
||||
Public Property SplitContainer2Distance As Integer = 250
|
||||
Public Property SplitContainer2Horizontal As Boolean = False
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user