lazarus/examples/dockmanager/elasticsite/fdockclient.lfm
2009-12-26 20:17:24 +00:00

24 lines
437 B
Plaintext

object DockingClient: TDockingClient
Left = 425
Height = 159
Top = 369
Width = 232
Caption = 'Dock Client'
ClientHeight = 159
ClientWidth = 232
Color = clForm
LCLVersion = '0.9.27'
Visible = True
object Shape1: TShape
Left = 0
Height = 159
Top = 0
Width = 232
Align = alClient
Brush.Color = clLime
DragKind = dkDock
DragMode = dmAutomatic
OnStartDock = Shape1StartDock
end
end