frmDocumentResultList
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
Public Class ClassUIConfig
|
||||
Public Property SkinName As String = "Office 2016 Colorful"
|
||||
Public Property FlowForm As New FlowFormConfig
|
||||
|
||||
Public Property EditFormConfigs As New List(Of EditFormConfig)
|
||||
|
||||
Public Class EditFormConfig
|
||||
Public Property SysKey As String
|
||||
|
||||
Public Property SplitterDistance As Integer = 700
|
||||
Public Property SplitterHorizontal As Boolean = True
|
||||
Public Class FlowFormConfig
|
||||
Public Property Location As New Point(0, 0)
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user