Finish placement as per preview

This commit is contained in:
2022-07-20 19:23:31 +02:00
parent 1753c38eea
commit 54e7209c8d
2 changed files with 56 additions and 14 deletions

View File

@@ -877,6 +877,20 @@ object frmMain: TfrmMain
OnDblClick = vstUoaDesignsDblClick
OnGetText = vstUoaDesignsGetText
end
object btnCancelUOAPlacement: TButton
AnchorSideLeft.Control = vstUoaDesigns
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = vstUoaDesigns
AnchorSideTop.Side = asrCenter
Left = 103
Height = 47
Top = 305
Width = 134
Caption = 'Cancel'
OnClick = btnCancelUOAPlacementClick
TabOrder = 1
Visible = False
end
end
end
object tbMain: TToolBar