ms search1

This commit is contained in:
2020-09-02 08:30:17 +02:00
parent 60dcea6569
commit b34c66c93f
4 changed files with 89 additions and 19 deletions

View File

@@ -1,8 +1,11 @@
Public Class ClassUIConfig
Public Property SkinName As String = "Office 2016 Colorful"
Public Property FlowForm As New FlowFormConfig
Public Property SearchForm As New SearchFormConfig
Public Class FlowFormConfig
Public Property Location As New Point(0, 0)
End Class
Public Class SearchFormConfig
Public Property Location As New Point(0, 0)
End Class
End Class