mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:38:17 +02:00
28 lines
532 B
Plaintext
28 lines
532 B
Plaintext
object EasyDockBook: TEasyDockBook
|
|
Left = 263
|
|
Height = 300
|
|
Top = 146
|
|
Width = 400
|
|
Caption = 'EasyDockBook'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
DockSite = True
|
|
DragKind = dkDock
|
|
OnCreate = FormCreate
|
|
OnDockDrop = FormDockDrop
|
|
OnDockOver = FormDockOver
|
|
OnGetSiteInfo = FormGetSiteInfo
|
|
OnUnDock = FormUnDock
|
|
LCLVersion = '0.9.27'
|
|
Visible = True
|
|
object pnlDock: TPanel
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 400
|
|
Align = alClient
|
|
TabOrder = 0
|
|
UseDockManager = False
|
|
end
|
|
end
|