object SimpleSearchDialog: TSimpleSearchDialog Left = 214 Top = 187 HelpContext = 24963 BorderStyle = bsDialog Caption = 'Find Text in Current Topic' ClientHeight = 70 ClientWidth = 373 ParentFont = True Scaled = False 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 CancelButton: TButton Left = 293 Top = 38 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object FindNextButton: TButton Left = 293 Top = 6 Width = 75 Height = 27 Caption = '&Find Next' Default = True TabOrder = 2 OnClick = FindNextButtonClick end object SearchText: TComboBox Left = 100 Top = 8 Width = 189 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'SearchText' end object CaseSense: TCheckBox Left = 8 Top = 43 Width = 153 Height = 18 Caption = '&Case sensitive' TabOrder = 1 end end