FastReport_2022_VCL/Source/frxSearchForm.lfm

92 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-01-01 16:13:08 +01:00
object frxSearchForm: TfrxSearchForm
Left = 1176
Height = 446
Top = 283
Width = 170
BorderStyle = bsNone
Caption = 'frxSearchForm'
ClientHeight = 446
ClientWidth = 170
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
LCLVersion = '1.8.4.0'
object pnlSearch: TPanel
Left = 0
Height = 152
Top = 0
Width = 170
Align = alTop
BevelOuter = bvNone
ClientHeight = 152
ClientWidth = 170
TabOrder = 0
object lblFind: TLabel
Left = 6
Height = 13
Top = 6
Width = 56
Caption = 'Text to Find'
ParentColor = False
end
object edtFind: TEdit
Left = 6
Height = 21
Top = 22
Width = 152
Anchors = [akTop, akLeft, akRight]
OnKeyDown = edtFindKeyDown
TabOrder = 0
end
object btnFind: TButton
Left = 85
Height = 25
Top = 123
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Find'
TabOrder = 2
end
object gbSearch: TGroupBox
Left = 10
Height = 73
Top = 45
Width = 149
Anchors = [akLeft, akRight]
Caption = 'Search options'
ClientHeight = 55
ClientWidth = 145
TabOrder = 1
object chkBeg: TCheckBox
Left = 8
Height = 19
Top = 0
Width = 126
Caption = 'Search from beginning'
TabOrder = 0
end
object chkCase: TCheckBox
Left = 8
Height = 19
Top = 16
Width = 92
Caption = 'Case sensetive'
TabOrder = 1
end
object chkFindAll: TCheckBox
Left = 8
Height = 19
Top = 32
Width = 54
Caption = 'Find All'
OnChange = chkFindAllChange
TabOrder = 2
end
end
end
end