object frPreviewSearchForm: TfrPreviewSearchForm Left = 401 Height = 167 Top = 143 Width = 291 HorzScrollBar.Page = 290 VertScrollBar.Page = 166 BorderStyle = bsDialog Caption = 'Find text' ClientHeight = 167 ClientWidth = 291 Font.Height = -11 Font.Name = 'MS Sans Serif' OnActivate = FormActivate OnCreate = FormCreate Position = poScreenCenter object Label1: TLabel Left = 4 Height = 14 Top = 8 Width = 57 Caption = 'Text to &find' FocusControl = Edit1 ParentColor = False end object Edit1: TEdit Left = 4 Height = 21 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 = 63 ClientWidth = 137 TabOrder = 3 object CB1: TCheckBox Left = 8 Height = 19 Top = 20 Width = 94 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 = 63 ClientWidth = 133 TabOrder = 4 object RB1: TRadioButton Left = 8 Height = 19 Top = 20 Width = 67 HelpContext = 116 AllowGrayed = True Caption = '&1st page' Checked = True State = cbChecked TabOrder = 0 end object RB2: TRadioButton Left = 8 Height = 19 Top = 40 Width = 87 HelpContext = 123 AllowGrayed = True Caption = 'Current &page' TabOrder = 1 end end end