13 lines
466 B
VB.net
13 lines
466 B
VB.net
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 |