FastReport_2022_VCL/FastScript/fs_synmemo.lfm
2024-01-01 16:13:08 +01:00

57 lines
1.0 KiB
Plaintext

object fsSynMemoSearch: TfsSynMemoSearch
Left = 289
Height = 50
Top = 229
Width = 243
HorzScrollBar.Page = 242
VertScrollBar.Page = 49
ActiveControl = Edit1
BorderStyle = bsToolWindow
Caption = 'Search'
ClientHeight = 50
ClientWidth = 243
Font.Height = -11
Font.Name = 'Tahoma'
KeyPreview = True
OnKeyPress = FormKeyPress
Position = poScreenCenter
LCLVersion = '0.9.29'
object Label1: TLabel
Left = 6
Height = 13
Top = 7
Width = 69
AutoSize = False
Caption = 'Text to find'
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