Common/DocumentResultList: Rework layout with DockManager

This commit is contained in:
Jonathan Jenne
2022-03-14 16:33:15 +01:00
parent 262ed2143f
commit 538790aa42
16 changed files with 1797 additions and 519 deletions

View File

@@ -0,0 +1,7 @@
Imports DevExpress.XtraTab
Public Class ctrlObjectPropertyDialog
Private Sub ctrlObjectPropertyDialog_Load(sender As Object, e As EventArgs) Handles Me.Load
End Sub
End Class