object SrchDialog: TSrchDialog Left = 333 Top = 192 HelpContext = 24963 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Text' ClientHeight = 224 ClientWidth = 360 ParentFont = True Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 11 Width = 90 Height = 16 AutoSize = False Caption = '&Text to find:' FocusControl = SearchText WordWrap = True end object HelpButton: TButton Left = 277 Top = 190 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtonClick end object CancelButton: TButton Left = 197 Top = 190 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object OKButton: TButton Left = 117 Top = 190 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object GroupBox4: TGroupBox Left = 184 Top = 120 Width = 168 Height = 60 Caption = 'Origin' TabOrder = 4 object FromCursor: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&From cursor' TabOrder = 0 end object EntireScope: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Entire scope' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 120 Width = 168 Height = 60 Caption = 'Scope' TabOrder = 2 object GlobalScope: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Global' TabOrder = 0 end object SelectedText: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Selected text' TabOrder = 1 end end object GroupBox3: TGroupBox Left = 184 Top = 36 Width = 168 Height = 81 Caption = 'Direction' TabOrder = 3 object ForwardDir: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = 'Forwar&d' TabOrder = 0 end object BackwardDir: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Backward' TabOrder = 1 end end object GroupBox1: TGroupBox Left = 8 Top = 36 Width = 168 Height = 80 Caption = 'Options' TabOrder = 1 object CaseSense: TCheckBox Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Case sensitive' TabOrder = 0 end object WholeWords: TCheckBox Left = 8 Top = 36 Width = 153 Height = 18 TabStop = False Caption = '&Whole words only' TabOrder = 1 end object RegExp: TCheckBox Left = 8 Top = 56 Width = 153 Height = 18 TabStop = False Caption = '&Regular expressions' TabOrder = 2 end end object SearchText: TComboBox Left = 100 Top = 8 Width = 252 Height = 21 ItemHeight = 13 TabOrder = 0 end end