object FindDlg: TFindDlg Left = 427 Top = 126 HelpContext = 1540 ActiveControl = EFindWhat BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find' ClientHeight = 118 ClientWidth = 420 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop ShowHint = False Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BFindNext: TButton Left = 325 Top = 4 Width = 89 Height = 28 Hint = 'Search now!' Caption = '&Find Next' Default = True ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BFindNextClick end object Cancel: TBitBtn Left = 326 Top = 34 Width = 89 Height = 28 TabOrder = 2 OnClick = CancelClick Kind = bkCancel end object Help: TBitBtn Left = 326 Top = 64 Width = 89 Height = 28 TabOrder = 3 Kind = bkHelp end object BCaseSensitive: TCheckBox Left = 327 Top = 97 Width = 88 Height = 17 Hint = 'Perform case-sensitive search' Caption = 'Match &Case' ParentShowHint = False ShowHint = True TabOrder = 4 end object GroupBox1: TGroupBox Left = 3 Top = 0 Width = 318 Height = 113 TabOrder = 0 object Label1: TLabel Left = 6 Top = 14 Width = 63 Height = 13 Caption = 'Fi&nd What:' end object Bevel2: TBevel Left = 7 Top = 64 Width = 303 Height = 43 end object FindFormatShow: TLabel Left = 12 Top = 66 Width = 292 Height = 39 AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EFindWhat: TEdit Left = 98 Top = 11 Width = 214 Height = 21 Hint = 'Enter the string to search for' ParentShowHint = False ShowHint = True TabOrder = 0 end object FindPlain: TButton Left = 7 Top = 35 Width = 75 Height = 25 Hint = 'Clear search formats' Caption = 'P&lain' ParentShowHint = False ShowHint = True TabOrder = 1 TabStop = False OnClick = FindPlainClick end object FindParagraph: TButton Left = 84 Top = 35 Width = 75 Height = 25 Hint = 'Enter paragraph formats to search for' Caption = '&Paragraph' ParentShowHint = False ShowHint = True TabOrder = 2 TabStop = False OnClick = FindParagraphClick end object FindFont: TButton Left = 161 Top = 35 Width = 75 Height = 25 Hint = 'Enter font formats to search for' Caption = 'F&ont' ParentShowHint = False ShowHint = True TabOrder = 3 TabStop = False OnClick = FindFontClick end object FindFontShow: TPanel Left = 240 Top = 36 Width = 68 Height = 24 BevelOuter = bvLowered TabOrder = 4 end end end