EditForm Tweaks, Other Tweaks
This commit is contained in:
@@ -2,4 +2,13 @@
|
||||
Public Property SkinName As String = "Office 2016 Colorful"
|
||||
|
||||
Public Property FrmEdit_Splitter As Integer = 300
|
||||
|
||||
Public Property EditFormConfigs As List(Of EditFormConfig) = New List(Of EditFormConfig)
|
||||
|
||||
Public Class EditFormConfig
|
||||
Public Property SysKey As String
|
||||
|
||||
Public Property SplitterDistance As Integer
|
||||
Public Property SplitterOrientation As Integer
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user