mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
24 lines
501 B
Plaintext
24 lines
501 B
Plaintext
object TreeFilterForm: TTreeFilterForm
|
|
Left = 969
|
|
Height = 240
|
|
Top = 209
|
|
Width = 320
|
|
Caption = 'TreeFilterForm'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
LCLVersion = '2.3.0.0'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 20
|
|
Height = 19
|
|
Top = 20
|
|
Width = 197
|
|
BorderSpacing.Left = 20
|
|
BorderSpacing.Top = 20
|
|
Caption = 'TreeFilterEdit Example (ToDo)'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
end
|