object SearchDlg: TSearchDlg Left = 211 Top = 120 HelpContext = 11022 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Text' ClientHeight = 232 ClientWidth = 346 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 21 Width = 24 Height = 13 Alignment = taRightJustify Caption = '&Text:' end object gbOptions: TGroupBox Left = 8 Top = 48 Width = 169 Height = 77 Caption = 'Options' TabOrder = 1 object cbCase: TCheckBox Left = 8 Top = 16 Width = 153 Height = 17 Caption = '&Case sensitive' TabOrder = 0 end object cbWords: TCheckBox Left = 8 Top = 34 Width = 153 Height = 17 Caption = '&Whole words only' TabOrder = 1 end object cbRegExp: TCheckBox Left = 8 Top = 52 Width = 153 Height = 17 Caption = '&Regular expressions' TabOrder = 2 OnClick = cbRegExpClick end end object rScope: TRadioGroup Left = 8 Top = 128 Width = 169 Height = 65 Caption = 'Scope' ItemIndex = 0 Items.Strings = ( '&Global' '&Selected text only') TabOrder = 2 end object rOrigin: TRadioGroup Left = 184 Top = 128 Width = 153 Height = 65 Caption = 'Origin' ItemIndex = 1 Items.Strings = ( 'From c&ursor' '&Entire text') TabOrder = 3 end object Button1: TButton Left = 86 Top = 200 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object Button2: TButton Left = 168 Top = 200 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object bHelp: TButton Left = 248 Top = 200 Width = 75 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = bHelpClick end object eText: TComboBox Left = 48 Top = 16 Width = 289 Height = 21 ItemHeight = 13 TabOrder = 0 OnKeyDown = eTextKeyDown end object gbDirection: TGroupBox Left = 184 Top = 48 Width = 153 Height = 77 Caption = 'Direction' TabOrder = 7 object rbForward: TRadioButton Left = 8 Top = 16 Width = 137 Height = 17 Caption = '&Forward' Checked = True TabOrder = 0 TabStop = True end object rbBackward: TRadioButton Left = 8 Top = 40 Width = 137 Height = 17 Caption = '&Backward' TabOrder = 1 end end end