FastReport_2022_VCL/LibD28/fqbSynmemo.lfm
2024-01-01 16:13:08 +01:00

55 lines
1022 B
Plaintext

object fqbSynMemoSearch: TfqbSynMemoSearch
Left = 289
Height = 50
Top = 229
Width = 243
HorzScrollBar.Page = 242
VertScrollBar.Page = 49
ActiveControl = Edit1
BorderStyle = bsToolWindow
Caption = 'Search'
Font.Height = -11
Font.Name = 'MS Sans Serif'
KeyPreview = True
OnKeyPress = FormKeyPress
Position = poScreenCenter
object Label1: TLabel
Left = 6
Height = 13
Top = 7
Width = 69
AutoSize = False
Caption = 'Text to find'
Color = clNone
ParentColor = False
end
object Search: TButton
Left = 111
Height = 17
Top = 31
Width = 58
BorderSpacing.InnerBorder = 4
Caption = 'Search'
ModalResult = 1
TabOrder = 0
end
object Button1: TButton
Left = 175
Height = 17
Top = 31
Width = 61
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Edit1: TEdit
Left = 80
Height = 21
Top = 4
Width = 156
TabOrder = 2
end
end