lazarus/examples/dockmanager/easytree/fdockbook.lfm
dodi 144b067c3e dockmanager example: cleanup workarounds for fixed bugs/features.
Controls now preserve their designed sizes.

git-svn-id: trunk@20367 -
2009-06-03 10:12:13 +00:00

46 lines
932 B
Plaintext

object EasyDockBook: TEasyDockBook
Left = 263
Height = 300
Top = 146
Width = 400
Caption = 'EasyDockBook'
ClientHeight = 300
ClientWidth = 400
DragKind = dkDock
DragMode = dmAutomatic
LCLVersion = '0.9.27'
Visible = True
object Tabs: TToolBar
Left = 1
Height = 26
Top = 1
Width = 398
AutoSize = True
BorderSpacing.Around = 1
BorderWidth = 1
Caption = 'Tabs'
ChildSizing.HorizontalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
Color = clBtnFace
EdgeBorders = [ebTop, ebBottom]
Flat = False
Font.Style = [fsBold]
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
TabOrder = 0
end
object pnlDock: TPanel
Left = 0
Height = 272
Top = 28
Width = 400
Align = alClient
DockSite = True
TabOrder = 1
OnDockDrop = pnlDockDockDrop
OnUnDock = pnlDockUnDock
end
end