mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 07:32:41 +02:00
110 lines
2.0 KiB
Plaintext
110 lines
2.0 KiB
Plaintext
object frPreviewSearchForm: TfrPreviewSearchForm
|
|
Left = 401
|
|
Height = 167
|
|
Top = 143
|
|
Width = 291
|
|
HorzScrollBar.Page = 290
|
|
VertScrollBar.Page = 166
|
|
ActiveControl = Edit1
|
|
BorderStyle = bsDialog
|
|
Caption = 'Find text'
|
|
ClientHeight = 167
|
|
ClientWidth = 291
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Label1: TLabel
|
|
Left = 4
|
|
Height = 15
|
|
Top = 8
|
|
Width = 63
|
|
Caption = 'Text to &find'
|
|
FocusControl = Edit1
|
|
ParentColor = False
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 4
|
|
Height = 20
|
|
Top = 24
|
|
Width = 285
|
|
HelpContext = 98
|
|
TabOrder = 0
|
|
end
|
|
object Button1: TButton
|
|
Left = 128
|
|
Height = 25
|
|
Top = 136
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 208
|
|
Height = 25
|
|
Top = 136
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 4
|
|
Height = 81
|
|
Top = 52
|
|
Width = 141
|
|
Caption = 'Options'
|
|
ClientHeight = 66
|
|
ClientWidth = 139
|
|
TabOrder = 3
|
|
object CB1: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 20
|
|
Width = 108
|
|
HelpContext = 107
|
|
AllowGrayed = True
|
|
Caption = '&Case sensitive'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 152
|
|
Height = 81
|
|
Top = 52
|
|
Width = 137
|
|
Caption = 'Origin'
|
|
ClientHeight = 66
|
|
ClientWidth = 135
|
|
TabOrder = 4
|
|
object RB1: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 20
|
|
Width = 74
|
|
HelpContext = 116
|
|
AllowGrayed = True
|
|
Caption = '&1st page'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object RB2: TRadioButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 40
|
|
Width = 99
|
|
HelpContext = 123
|
|
AllowGrayed = True
|
|
Caption = 'Current &page'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
end
|
|
end
|