mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 514
|
|
Height = 207
|
|
Top = 51
|
|
Width = 268
|
|
Caption = 'MainForm'
|
|
ClientHeight = 207
|
|
ClientWidth = 268
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.3.0.0'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 20
|
|
Height = 19
|
|
Top = 20
|
|
Width = 126
|
|
BorderSpacing.Left = 20
|
|
BorderSpacing.Top = 20
|
|
Caption = 'FilterEdit Examples'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ListFilterEditButton: TButton
|
|
Left = 20
|
|
Height = 25
|
|
Top = 56
|
|
Width = 220
|
|
Caption = 'ListFilterEdit'
|
|
OnClick = ListFilterEditButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object ListViewFilterEditButton: TButton
|
|
Left = 20
|
|
Height = 25
|
|
Top = 96
|
|
Width = 220
|
|
Caption = 'ListViewFilterEdit'
|
|
OnClick = ListViewFilterEditButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object TreeFilterEditButton: TButton
|
|
Left = 20
|
|
Height = 25
|
|
Top = 136
|
|
Width = 220
|
|
Caption = 'TreeFilterEdit'
|
|
OnClick = TreeFilterEditButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|