object FindSettingsDlg: TFindSettingsDlg Left = 709 Top = 374 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Settings' ClientHeight = 169 ClientWidth = 294 Font.Height = -11 Font.Name = 'MS Sans Serif' FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 294 Height = 169 Align = alClient TabOrder = 0 object GroupBox1: TGroupBox Left = 6 Top = 101 Width = 191 Height = 57 Caption = 'Find In' TabOrder = 0 object File1CB: TCheckBox Left = 12 Top = 22 Width = 61 Height = 17 Caption = 'File &1' State = cbChecked TabOrder = 0 OnClick = FileCBClick end object File2CB: TCheckBox Left = 94 Top = 22 Width = 57 Height = 17 Caption = 'File &2' State = cbChecked TabOrder = 1 OnClick = FileCBClick end end object GroupBox2: TGroupBox Left = 6 Top = 5 Width = 280 Height = 84 Caption = 'Find What' TabOrder = 1 object Label1: TLabel Left = 13 Top = 24 Width = 32 Height = 13 Caption = 'Text:' end object FindText: TEdit Left = 43 Top = 20 Width = 225 Height = 20 TabOrder = 0 end object IgnoreCaseCB: TCheckBox Left = 17 Top = 52 Width = 85 Height = 17 Caption = '&Ignore Case' State = cbChecked TabOrder = 1 end end object OKButton: TBitBtn Left = 210 Top = 103 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelButton: TBitBtn Left = 210 Top = 135 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end end