51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
|
object fsSynMemoSearch: TfsSynMemoSearch
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
BorderStyle = bsToolWindow
|
||
|
Caption = 'Search for text'
|
||
|
ClientHeight = 129
|
||
|
ClientWidth = 249
|
||
|
Position = poScreenCenter
|
||
|
FormFactor.Width = 320
|
||
|
FormFactor.Height = 480
|
||
|
FormFactor.Devices = [dkDesktop, dkiPhone, dkiPad]
|
||
|
DesignerMobile = False
|
||
|
DesignerWidth = 0
|
||
|
DesignerHeight = 0
|
||
|
DesignerDeviceName = ''
|
||
|
DesignerOrientation = 0
|
||
|
object Edit1: TEdit
|
||
|
TabOrder = 0
|
||
|
Position.X = 48.000000000000000000
|
||
|
Position.Y = 13.000000000000000000
|
||
|
Width = 193.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
KillFocusByReturn = False
|
||
|
end
|
||
|
object Label1: TLabel
|
||
|
Height = 15.000000000000000000
|
||
|
Position.X = 8.000000000000000000
|
||
|
Position.Y = 16.000000000000000000
|
||
|
Text = 'Search :'
|
||
|
Width = 49.000000000000000000
|
||
|
end
|
||
|
object Search: TButton
|
||
|
Height = 17.000000000000000000
|
||
|
ModalResult = 1
|
||
|
Position.X = 88.000000000000000000
|
||
|
Position.Y = 48.000000000000000000
|
||
|
TabOrder = 2
|
||
|
Text = 'Search'
|
||
|
Width = 73.000000000000000000
|
||
|
end
|
||
|
object Button1: TButton
|
||
|
Height = 17.000000000000000000
|
||
|
ModalResult = 2
|
||
|
Position.X = 168.000000000000000000
|
||
|
Position.Y = 48.000000000000000000
|
||
|
TabOrder = 3
|
||
|
Text = 'Cancel'
|
||
|
Width = 73.000000000000000000
|
||
|
end
|
||
|
end
|