mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-21 15:02:59 +02:00
48 lines
1017 B
Plaintext
48 lines
1017 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
|
|
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
|
|
Caption = 'pnlDock'
|
|
DockSite = True
|
|
TabOrder = 1
|
|
OnDockDrop = pnlDockDockDrop
|
|
OnUnDock = pnlDockUnDock
|
|
end
|
|
end
|