lazarus/examples/dockmanager/easytree/fdockbook.lfm
dodi 43fc30db83 dockmanager example: fixed undocking of other than current tab.
Enlarged default button size, AutoSize still does not work.

git-svn-id: trunk@20228 -
2009-05-26 09:28:32 +00:00

47 lines
962 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.EnlargeHorizontal = crsHomogenousSpaceResize
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
Caption = 'pnlDock'
DockSite = True
TabOrder = 1
OnDockDrop = pnlDockDockDrop
OnUnDock = pnlDockUnDock
end
end