mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:57:59 +02:00
33 lines
632 B
Plaintext
33 lines
632 B
Plaintext
object AnchorDockIDEFrame: TAnchorDockIDEFrame
|
|
Left = 0
|
|
Height = 388
|
|
Top = 0
|
|
Width = 495
|
|
ClientHeight = 388
|
|
ClientWidth = 495
|
|
TabOrder = 0
|
|
DesignLeft = 407
|
|
DesignTop = 295
|
|
object NoteLabel: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 31
|
|
Width = 483
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NoteLabel'
|
|
ParentColor = False
|
|
end
|
|
object cbEnableAnchorDocking: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 483
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'cbEnableAnchorDocking'
|
|
TabOrder = 0
|
|
OnChange = cbEnableAnchorDockingChange
|
|
end
|
|
end
|